summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* audio: add help option for -audio and -audiodevClaudio Fontana2022-09-191-2/+7
* semihosting: Allow optional use of semihosting from userspacePeter Maydell2022-09-131-1/+1
* accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson2022-09-061-0/+12
* Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-021-1/+3
|\
| * audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau2022-09-021-1/+3
* | softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth2022-08-261-17/+0Star
|/
* vl: remove dead code in parse_memory_options()Paolo Bonzini2022-08-081-6/+1Star
* vl: fix [memory] section with -readconfigPaolo Bonzini2022-08-081-11/+14
* qapi: Add exit-failure PanicActionIlya Leoshkevich2022-07-292-6/+17
* Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell2022-07-203-0/+609
|\
| * softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)2022-07-201-0/+194
| * softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2022-07-202-0/+298
| * softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2022-07-202-0/+117
* | softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen2022-07-201-0/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-141-24/+6Star
|\
| * meson: Prefix each element of firmware pathAkihiko Odaki2022-07-131-3/+5
| * datadir: Use bundle mechanismAkihiko Odaki2022-07-131-21/+1Star
* | vl: Unlink absolute PID file pathHanna Reitz2022-07-121-4/+26
* | vl: Conditionally register PID file unlink notifierHanna Reitz2022-07-121-9/+9
|/
* vga: avoid crash if no default vga cardGuo Zhi2022-06-281-1/+2
* semihosting: Cleanup chardev initRichard Henderson2022-06-281-2/+1Star
* accel: Introduce current_accel_name()Alexander Graf2022-06-271-2/+1Star
* softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson2022-06-211-1/+12
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-2/+2
* qdev: unplug blocker for devicesJagannathan Raman2022-06-151-0/+4
* hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron2022-06-101-2/+0Star
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-101-44/+0Star
* Enable common virtio pci support for LoongArchXiaojuan Yang2022-06-061-1/+2
* replay: rewrite async event handlingPavel Dovgalyuk2022-06-061-1/+3
* replay: notify vCPU when BH is scheduledPavel Dovgalyuk2022-06-061-0/+8
* ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth2022-06-031-19/+0Star
* ui: Switch "-display sdl" to use the QAPI parserThomas Huth2022-06-032-71/+1Star
* ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth2022-06-031-40/+1Star
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-05-171-0/+47
|\
| * hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron2022-05-131-0/+47
* | introduce -audio as a replacement for -soundhwPaolo Bonzini2022-05-141-3/+25
* | soundhw: move help handling to vl.cPaolo Bonzini2022-05-141-0/+4
|/
* vl: make machine type deprecation a warningPaolo Bonzini2022-05-121-1/+1
* machine: move more memory validation to Machine objectPaolo Bonzini2022-05-121-14/+3Star
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-40/+22Star
* machine: add mem compound propertyPaolo Bonzini2022-05-121-83/+40Star
* machine: add boot compound propertyPaolo Bonzini2022-05-121-11/+5Star
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-123-27/+3Star
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-092-0/+8
* softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth2022-05-091-0/+2
* remove -writeconfigPaolo Bonzini2022-04-281-20/+0Star
* include: move qdict_{crumple,flatten} declarationsMarc-André Lureau2022-04-211-0/+1
* include: add qemu/keyval.hMarc-André Lureau2022-04-211-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Simplify softmmu/main.cMarc-André Lureau2022-04-211-16/+9Star