aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-09-17Merge tag 'pull-arm-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi13-19/+20
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell11-11/+14
2022-09-14target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()Peter Maydell1-8/+1
2022-09-14hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan1-0/+4
2022-09-14target/arm: Add cortex-a35Hao Wu1-0/+1
2022-09-09tpm_crb: Avoid backend startup just before shutdown under XenRoss Lagerwall1-1/+6
2022-09-07hw/riscv: virt: Add PMU DT node to the device treeAtish Patra1-0/+16
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2-25/+41
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel2-12/+5
2022-09-07hw/core: fix platform bus node nameConor Dooley1-1/+1
2022-09-07hw/riscv: virt: fix syscon subnode pathsConor Dooley1-2/+2
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley1-0/+2
2022-09-07hw/riscv: virt: fix uart node nameConor Dooley1-1/+1
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley1-6/+61
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa1-4/+8
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza5-8/+5
2022-09-07hw/riscv: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-04hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne1-1/+21
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne2-6/+157
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne3-0/+427
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne2-9/+29
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne3-100/+123
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi12-29/+52
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma1-2/+2
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez1-15/+0
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez1-0/+7
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez1-0/+3
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez1-0/+7
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez1-4/+7
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez1-3/+0
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez1-1/+2
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez1-6/+4
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez1-9/+8
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez1-2/+2
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez1-22/+10
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez1-0/+6
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez4-8/+8
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez1-7/+13
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez1-0/+4
2022-09-01Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi22-1521/+2452
2022-09-01scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin1-1/+7
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin12-28/+39
2022-09-01esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin1-0/+6
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan5-47/+67
2022-08-31ppc/ppc4xx: Fix sdram trace eventsCédric Le Goater1-1/+1
2022-08-31hw/ppc/Kconfig: Move imply before selectBALATON Zoltan1-1/+1
2022-08-31hw/ppc/sam460ex: Remove PPC405 dependency from sam460exBALATON Zoltan2-2/+0
2022-08-31ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan3-254/+251
2022-08-31ppc/ppc405: QOM'ify FPGACédric Le Goater1-17/+39