Age | Commit message (Expand) | Author |
2023-07-12 | softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping | David Hildenbrand |
2023-07-07 | qemu_cleanup: begin drained section after vm_shutdown() | Fiona Ebner |
2023-06-27 | icount: don't adjust virtual time backwards after warp | Nicholas Piggin |
2023-06-26 | accel/tcg: remove CONFIG_PROFILER | Fei Wu |
2023-06-23 | softmmu: Introduce qemu_target_page_mask() helper | Philippe Mathieu-Daudé |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-20 | meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY | Philippe Mathieu-Daudé |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare |
2023-06-06 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2023-06-06 | atomics: eliminate mb_read/mb_set | Paolo Bonzini |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2023-06-02 | migration: restore vmstate on migration failure | Vladimir Sementsov-Ogievskiy |
2023-06-02 | runstate: drop unused runstate_store() | Vladimir Sementsov-Ogievskiy |
2023-06-02 | runstate: add runstate_get() | Vladimir Sementsov-Ogievskiy |
2023-05-25 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2023-05-25 | softmmu/ioport.c: make MemoryRegionPortioList owner of portio_list MemoryRegions | Mark Cave-Ayland |
2023-05-25 | softmmu/ioport.c: QOMify MemoryRegionPortioList | Mark Cave-Ayland |
2023-05-25 | softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heap | Mark Cave-Ayland |
2023-05-23 | hostmem-file: add offset option | Alexander Graf |
2023-05-22 | memory: stricter checks prior to unsetting engaged_in_io | Alexander Bulekov |
2023-05-22 | softmmu/vl.c: Disable default NIC if it has not been compiled into the binary | Thomas Huth |
2023-05-22 | softmmu/vl.c: Check for the availability of the VGA device before using it | Thomas Huth |
2023-05-18 | migration: Add last stage indicator to global dirty log | Gavin Shan |
2023-05-15 | Use new created qemu_target_pages_to_MiB() | Juan Quintela |
2023-05-15 | softmmu: Create qemu_target_pages_to_MiB() | Juan Quintela |
2023-05-02 | softmmu: Tidy dirtylimit_dirty_ring_full_time | Richard Henderson |
2023-05-02 | hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep' | Peter Maydell |
2023-05-02 | accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status' | Peter Maydell |
2023-05-02 | accel/tcg: Use one_insn_per_tb global instead of old singlestep global | Peter Maydell |
2023-05-02 | softmmu: Don't use 'singlestep' global in QMP and HMP commands | Peter Maydell |
2023-05-02 | make one-insn-per-tb an accel option | Peter Maydell |
2023-04-28 | memory: prevent dma-reentracy issues | Alexander Bulekov |
2023-04-24 | vl.c: Create late backends before migration object | Peter Xu |
2023-04-20 | cpu: Remove parameter of list_cpus() | Thomas Huth |
2023-04-20 | softmmu: Move dirtylimit.c into the target independent source set | Thomas Huth |
2023-04-20 | softmmu: Make qtest.c target independent | Thomas Huth |
2023-04-20 | softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c | Thomas Huth |
2023-04-20 | qtest: Don't assert on "-qtest chardev:myid" | Peter Maydell |
2023-04-05 | Revert "memory: Optimize replay of guest mapping" | Peter Maydell |
2023-03-28 | softmmu: Restore use of CPU watchpoint for all accelerators | Philippe Mathieu-Daudé |
2023-03-28 | softmmu/watchpoint: Add missing 'qemu/error-report.h' include | Philippe Mathieu-Daudé |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_range | Richard Henderson |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2023-03-17 | Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent... | Peter Maydell |
2023-03-16 | exec/memory: Fix kernel-doc warning | Bernhard Beschow |
2023-03-15 | vl: defuse PID file path resolve error | Fiona Ebner |
2023-03-09 | Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta... | Peter Maydell |
2023-03-09 | Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into staging | Peter Maydell |
2023-03-09 | Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging | Peter Maydell |
2023-03-08 | memory: Dump HPA and access type of ramblocks | Ted Chen |