summaryrefslogtreecommitdiffstats
path: root/hw/hppa
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé2020-01-271-1/+1
* hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé2020-01-271-5/+4Star
* hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé2020-01-271-1/+1
* hppa: Add emulation of Artist graphicsSven Schnelle2020-01-273-0/+12
* hppa: Switch to tulip NIC by defaultHelge Deller2020-01-271-2/+2
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-272-1/+10
* hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-276-2/+376
* hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller2020-01-272-14/+88
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-172-1/+3
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1