aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2021-08-17softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand1-1/+0
2021-07-30vl: stop recording -smp in QemuOptsPaolo Bonzini1-8/+14
2021-07-30vl: introduce machine_merge_propertyPaolo Bonzini1-6/+19
2021-07-27vl: Don't continue after -smp help.Markus Armbruster1-1/+1
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell1-0/+1
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau1-0/+1
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson1-1/+1
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk1-0/+1
2021-07-14seccomp: don't block getters for resource control syscallsDaniel P. Berrangé1-6/+0
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-21/+16
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell3-7/+11
2021-07-09misc: Remove redundant new line in perror()Li Zhijian1-1/+1
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé2-6/+10
2021-07-09vl: fix leak of qdict_crumple return valuePaolo Bonzini1-4/+9
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann1-0/+3
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann1-17/+0
2021-07-09modules: generate modinfo.cGerd Hoffmann1-0/+4
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand1-6/+48
2021-07-08softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand1-31/+39
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand1-0/+27
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand1-0/+71
2021-07-06machine: add smp compound propertyPaolo Bonzini1-7/+26
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini1-163/+140
2021-07-05ui: Mark the '-no-quit' option as deprecatedThomas Huth1-0/+2
2021-07-05ui: Fix the "-display sdl,window_close=..." parameterThomas Huth1-1/+6
2021-07-05softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth1-2/+0
2021-06-23ui: Make the DisplayType enum entries conditionalThomas Huth1-3/+17
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand1-0/+1
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-3/+12
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand1-3/+5
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2-19/+14
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-9/+9
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-4/+3
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand1-3/+3
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand1-1/+6
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand1-3/+7
2021-06-15runstate: Initialize Error * to NULLPeng Liang1-1/+1
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan1-1/+1
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé2-1/+9
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei1-0/+1
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini1-6/+18
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini1-24/+59
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini1-2/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell1-0/+10
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk1-0/+10
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini1-4/+17
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini1-2/+0