aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-06-09hw/virtio/virtio-qmp.c: spelling: suppotedMichael Tokarev1-1/+1
2023-06-089pfs: prevent opening special files (CVE-2023-2861)Christian Schoenebeck1-0/+39
2023-06-07Merge tag 'pull-xen-20230607' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson10-154/+69
2023-06-07vfio-user: update commentsJagannathan Raman1-3/+11
2023-06-07xen-block: fix segv on unrealizeAnthony PERARD1-2/+4
2023-06-07hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow2-18/+2
2023-06-07hw/isa/piix3: Resolve redundant k->config_write assignmentsBernhard Beschow1-2/+1
2023-06-07hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow2-21/+19
2023-06-07hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow2-23/+14
2023-06-07hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()Bernhard Beschow1-1/+1
2023-06-07hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()Bernhard Beschow1-0/+2
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow2-3/+3
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-1/+1
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse1-56/+1
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse1-1/+1
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse3-31/+25
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson18-248/+4178
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson16-37/+37
2023-06-06hw: arm: allwinner-sramc: Add SRAM Controller support for R40qianfan Zhao6-1/+199
2023-06-06hw: arm: allwinner-r40: Add emac and gmac supportqianfan Zhao2-2/+51
2023-06-06hw: sd: allwinner-sdhost: Add sun50i-a64 SoC supportqianfan Zhao2-4/+70
2023-06-06hw/arm/allwinner-r40: add SDRAM controller deviceqianfan Zhao5-2/+554
2023-06-06hw/misc: Rename axp209 to axp22x and add support AXP221 PMUqianfan Zhao7-245/+297
2023-06-06hw: arm: allwinner-r40: Add i2c0 deviceqianfan Zhao1-1/+10
2023-06-06hw: allwinner-r40: Complete uart devicesqianfan Zhao1-3/+31
2023-06-06hw/arm/allwinner-r40: add Clock Control Unitqianfan Zhao3-1/+217
2023-06-06hw: arm: Add bananapi M2-Ultra and allwinner-r40 supportqianfan Zhao4-0/+555
2023-06-06xlnx-versal: Connect Xilinx VERSAL CANFD controllersVikram Garhwal2-0/+90
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal3-0/+2115
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé15-35/+35
2023-06-05hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth1-2/+2
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson5-17/+6
2023-06-05hw/isa/i82378: Remove unused "io" attributeBernhard Beschow1-1/+0
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow1-9/+0
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow3-7/+6
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang1-3/+3
2023-06-02numa: Check for qemu_strtosz_MiB errorEric Blake1-2/+9
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson3-9/+9
2023-06-01hw/9pfs: use qemu_xxhash4Alex Bennée1-3/+2
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée1-2/+0
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée2-2/+5
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi3-9/+9
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson13-75/+310
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi3-8/+8
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi1-3/+3
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi5-12/+113
2023-05-30virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi2-7/+47
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi3-3/+21
2023-05-30hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi1-4/+4
2023-05-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi4-16/+59