Age | Commit message (Expand) | Author |
2021-09-30 | memory: Add tracepoint for dirty sync | Peter Xu |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson |
2021-09-13 | qdev: Support marking individual buses as 'full' | Peter Maydell |
2021-09-06 | softmmu/vl: Deprecate the -sdl and -curses option | Thomas Huth |
2021-09-06 | softmmu/vl: Deprecate the old grab options | Thomas Huth |
2021-09-06 | softmmu/vl: Add a "grab-mod" parameter to the -display sdl option | Thomas Huth |
2021-08-27 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into... | Peter Maydell |
2021-08-26 | softmmu/physmem.c: Check return value from realpath() | Peter Maydell |
2021-08-26 | softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd() | Peter Maydell |
2021-08-26 | arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c | Peter Maydell |
2021-08-26 | meson.build: Define QEMU_ARCH in config-target.h | Peter Maydell |
2021-08-26 | softmmu/arch_init.c: Trim down include list | Peter Maydell |
2021-08-26 | monitor: Use accel_find("kvm") instead of kvm_available() | Peter Maydell |
2021-08-26 | softmmu: Use accel_find("xen") instead of xen_available() | Peter Maydell |
2021-08-26 | vl: Clean up -smp error handling | Markus Armbruster |
2021-08-26 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2021-08-17 | softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal() | David Hildenbrand |
2021-07-30 | vl: stop recording -smp in QemuOpts | Paolo Bonzini |
2021-07-30 | vl: introduce machine_merge_property | Paolo Bonzini |
2021-07-27 | vl: Don't continue after -smp help. | Markus Armbruster |
2021-07-23 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ... | Peter Maydell |
2021-07-22 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-07-22 | vl: add virtio-vga-gl to the default_list | Marc-André Lureau |
2021-07-21 | qemu/atomic: Add aligned_{int64,uint64}_t types | Richard Henderson |
2021-07-20 | vl: Parse legacy default_machine_opts | Jason Andryuk |
2021-07-14 | seccomp: don't block getters for resource control syscalls | Daniel P. Berrangé |
2021-07-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-07-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-07-09 | misc: Remove redundant new line in perror() | Li Zhijian |
2021-07-09 | memory: Display MemoryRegion name in read/write ops trace events | Philippe Mathieu-Daudé |
2021-07-09 | vl: fix leak of qdict_crumple return value | Paolo Bonzini |
2021-07-09 | modules: check arch and block load on mismatch | Gerd Hoffmann |
2021-07-09 | modules: use modinfo for qemu opts load | Gerd Hoffmann |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann |
2021-07-08 | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types | David Hildenbrand |
2021-07-08 | softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re... | David Hildenbrand |
2021-07-08 | memory: Helpers to copy/free a MemoryRegionSection | David Hildenbrand |
2021-07-08 | memory: Introduce RamDiscardManager for RAM memory regions | David Hildenbrand |
2021-07-06 | machine: add smp compound property | Paolo Bonzini |
2021-07-06 | vl: switch -M parsing to keyval | Paolo Bonzini |
2021-07-05 | ui: Mark the '-no-quit' option as deprecated | Thomas Huth |
2021-07-05 | ui: Fix the "-display sdl,window_close=..." parameter | Thomas Huth |
2021-07-05 | softmmu/vl: Remove obsolete comment about the "frame" parameter | Thomas Huth |
2021-06-23 | ui: Make the DisplayType enum entries conditional | Thomas Huth |
2021-06-15 | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux | David Hildenbrand |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal() | David Hildenbrand |
2021-06-15 | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() | David Hildenbrand |