Age | Commit message (Expand) | Author |
2023-09-19 | Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s... | Stefan Hajnoczi |
2023-09-19 | memory: avoid updating ioeventfds for some address_space | hongmianquan |
2023-09-19 | softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W... | David Hildenbrand |
2023-09-19 | softmmu/physmem: Never return directories from file_ram_open() | David Hildenbrand |
2023-09-19 | softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=... | David Hildenbrand |
2023-09-19 | softmmu/physmem: Bail out early in ram_block_discard_range() with readonly files | David Hildenbrand |
2023-09-19 | softmmu/physmem: Remap with proper protection in qemu_ram_remap() | David Hildenbrand |
2023-09-19 | softmmu/physmem: Distinguish between file access mode and mmap protection | David Hildenbrand |
2023-09-15 | softmmu: Delete checks for old host definitions | Akihiko Odaki |
2023-09-11 | sysemu: Add prepare callback to struct VMChangeStateEntry | Avihai Horon |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-09-01 | util/async-teardown.c: move to softmmu/, only build it when system build is r... | Michael Tokarev |
2023-09-01 | softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c | Michael Tokarev |
2023-09-01 | os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init() | Michael Tokarev |
2023-08-31 | accel/tcg: spelling fixes | Michael Tokarev |
2023-08-31 | accel: Remove HAX accelerator | Philippe Mathieu-Daudé |
2023-08-31 | rtc: Use time_t for passing and returning time offsets | Peter Maydell |
2023-08-30 | Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday... | Stefan Hajnoczi |
2023-08-29 | softmmu: Use async_run_on_cpu in tcg_commit | Richard Henderson |
2023-08-29 | softmmu: Assert data in bounds in iotlb_to_section | Richard Henderson |
2023-08-29 | softmmu/dirtylimit: Convert free to g_free | alloc.young |
2023-08-29 | softmmu: Fix dirtylimit memory leak | alloc.young |
2023-08-22 | qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed | Chris Laplante |
2023-08-22 | qtest: bail from irq_intercept_in if name is specified | Chris Laplante |
2023-08-22 | qtest: implement named interception of out-GPIO | Chris Laplante |
2023-08-22 | qtest: factor out qtest_install_gpio_out_intercept | Chris Laplante |
2023-07-26 | migration: Extend query-migrate to provide dirty page limit info | Hyman Huang(黄勇) |
2023-07-26 | migration: Implement dirty-limit convergence algo | Hyman Huang(黄勇) |
2023-07-26 | migration: Introduce dirty-limit capability | Hyman Huang(黄勇) |
2023-07-26 | softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit" | Hyman Huang(黄勇) |
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 |