aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)AuthorFilesLines
2022-05-08dino: move pci_setup_iommu() to dino_pcihost_init()Mark Cave-Ayland1-1/+2
2022-05-08dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland1-0/+12
2022-05-08dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland1-11/+11
2022-05-08dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland1-7/+9
2022-05-08dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland1-15/+29
2022-05-08dino: checkpatch fixesMark Cave-Ayland1-2/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+34
2022-02-02hw/hppa: Allow up to 16 emulated CPUsHelge Deller1-2/+3
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10hppa: do not use ram_size globalPaolo Bonzini1-5/+5
2020-12-10hppa: remove bios_namePaolo Bonzini1-2/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-09-02hw/hppa: Add power button emulationHelge Deller1-0/+32
2020-09-02hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller2-2/+7
2020-09-02hw/hppa: Change fw_cfg port addressHelge Deller1-2/+1
2020-09-02hw/hppa: Store boot device in fw_cfg sectionHelge Deller1-0/+9
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-0/+8
2020-08-26Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell3-4/+34
2020-08-26hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller1-2/+6
2020-08-21meson: convert hw/arch*Marc-André Lureau2-1/+4
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-04hw/hppa: Implement proper SeaBIOS version checkHelge Deller1-0/+22
2020-08-04hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller2-2/+6
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster3-3/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster3-6/+6
2020-06-09hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2-2/+0
2020-03-09hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé1-0/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini1-7/+3
2020-02-19hppa: use memdev for RAMIgor Mammedov1-7/+3
2020-02-18hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82cPhilippe Mathieu-Daudé1-1/+3
2020-02-18hw/hppa/dino: Fix bitmask for the PCIROR registerPhilippe Mathieu-Daudé1-1/+1
2020-02-18hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)Philippe Mathieu-Daudé1-1/+2
2020-02-18hw/hppa/dino: Add comments with register namePhilippe Mathieu-Daudé1-12/+12
2020-02-04hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé1-0/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé1-1/+1
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé1-5/+4
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé1-1/+1
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle3-0/+12