aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-09-07hw/riscv: virt: Add PMU DT node to the device treeAtish Patra
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel
2022-09-07hw/core: fix platform bus node nameConor Dooley
2022-09-07hw/riscv: virt: fix syscon subnode pathsConor Dooley
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley
2022-09-07hw/riscv: virt: fix uart node nameConor Dooley
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza
2022-09-07hw/riscv: virt: pass random seed to fdtJason A. Donenfeld
2022-09-04hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez
2022-09-01Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-09-01scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-09-01esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan
2022-08-31ppc/ppc4xx: Fix sdram trace eventsCédric Le Goater
2022-08-31hw/ppc/Kconfig: Move imply before selectBALATON Zoltan
2022-08-31hw/ppc/sam460ex: Remove PPC405 dependency from sam460exBALATON Zoltan
2022-08-31ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan
2022-08-31ppc/ppc405: QOM'ify FPGACédric Le Goater
2022-08-31ppc/ppc405: Use an explicit I2C objectCédric Le Goater
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan
2022-08-31ppc/ppc405: Use an embedded PPCUIC model in SoC stateCédric Le Goater
2022-08-31ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan
2022-08-31ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan
2022-08-31ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan