aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)Author
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10hppa: do not use ram_size globalPaolo Bonzini
2020-12-10hppa: remove bios_namePaolo Bonzini
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-09-02hw/hppa: Add power button emulationHelge Deller
2020-09-02hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller
2020-09-02hw/hppa: Change fw_cfg port addressHelge Deller
2020-09-02hw/hppa: Store boot device in fw_cfg sectionHelge Deller
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller
2020-08-26Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell
2020-08-26hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-04hw/hppa: Implement proper SeaBIOS version checkHelge Deller
2020-08-04hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller
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-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-09hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-19hppa: use memdev for RAMIgor Mammedov
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-02-04hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-23hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov
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-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu