summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+4
* 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
|\ \ | |/ |/|
| * Drop the deprecated unicore32 targetMarkus Armbruster2021-05-121-2/+0Star
| * Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-2/+0Star
| * Remove the deprecated moxie targetThomas Huth2021-05-121-2/+0Star
* | accel: move call to accel_init_interfacesClaudio Fontana2021-05-101-1/+0Star
|/
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-024-4/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-024-4/+0Star
* icount: get rid of static variablePavel Dovgalyuk2021-04-013-8/+8
* m68k: add the virtio devices aliasesLaurent Vivier2021-03-241-0/+12
* qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier2021-03-241-28/+25Star
* memory: Add offset_in_region to flatview_cb argumentsPeter Maydell2021-03-231-1/+3
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...Peter Maydell2021-03-191-0/+17
|\