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