aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-06-05Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into stagingRichard Henderson
2023-06-05hw/isa/i82378: Remove unused "io" attributeBernhard Beschow
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang
2023-06-02numa: Check for qemu_strtosz_MiB errorEric Blake
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-06-01hw/9pfs: use qemu_xxhash4Alex Bennée
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-05-30virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi
2023-05-30hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi
2023-05-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi
2023-05-30virtio-scsi: stop using aio_disable_external() during unplugStefan Hajnoczi
2023-05-30virtio-scsi: avoid race between unplug and transport eventStefan Hajnoczi
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi
2023-05-30hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz
2023-05-30arm/Kconfig: Make TCG dependence explicitFabiano Rosas
2023-05-30hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot
2023-05-30hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Add stage-2 support in iova notifierMostafa Saleh
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh
2023-05-30hw/arm/smmuv3: Make TLB lookup work for stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Add page table walk for stage-2Mostafa Saleh
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh
2023-05-30hw/arm/smmuv3: Add missing fields for IDR0Mostafa Saleh
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-28pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov
2023-05-28hw/ppc/prep: Fix wiring of PIC -> CPU interruptBernhard Beschow
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-28virtio-input-pci: add virtio-multitouch-pciSergio Lopez
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez
2023-05-28virtio-input: generalize virtio_input_key_config()Sergio Lopez
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau
2023-05-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-26virtio: qmp: fix memory leakPaolo Bonzini
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth