summaryrefslogtreecommitdiffstats
path: root/hw/hppa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-021-1/+34
* hw/hppa: Allow up to 16 emulated CPUsHelge Deller2022-02-021-2/+3
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* hppa: do not use ram_size globalPaolo Bonzini2020-12-101-5/+5
* hppa: remove bios_namePaolo Bonzini2020-12-101-2/+1Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-4/+8
* hw/hppa: Add power button emulationHelge Deller2020-09-021-0/+32
* hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller2020-09-022-2/+7
* hw/hppa: Change fw_cfg port addressHelge Deller2020-09-021-2/+1Star
* hw/hppa: Store boot device in fw_cfg sectionHelge Deller2020-09-021-0/+9
* hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller2020-09-021-0/+8
* Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell2020-08-263-4/+34
|\
| * hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller2020-08-261-2/+6
| * hw/hppa: Implement proper SeaBIOS version checkHelge Deller2020-08-041-0/+22
| * hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller2020-08-042-2/+6
* | meson: convert hw/arch*Marc-André Lureau2020-08-212-1/+4
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-153-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-153-6/+6
* hw/hppa/dino: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-172-2/+0Star
* hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-7/+3Star
|\
| * hppa: use memdev for RAMIgor Mammedov2020-02-191-7/+3Star
* | 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/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé2020-02-041-0/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2