aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-05-08hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland4-3/+9
2022-05-08lasi: use numerical constant for iar reset valueMark Cave-Ayland1-1/+1
2022-05-08lasi: use constants for device register offsetsMark Cave-Ayland2-14/+19
2022-05-08lasi: move lasi_initfn() to machine.cMark Cave-Ayland3-13/+11
2022-05-08lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland3-3/+3
2022-05-08lasi: move PS2 initialisation to machine.cMark Cave-Ayland2-5/+5
2022-05-08lasi: move second serial port initialisation to machine.cMark Cave-Ayland2-8/+7
2022-05-08lasi: move parallel port initialisation to machine.cMark Cave-Ayland2-6/+6
2022-05-08lasi: move LAN initialisation to machine.cMark Cave-Ayland2-7/+5
2022-05-08lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland3-4/+6
2022-05-08lasi: fix serial port initialisationMark Cave-Ayland1-1/+1
2022-05-08lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland1-14/+7
2022-05-08lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2-27/+13
2022-05-08lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2-43/+59
2022-05-08lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland1-6/+12
2022-05-08lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2-6/+8
2022-05-08lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland3-5/+12
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