| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: fix a bug of detection of memory region collision | Hu Tao | 2013-03-22 | 1 | -1/+1 |
* | memory: Use non-bitops ctzl | Richard Henderson | 2013-02-16 | 1 | -2/+2 |
* | bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl | Paolo Bonzini | 2013-02-02 | 1 | -2/+2 |
* | memory: introduce memory_region_test_and_clear_dirty | Juan Quintela | 2012-12-20 | 1 | -0/+16 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -4/+4 |
* | memory: Don't dump disabled regions | Jan Kiszka | 2012-11-10 | 1 | -1/+1 |
* | memory: Reintroduce dirty flag to optimize changes on disabled regions | Jan Kiszka | 2012-11-10 | 1 | -2/+13 |
* | memory: fix rendering of a region obscured by another | Avi Kivity | 2012-10-29 | 1 | -6/+6 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -34/+34 |
* | Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging | Anthony Liguori | 2012-10-22 | 1 | -0/+3 |
|\ |
|
| * | memory: abort if a memory region is destroyed during a transaction | Avi Kivity | 2012-10-17 | 1 | -0/+1 |
| * | memory: Make eventfd adhere to device endianness | Alexander Graf | 2012-10-17 | 1 | -0/+2 |
* | | memory: add address_space_destroy() | Avi Kivity | 2012-10-22 | 1 | -2/+16 |
* | | memory: per-AddressSpace dispatch | Avi Kivity | 2012-10-22 | 1 | -0/+1 |
* | | memory: use AddressSpace for MemoryListener filtering | Avi Kivity | 2012-10-22 | 1 | -7/+7 |
* | | memory: move address_space_memory and address_space_io out of memory core | Avi Kivity | 2012-10-22 | 1 | -16/+0 |
* | | memory: manage coalesced mmio via a MemoryListener | Avi Kivity | 2012-10-22 | 1 | -4/+13 |
* | | memory: provide defaults for MemoryListener operations | Avi Kivity | 2012-10-15 | 1 | -6/+17 |
* | | memory: maintain a list of address spaces | Avi Kivity | 2012-10-15 | 1 | -29/+46 |
* | | memory: export AddressSpace | Avi Kivity | 2012-10-15 | 1 | -10/+1 |
* | | memory: prepare AddressSpace for exporting | Avi Kivity | 2012-10-15 | 1 | -15/+24 |
* | | memory: rename 'exec-obsolete.h' | Avi Kivity | 2012-10-15 | 1 | -2/+1 |
|/ |
|
* | memory: Flush coalesced MMIO on mapping and state changes | Jan Kiszka | 2012-09-11 | 1 | -0/+1 |
* | memory: Fold memory_region_update_topology into memory_region_transaction_commit | Jan Kiszka | 2012-09-11 | 1 | -28/+11 |
* | memory: Use transaction_begin/commit also for single-step operations | Jan Kiszka | 2012-09-11 | 1 | -15/+25 |
* | memory: Flush coalesced MMIO on selected region access | Jan Kiszka | 2012-09-11 | 1 | -0/+24 |
* | memory: Fix copy&paste mistake in memory_region_iorange_write | Jan Kiszka | 2012-08-29 | 1 | -1/+1 |
* | memory: pass EventNotifier, not eventfd | Paolo Bonzini | 2012-07-12 | 1 | -9/+9 |
* | memory: check address space when a listener is registered | Julien Grall | 2012-04-05 | 1 | -0/+5 |
* | memory: print aliased IO ranges in info mtree | Blue Swirl | 2012-03-19 | 1 | -7/+7 |
* | memory: get rid of cpu_register_io_memory() | Avi Kivity | 2012-03-08 | 1 | -4/+1 |
* | memory: dispatch directly via MemoryRegion | Avi Kivity | 2012-03-08 | 1 | -4/+4 |
* | memory: fix I/O port aliases | Avi Kivity | 2012-03-05 | 1 | -6/+20 |
* | memory: support stateless memory listeners | Avi Kivity | 2012-02-29 | 1 | -0/+5 |
* | memory: allow MemoryListeners to observe a specific address space | Avi Kivity | 2012-02-29 | 1 | -6/+39 |
* | memory: drop AddressSpaceOps | Avi Kivity | 2012-02-29 | 1 | -54/+2 |
* | memory: use a MemoryListener for core memory map updates too | Avi Kivity | 2012-02-29 | 1 | -26/+1 |
* | memory: don't pass ->readable attribute to cpu_register_physical_memory_log | Avi Kivity | 2012-02-29 | 1 | -2/+2 |
* | memory: add a readonly attribute to MemoryRegionSection | Avi Kivity | 2012-02-29 | 1 | -0/+5 |
* | memory: move ioeventfd ops to MemoryListener | Avi Kivity | 2012-02-29 | 1 | -56/+18 |
* | memory: code motion: move MEMORY_LISTENER_CALL() | Avi Kivity | 2012-02-29 | 1 | -32/+32 |
* | memory: switch memory listeners to a QTAILQ | Avi Kivity | 2012-02-29 | 1 | -21/+49 |
* | memory: add shorthand for invoking a callback on all listeners | Avi Kivity | 2012-02-29 | 1 | -35/+19 |
* | memory: remove memory_region_set_offset() | Avi Kivity | 2012-02-29 | 1 | -16/+10 |
* | memory-region: Report if region is read-only or write-only on info mtree | Jan Kiszka | 2012-02-11 | 1 | -3/+11 |
* | memory: change dirty getting API to take a size | Blue Swirl | 2012-02-04 | 1 | -2/+3 |
* | memory: change dirty setting APIs to take a size | Blue Swirl | 2012-01-25 | 1 | -2/+3 |
* | memory: Introduce memory_region_init_reservation | Jan Kiszka | 2012-01-19 | 1 | -0/+36 |