aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
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
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand
2021-06-15runstate: Initialize Error * to NULLPeng Liang
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé
2021-06-11Fix the qemu crash when guest shutdown during checkpointRao, Lei
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini
2021-05-26remove qemu-options* from root directoryPaolo Bonzini
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster