summaryrefslogtreecommitdiffstats
path: root/hw/hppa/dino.c
Commit message (Expand)AuthorAgeFilesLines
* dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland2022-05-081-522/+0Star
* dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland2022-05-081-1/+1
* hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland2022-05-081-14/+0Star
* dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland2022-05-081-9/+1Star
* dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland2022-05-081-7/+1Star
* dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2022-05-081-0/+2
* machine.c: map DINO device during board configurationMark Cave-Ayland2022-05-081-3/+0Star
* dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland2022-05-081-5/+3Star
* dino: split declarations from dino.c into dino.hMark Cave-Ayland2022-05-081-110/+1Star
* dino: return PCIBus from dino_init() using qdev_get_child_bus()Mark Cave-Ayland2022-05-081-4/+3Star
* dino: use QOM cast instead of directly referencing parent_objMark Cave-Ayland2022-05-081-2/+4
* dino: move initial register configuration to new dino_pcihost_reset() functionMark Cave-Ayland2022-05-081-2/+9
* dino: move PCI bus master address space setup to dino_pcihost_realize()Mark Cave-Ayland2022-05-081-5/+20
* dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland2022-05-081-1/+2
* dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland2022-05-081-0/+12
* dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland2022-05-081-11/+11
* dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland2022-05-081-7/+9
* dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland2022-05-081-15/+29
* dino: checkpatch fixesMark Cave-Ayland2022-05-081-2/+4
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82cPhilippe Mathieu-Daudé2020-02-181-1/+3
* hw/hppa/dino: Fix bitmask for the PCIROR registerPhilippe Mathieu-Daudé2020-02-181-1/+1
* hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)Philippe Mathieu-Daudé2020-02-181-1/+2
* hw/hppa/dino: Add comments with register namePhilippe Mathieu-Daudé2020-02-181-12/+12
* hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller2020-01-271-14/+83
* hppa: fix leak from g_strdup_printfPaolo Bonzini2019-10-041-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* hw/hppa/dino: mask out lower 2 bits of PCI config addrSven Schnelle2019-02-211-3/+24
* hw/hppa: forward requests to CPU HPASven Schnelle2019-02-121-1/+7
* hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-7/+0Star
* hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-4/+1Star
* hw/hppa: Implement DINO system boardHelge Deller2018-01-311-0/+518