aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2021-09-13qdev: Support marking individual buses as 'full'Peter Maydell
2021-09-06softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth
2021-09-06softmmu/vl: Deprecate the old grab optionsThomas Huth
2021-09-06softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell
2021-08-26vl: Clean up -smp error handlingMarkus Armbruster
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-08-17softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand
2021-07-30vl: stop recording -smp in QemuOptsPaolo Bonzini
2021-07-30vl: introduce machine_merge_propertyPaolo Bonzini
2021-07-27vl: Don't continue after -smp help.Markus Armbruster
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk
2021-07-14seccomp: don't block getters for resource control syscallsDaniel P. Berrangé
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-09misc: Remove redundant new line in perror()Li Zhijian
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé
2021-07-09vl: fix leak of qdict_crumple return valuePaolo Bonzini
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand
2021-07-08softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini
2021-07-05ui: Mark the '-no-quit' option as deprecatedThomas Huth
2021-07-05ui: Fix the "-display sdl,window_close=..." parameterThomas Huth
2021-07-05softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth
2021-06-23ui: Make the DisplayType enum entries conditionalThomas Huth
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand