summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-1/+2
* intc/exynos4210_gic: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-6/+3Star
* arm/allwinner-a10: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-3/+1Star
* arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau2022-04-211-4/+1Star
* hw/hyperv: remove needless qemu-common.h includeMarc-André Lureau2022-04-211-1/+0Star
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-211-1/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* | util/log: Remove qemu_log_flushRichard Henderson2022-04-202-2/+0Star
* | *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-13/+15
* | hw/xen: Split out xen_pv_output_msgRichard Henderson2022-04-201-20/+24
* | util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
|/
* hw: Add compat machines for 7.1Cornelia Huck2022-04-208-7/+73
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-20126-420/+1030
|\
| * virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini2022-04-064-16/+6Star
| * virtio-ccw: move device type declarations to .c filesPaolo Bonzini2022-04-0613-133/+119Star
| * virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini2022-04-063-47/+65
| * s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini2022-04-061-8/+12
| * hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron2022-04-063-0/+408
| * hyperv: Add support to process syndbg commandsJon Doron2022-04-061-0/+243
| * hyperv: SControl is optional to enable SynIcJon Doron2022-04-061-33/+76
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0675-75/+0Star
| * include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-065-5/+5
| * Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-0616-47/+47
| * Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-0610-24/+24
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-0610-21/+21
| * Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-062-11/+4Star
* | virtio-iommu: use-after-free fixWentao Liang2022-04-081-0/+1
* | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-072-0/+9
* | display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella2022-04-071-1/+1
* | acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-064-12/+17
|/
* xlnx-bbram: hw/nvram: Fix uninitialized Error *Tong Ho2022-04-051-1/+1
* hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza2022-04-042-0/+10
* 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.cWill Cohen2022-04-012-23/+23
* vhost-vdpa: fix typo in a commentStefano Garzarella2022-03-311-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-291-2/+2
|\
| * virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini2022-03-291-2/+2
* | hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() loggingPeter Maydell2022-03-251-2/+2
|/
* hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2022-03-244-8/+8
* Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-03-222-12/+34
|\
| * hw/sd/sdhci: Prohibit DMA accesses to devicesPhilippe Mathieu-Daudé2022-03-211-2/+3
| * hw/sd/sdhci: Honor failed DMA transactionsPhilippe Mathieu-Daudé2022-03-211-9/+25
| * hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)Philippe Mathieu-Daudé2022-03-211-1/+1
| * hw/audio/intel-hda: Do not ignore DMA overrun errorsPhilippe Mathieu-Daudé2022-03-211-2/+7
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-229-10/+10
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-211-5/+2Star
|\ \
| * | hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini2022-03-211-5/+2Star
* | | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-2159-105/+100Star
* | | 9pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-214-10/+10
| |/ |/|
* | Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell2022-03-1911-40/+76
|\ \
| * | hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth2022-03-181-0/+6