aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-1/+0
2021-03-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-2/+1
2021-03-17Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...Peter Maydell1-33/+3
2021-03-16fuzz: move some DMA hooksAlexander Bulekov2-2/+1
2021-03-15usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth1-2/+0
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand1-33/+3
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger1-0/+26
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell3-17/+17
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2-1/+27
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-03-10device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée1-0/+26
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2-2/+2
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé1-1/+1
2021-03-09seccomp: Replace the word 'blacklist'Philippe Mathieu-Daudé1-8/+8
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-6/+6
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell1-1/+1
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-1/+1
2021-03-06trace: skip qemu_set_log_filename if no "-D" option was passedPaolo Bonzini1-1/+3
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-18/+11
2021-03-06vl.c: do not execute trace_init_backends() before daemonizingDaniel Henrique Barboza1-5/+13
2021-02-25vl: deprecate -writeconfigPaolo Bonzini1-0/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2-0/+8
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman2-6/+9