summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* vl: Parse legacy default_machine_optsJason Andryuk2021-07-201-0/+1
* seccomp: don't block getters for resource control syscallsDaniel P. Berrangé2021-07-141-6/+0Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-21/+16Star
|\
| * vl: fix leak of qdict_crumple return valuePaolo Bonzini2021-07-091-4/+9
| * modules: check arch and block load on mismatchGerd Hoffmann2021-07-091-0/+3
| * modules: use modinfo for qemu opts loadGerd Hoffmann2021-07-091-17/+0Star
| * modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+4
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-07-113-7/+11
|\ \
| * | misc: Remove redundant new line in perror()Li Zhijian2021-07-091-1/+1
| * | memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé2021-07-092-6/+10
| |/
* | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-6/+48
* | softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand2021-07-081-31/+39
* | memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-081-0/+27
* | memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-081-0/+71
|/
* machine: add smp compound propertyPaolo Bonzini2021-07-061-7/+26
* vl: switch -M parsing to keyvalPaolo Bonzini2021-07-061-163/+140Star
* ui: Mark the '-no-quit' option as deprecatedThomas Huth2021-07-051-0/+2
* ui: Fix the "-display sdl,window_close=..." parameterThomas Huth2021-07-051-1/+6
* softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth2021-07-051-2/+0Star
* ui: Make the DisplayType enum entries conditionalThomas Huth2021-06-231-3/+17
* util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-0/+1
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-3/+12
* util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-151-3/+5
* softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-152-19/+14Star
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-9/+9
* softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-151-4/+3Star
* softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-3/+3
* softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-1/+6
* softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand2021-06-151-3/+7
* runstate: Initialize Error * to NULLPeng Liang2021-06-151-1/+1
* vl: Fix an assert failure in error pathZhenzhong Duan2021-06-151-1/+1
* softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé2021-06-142-1/+9
* Fix the qemu crash when guest shutdown during checkpointRao, Lei2021-06-111-0/+1
* vl: plug -object back into -readconfigPaolo Bonzini2021-06-041-6/+18
* vl: plumb keyval-based options into -readconfigPaolo Bonzini2021-06-041-24/+59
* qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-2/+2
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-281-0/+10
|\
| * replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk2021-05-271-0/+10
* | qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-4/+17
* | vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini2021-05-261-2/+0Star
* | remove qemu-options* from root directoryPaolo Bonzini2021-05-261-5/+19
* | memory: Introduce log_sync_global() to memory listenerPeter Xu2021-05-261-10/+23
* | qtest: add a QOM object for qtestPaolo Bonzini2021-05-262-11/+179
|/
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell2021-05-141-6/+20
|\
| * exec: Relax range check in ram_block_discard_range()David Hildenbrand2021-05-131-2/+2
| * migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-2/+3
| * numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-2/+10
| * util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+5
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell2021-05-131-6/+0Star
|\ \ | |/ |/|