aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2022-09-19audio: add help option for -audio and -audiodevClaudio Fontana1-2/+7
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-1/+1
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson1-0/+12
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-1/+3
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau1-1/+3
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth1-17/+0
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini1-6/+1
2022-08-08vl: fix [memory] section with -readconfigPaolo Bonzini1-11/+14
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich2-6/+17
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell3-0/+609
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)1-0/+194
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2-0/+298
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2-0/+117
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen1-0/+1
2022-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-24/+6
2022-07-13meson: Prefix each element of firmware pathAkihiko Odaki1-3/+5
2022-07-13datadir: Use bundle mechanismAkihiko Odaki1-21/+1
2022-07-12vl: Unlink absolute PID file pathHanna Reitz1-4/+26
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz1-9/+9
2022-06-28vga: avoid crash if no default vga cardGuo Zhi1-1/+2
2022-06-28semihosting: Cleanup chardev initRichard Henderson1-2/+1
2022-06-27accel: Introduce current_accel_name()Alexander Graf1-2/+1
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson1-1/+12
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-2/+2
2022-06-15qdev: unplug blocker for devicesJagannathan Raman1-0/+4
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron1-2/+0
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron1-44/+0
2022-06-06Enable common virtio pci support for LoongArchXiaojuan Yang1-1/+2
2022-06-06replay: rewrite async event handlingPavel Dovgalyuk1-1/+3
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk1-0/+8
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth1-19/+0
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth2-71/+1
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth1-40/+1
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-0/+47
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini1-3/+25
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini1-0/+4
2022-05-13hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron1-0/+47
2022-05-12vl: make machine type deprecation a warningPaolo Bonzini1-1/+1
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini1-14/+3
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-40/+22
2022-05-12machine: add mem compound propertyPaolo Bonzini1-83/+40
2022-05-12machine: add boot compound propertyPaolo Bonzini1-11/+5
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini3-27/+3
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2-0/+8
2022-05-09softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth1-0/+2
2022-04-28remove -writeconfigPaolo Bonzini1-20/+0
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau1-0/+1
2022-04-21include: add qemu/keyval.hMarc-André Lureau1-0/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-21Simplify softmmu/main.cMarc-André Lureau1-16/+9