aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/dino.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland1-522/+0
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-Ayland1-14/+0
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland1-9/+1
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland1-7/+1
2022-05-08dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland1-0/+2
2022-05-08machine.c: map DINO device during board configurationMark Cave-Ayland1-3/+0
2022-05-08dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland1-5/+3
2022-05-08dino: split declarations from dino.c into dino.hMark Cave-Ayland1-110/+1
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
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-06-09hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2020-02-18hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82cPhilippe Mathieu-Daudé1-1/+3
2020-02-18hw/hppa/dino: Fix bitmask for the PCIROR registerPhilippe Mathieu-Daudé1-1/+1
2020-02-18hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)Philippe Mathieu-Daudé1-1/+2
2020-02-18hw/hppa/dino: Add comments with register namePhilippe Mathieu-Daudé1-12/+12
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller1-14/+83
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-02-21hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle1-3/+24
2019-02-12hw/hppa: forward requests to CPU HPASven Schnelle1-1/+7
2018-10-24hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé1-7/+0
2018-07-02hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1
2018-01-31hw/hppa: Implement DINO system boardHelge Deller1-0/+518