index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-09
memory_region_present: return false if address is not found in child MemoryRe...
Igor Mammedov
1
-1
/
+1
2014-01-13
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
1
-0
/
+1
2014-01-13
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
1
-6
/
+2
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-6
/
+4
2014-01-13
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
Juan Quintela
1
-1
/
+1
2014-01-13
memory: cpu_physical_memory_set_dirty_range() return void
Juan Quintela
1
-1
/
+1
2013-12-11
memory.c: bugfix - ref counting mismatch in memory_region_find
Marcel Apfelbaum
1
-0
/
+1
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-2
/
+2
2013-10-17
memory: fix 128 arithmetic in info mtree
Alexey Kardashevskiy
1
-1
/
+3
2013-10-14
memory: Change MemoryRegion priorities from unsigned to signed
Marcel Apfelbaum
1
-2
/
+2
2013-09-05
Revert "memory: Return -1 again on reads from unsigned regions"
Jan Kiszka
1
-1
/
+1
2013-08-02
memory.c: drop kvm.h dependency
Michael S. Tsirkin
1
-1
/
+0
2013-07-29
memory: add tracepoints for MMIO reads/writes
Paolo Bonzini
1
-0
/
+5
2013-07-25
memory: check memory region endianness, not target's
Paolo Bonzini
1
-7
/
+18
2013-07-25
memory: pass MemoryRegion to access_with_adjusted_size
Paolo Bonzini
1
-12
/
+8
2013-07-25
memory: move functions around
Paolo Bonzini
1
-30
/
+30
2013-07-22
memory: Fix zero-sized memory region print
Alex Williamson
1
-2
/
+6
2013-07-18
memory: Return -1 again on reads from unsigned regions
Jan Kiszka
1
-1
/
+1
2013-07-18
memory: actually set the owner
Paolo Bonzini
1
-1
/
+0
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-6
/
+4
2013-07-04
memory: add reference counting to FlatView
Paolo Bonzini
1
-10
/
+69
2013-07-04
memory: use a new FlatView pointer on every topology update
Paolo Bonzini
1
-16
/
+18
2013-07-04
memory: access FlatView from a local variable
Paolo Bonzini
1
-10
/
+21
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+21
2013-07-04
memory: introduce memory_region_present
Paolo Bonzini
1
-0
/
+9
2013-07-04
memory: add ref/unref
Paolo Bonzini
1
-0
/
+14
2013-07-04
memory: add getter for owner
Paolo Bonzini
1
-0
/
+6
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-7
/
+17
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
1
-88
/
+0
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
1
-6
/
+8
2013-06-20
memory: render_memory_region: factor out fr constant setters
Peter Crosthwaite
1
-8
/
+5
2013-06-20
memory: as_update_topology_pass: Improve comments
Peter Crosthwaite
1
-2
/
+2
2013-06-20
memory: Fix comment typo
Peter Crosthwaite
1
-1
/
+1
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
1
-5
/
+3
2013-06-20
memory: Add iommu map/unmap notifiers
David Gibson
1
-0
/
+18
2013-06-20
memory: iommu support
Avi Kivity
1
-0
/
+16
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
1
-9
/
+9
2013-05-29
memory: propagate errors on I/O dispatch
Paolo Bonzini
1
-17
/
+18
2013-05-29
memory: correctly handle endian-swapped 64-bit accesses
Paolo Bonzini
1
-0
/
+3
2013-05-29
memory: split accesses even when the old MMIO callbacks are used
Paolo Bonzini
1
-17
/
+46
2013-05-29
memory: add big endian support to access_with_adjusted_size
Paolo Bonzini
1
-1
/
+5
2013-05-29
memory: accept mismatching sizes in memory_region_access_valid
Paolo Bonzini
1
-9
/
+20
2013-05-29
memory: export memory_region_access_valid to exec.c
Paolo Bonzini
1
-4
/
+4
2013-05-29
memory: assign MemoryRegionOps to all regions
Paolo Bonzini
1
-1
/
+2
2013-05-29
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
1
-30
/
+14
2013-05-29
memory: dispatch unassigned accesses based on .valid.accepts
Paolo Bonzini
1
-2
/
+26
2013-05-24
memory: populate FlatView for new address spaces
Paolo Bonzini
1
-1
/
+2
2013-05-24
memory: fix address space initialization/destruction
Avi Kivity
1
-0
/
+3
2013-05-24
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
Paolo Bonzini
1
-2
/
+1
2013-05-24
memory: do not duplicate memory_region_destructor_none
Paolo Bonzini
1
-5
/
+0
[next]