aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/dino.c
AgeCommit message (Expand)Author
2022-05-08dino: move from hw/hppa to hw/pci-hostMark 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-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-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
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-09hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-02-18hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82cPhilippe Mathieu-Daudé
2020-02-18hw/hppa/dino: Fix bitmask for the PCIROR registerPhilippe Mathieu-Daudé
2020-02-18hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)Philippe Mathieu-Daudé
2020-02-18hw/hppa/dino: Add comments with register namePhilippe Mathieu-Daudé
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2019-02-21hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle
2019-02-12hw/hppa: forward requests to CPU HPASven Schnelle
2018-10-24hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé
2018-07-02hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-01-31hw/hppa: Implement DINO system boardHelge Deller