Age | Commit message (Expand) | Author |
2014-01-13 | exec: create function to get a single dirty bit | Juan Quintela |
2014-01-13 | exec: use accessor function to know if memory is dirty | Juan Quintela |
2013-12-30 | mempath prefault: fix off-by-one error | Marcelo Tosatti |
2013-12-20 | roms: Flush icache when writing roms to guest memory | Alexander Graf |
2013-12-13 | roms: Flush icache when writing roms to guest memory | Alexander Graf |
2013-12-11 | exec: separate sections and nodes per address space | Marcel Apfelbaum |
2013-12-10 | exec: reduce L2_PAGE_SIZE | Michael S. Tsirkin |
2013-12-10 | exec: make address spaces 64-bit wide | Paolo Bonzini |
2013-12-10 | exec: memory radix tree page level compression | Michael S. Tsirkin |
2013-12-10 | exec: pass hw address to phys_page_find | Michael S. Tsirkin |
2013-12-10 | exec: extend skip field to 6 bit, page entry to 32 bit | Michael S. Tsirkin |
2013-12-10 | exec: replace leaf with skip | Michael S. Tsirkin |
2013-12-10 | split definitions for exec.c and translate-all.c radix trees | Paolo Bonzini |
2013-11-25 | qemu: mempath: prefault pages manually (v4) | Marcelo Tosatti |
2013-11-13 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-11-10 | Revert "exec: limit system memory size" | Michael S. Tsirkin |
2013-11-08 | exec: fix breakpoint_invalidate when pc may not be translated | Max Filippov |
2013-11-04 | exec: limit system memory size | Michael S. Tsirkin |
2013-10-28 | exec: Fix bounce buffer allocation in address_space_map() | Kevin Wolf |
2013-10-17 | exec: remove qemu_safe_ram_ptr | Paolo Bonzini |
2013-10-14 | exec: Fix prototype of phys_mem_set_alloc and related functions | Stefan Weil |
2013-10-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori |
2013-10-07 | cpu: Move cpu_copy() into linux-user | Andreas Färber |
2013-10-02 | exec: cleanup DEBUG_SUBPAGE | Amos Kong |
2013-09-23 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-09-23 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-09-20 | exec: Fix broken build for MinGW (regression) | Stefan Weil |
2013-09-20 | exec: always use MADV_DONTFORK | Andrea Arcangeli |
2013-09-12 | exec: Don't abort when we can't allocate guest memory | Markus Armbruster |
2013-09-12 | exec: Clean up unnecessary S390 ifdeffery | Markus Armbruster |
2013-09-12 | exec: Drop incorrect & dead S390 code in qemu_ram_remap() | Markus Armbruster |
2013-09-12 | exec: Simplify the guest physical memory allocation hook | Markus Armbruster |
2013-09-12 | exec: Reduce ifdeffery around -mem-path | Markus Armbruster |
2013-09-12 | exec: Clean up fall back when -mem-path allocation fails | Markus Armbruster |
2013-09-12 | exec: Fix Xen RAM allocation with unusual options | Markus Armbruster |
2013-09-05 | exec: do tcg_commit only when tcg_enabled | liguang |
2013-09-05 | memory: Provide separate handling of unassigned io ports accesses | Jan Kiszka |
2013-09-05 | exec: check offset_within_address_space for register subpage | Hu Tao |
2013-09-05 | exec: fix writing to MMIO area with non-power-of-two length | Paolo Bonzini |
2013-09-03 | cpu: Replace qemu_for_each_cpu() | Andreas Färber |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber |
2013-07-31 | cpu: Fix VMSTATE_CPU() semantics | Andreas Färber |
2013-07-26 | kvm: Change prototype of kvm_update_guest_debug() | Stefan Weil |
2013-07-25 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori |
2013-07-23 | linux-user: Reset copied CPUs in cpu_copy() always | Alexander Graf |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber |
2013-07-23 | cpu: Change cpu_single_step() argument to CPUState | Andreas Färber |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber |
2013-07-18 | exec: fix incorrect assumptions in memory_access_size | Paolo Bonzini |