aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-05-08lasi: checkpatch fixesMark Cave-Ayland1-2/+4
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland9-156/+16
2022-05-08dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland2-5/+5
2022-05-08dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland1-1/+1
2022-05-08hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland3-16/+12
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland3-13/+4
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland3-11/+6
2022-05-08dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08dino.h: add defines for DINO IRQ numbersMark Cave-Ayland1-0/+12
2022-05-08machine.c: map DINO device during board configurationMark Cave-Ayland2-3/+3
2022-05-08dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland3-8/+9
2022-05-08hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland3-3/+3
2022-05-08dino: split declarations from dino.c into dino.hMark Cave-Ayland3-112/+128
2022-05-08dino: return PCIBus from dino_init() using qdev_get_child_bus()Mark Cave-Ayland1-4/+3
2022-05-08dino: use QOM cast instead of directly referencing parent_objMark Cave-Ayland1-2/+4
2022-05-08dino: move initial register configuration to new dino_pcihost_reset() functionMark Cave-Ayland1-2/+9
2022-05-08dino: move PCI bus master address space setup to dino_pcihost_realize()Mark Cave-Ayland1-5/+20
2022-05-08dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland1-1/+2
2022-05-08dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland1-0/+12
2022-05-08dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland1-11/+11
2022-05-08dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland1-7/+9
2022-05-08dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland1-15/+29
2022-05-08dino: checkpatch fixesMark Cave-Ayland1-2/+4
2022-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-51/+51
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini2-33/+4
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini3-14/+22
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini1-0/+5
2022-05-07build: move vhost-scsi configuration to KconfigPaolo Bonzini1-0/+5
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini1-0/+10
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini1-4/+5
2022-05-06Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta...Richard Henderson1-1/+1
2022-05-06hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov1-1/+1
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu1-8/+8
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger1-24/+25
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger1-1/+1
2022-05-06vfio/common: remove spurious tpm-crb-cmd misalignment warningEric Auger2-1/+27
2022-05-06vfio/common: Fix a small boundary issue of a traceXiang Chen1-4/+3
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)2-33/+99
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)1-17/+3
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)1-14/+2
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)1-6/+11
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)1-2/+2
2022-05-05target/ppc: Remove msr_pr macroVĂ­ctor Colombo2-2/+2
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat2-0/+16
2022-05-05ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat2-10/+17
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo1-1/+1
2022-05-05Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydel...Richard Henderson4-8/+5
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson4-8/+0
2022-05-05target/arm: Split out cpregs.hRichard Henderson4-0/+5
2022-05-04Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson1-1/+1