aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland
2022-05-08dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland
2022-05-08dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland
2022-05-08hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland
2022-05-08dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland
2022-05-08dino.h: add defines for DINO IRQ numbersMark Cave-Ayland
2022-05-08machine.c: map DINO device during board configurationMark Cave-Ayland
2022-05-08dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland
2022-05-08hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland
2022-05-08dino: split declarations from dino.c into dino.hMark Cave-Ayland
2022-05-08dino: return PCIBus from dino_init() using qdev_get_child_bus()Mark Cave-Ayland
2022-05-08dino: use QOM cast instead of directly referencing parent_objMark Cave-Ayland
2022-05-08dino: move initial register configuration to new dino_pcihost_reset() functionMark Cave-Ayland
2022-05-08dino: move PCI bus master address space setup to dino_pcihost_realize()Mark Cave-Ayland
2022-05-08dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland
2022-05-08dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland
2022-05-08dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland
2022-05-08dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland
2022-05-08dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland
2022-05-08dino: checkpatch fixesMark Cave-Ayland
2022-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini
2022-05-07build: move vhost-scsi configuration to KconfigPaolo Bonzini
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini
2022-05-06Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta...Richard Henderson
2022-05-06hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu
2022-05-06vfio/pci: Use vbasedev local variable in vfio_realize()Eric Auger
2022-05-06hw/vfio/pci: fix vfio_pci_hot_reset_result trace pointEric Auger
2022-05-06vfio/common: remove spurious tpm-crb-cmd misalignment warningEric Auger
2022-05-06vfio/common: Fix a small boundary issue of a traceXiang Chen
2022-05-06vfio: defer to commit kvm irq routing when enable msi/msixLongpeng(Mike)
2022-05-06Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"Longpeng(Mike)
2022-05-06vfio: simplify the failure path in vfio_msi_enableLongpeng(Mike)
2022-05-06vfio: move re-enabling INTX out of the common helperLongpeng(Mike)
2022-05-06vfio: simplify the conditional statements in vfio_msi_enableLongpeng(Mike)
2022-05-05target/ppc: Remove msr_pr macroVĂ­ctor Colombo
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat
2022-05-05ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo
2022-05-05Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-05-04Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf