aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-26remove qemu-options* from root directoryPaolo Bonzini1-5/+19
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu1-10/+23
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini2-11/+179
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell1-6/+20
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell1-6/+0
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand1-2/+2
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-2/+3
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-2/+10
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand1-0/+5
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster1-2/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-2/+0
2021-05-12Remove the deprecated moxie targetThomas Huth1-2/+0
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth4-4/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth4-4/+0
2021-04-01icount: get rid of static variablePavel Dovgalyuk3-8/+8
2021-03-24m68k: add the virtio devices aliasesLaurent Vivier1-0/+12
2021-03-24qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier1-28/+25
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell1-1/+3
2021-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...Peter Maydell1-0/+17
2021-03-19qemu-options: New -compat to set policy for deprecated interfacesMarkus Armbruster1-0/+17
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster1-7/+1
2021-03-19vl: allow passing JSON to -objectPaolo Bonzini1-12/+21
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini1-18/+57
2021-03-18Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell1-1/+0