summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* softmmu: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-12/+9Star
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-2/+2
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-061-2/+10
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-066-6/+0Star
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-062-1/+2
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* qtest: replace gettimeofday with GTimerMarc-André Lureau2022-04-061-29/+10Star
* memory: Make memory_region_readd_subregion() properly handle mapped aliasesDavid Hildenbrand2022-03-291-2/+1Star
* Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-03-221-10/+45
|\
| * softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé2022-03-211-2/+42
| * softmmu/physmem: Simplify flatview_write and address_space_access_validPhilippe Mathieu-Daudé2022-03-211-8/+3Star
* | error: use GLib to remember the program nameMarc-André Lureau2022-03-221-1/+1
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* | vl: typo fix in a commentMarc-André Lureau2022-03-221-1/+1
* | qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau2022-03-221-0/+2
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-5/+5
|/
* softmmu: List CPU types againPhilippe Mathieu-Daudé2022-03-161-8/+0Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell2022-03-081-0/+7
|\
| * Check and report for incomplete 'global' option formatRohit Kumar2022-03-071-0/+7