summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-153-30/+184
* | | vhost: Add VhostIOVATreeEugenio Pérez2022-03-153-1/+138
* | | vhost: Shadow virtqueue buffers forwardingEugenio Pérez2022-03-153-11/+522
* | | vdpa: adapt vhost_ops callbacks to svqEugenio Pérez2022-03-151-7/+41
* | | virtio: Add vhost_svq_get_vring_addrEugenio Pérez2022-03-152-0/+38
* | | vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez2022-03-153-0/+61
* | | vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez2022-03-153-2/+71
* | | vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez2022-03-153-2/+211
* | | vhost: Add VhostShadowVirtqueueEugenio Pérez2022-03-153-1/+91
* | | virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
| |/ |/|
* | hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture2022-03-141-1/+6
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...Peter Maydell2022-03-108-129/+389
|\
| * esp: recreate ESPState current_req after migrationMark Cave-Ayland2022-03-091-0/+10
| * esp: include the current PDMA callback in the migration streamMark Cave-Ayland2022-03-091-0/+31
| * esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland2022-03-091-13/+31
| * esp: introduce esp_pdma_cb() functionMark Cave-Ayland2022-03-091-2/+7
| * esp: introduce esp_set_pdma_cb() functionMark Cave-Ayland2022-03-091-7/+12
| * macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland2022-03-091-0/+8
| * macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland2022-03-091-0/+2