summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | hw/display: Allow vga_common_init() to return errorsThomas Huth2022-03-1811-13/+42
| * | hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth2022-03-181-28/+29
| |/
* | Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Peter Maydell2022-03-192-6/+6
|\ \
| * | virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow2022-03-181-5/+5
| * | hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran2022-03-181-1/+1
| |/
* | hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason2022-03-181-2/+2
* | hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias2022-03-181-2/+23
* | hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias2022-03-182-0/+254
* | hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias2022-03-181-0/+16
* | hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias2022-03-182-0/+267
* | hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias2022-03-181-0/+5
* | hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger2022-03-181-1/+6
* | hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCGEric Auger2022-03-182-3/+3
* | hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell2022-03-181-2/+2
* | hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell2022-03-181-0/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-153-3/+11
|\
| * kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-153-3/+11
* | Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell2022-03-155-124/+24Star
|\ \
| * | ppc/pnv: Remove user-created PHB{3,4,5} devicesCédric Le Goater2022-03-144-117/+10Star
| * | ppc/pnv: Always create the PHB5 PEC devicesFrederic Barrat2022-03-141-3/+1Star
| * | ppc/pnv: Introduce a pnv-phb5 device to match root portFrederic Barrat2022-03-142-4/+12
| * | ppc/xive2: Make type Xive2EndSource not user creatableCédric Le Goater2022-03-141-0/+1
* | | vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez2022-03-151-4/+35
* | | vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez2022-03-151-1/+2
* | | vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez2022-03-151-0/+17