aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)Author
2022-05-08dino.h: add defines for DINO IRQ numbersMark 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-08hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark 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
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller
2022-02-02hw/hppa: Allow up to 16 emulated CPUsHelge Deller
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
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-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
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é