summaryrefslogtreecommitdiffstats
path: root/hw/hppa/dino.c
Commit message (Expand)AuthorAgeFilesLines
* 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