aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)AuthorFilesLines
2024-02-13hw/hppa/machine: Load 64-bit firmware on 64-bit machinesHelge Deller1-22/+30
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse1-5/+4
2024-02-02hw/hppa: use pci_init_nic_devices()David Woodhouse1-5/+2
2024-01-13hw/hppa: Move software power button address back into PDCHelge Deller1-4/+5
2024-01-13hw/hppa/machine: Disable default devices with --nodefaults optionHelge Deller1-4/+6
2024-01-13hw/hppa/machine: Allow up to 3840 MB total memoryHelge Deller1-3/+6
2023-11-20hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan1-12/+10
2023-11-13hw/hppa: Require at least SeaBIOS-hppa version 12Helge Deller1-1/+1
2023-11-13hw/hppa: Move software power button address to page zeroHelge Deller1-1/+2
2023-11-06hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller1-0/+24
2023-11-06hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller1-1/+1
2023-11-06hw/hppa: Translate phys addresses for the cpuRichard Henderson1-46/+71
2023-11-06hw/hppa: Use uint32_t instead of target_uregRichard Henderson1-6/+6
2023-11-06target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson1-6/+3
2023-10-20hw/hppa: Add new HP C3700 machineHelge Deller1-0/+101
2023-10-20hw/hppa: Split out machine creationHelge Deller1-72/+99
2023-10-20hw/hppa: Provide RTC and DebugOutputPort on CPU #0Helge Deller2-1/+67
2023-10-20hw/hppa: Export machine name, BTLBs, power-button address via fw_cfgHelge Deller1-3/+19
2023-10-20pci-host: Wire up new Astro/Elroy PCI bridgeHelge Deller1-0/+1
2023-10-17hw/hppa: Require at least SeaBIOS-hppa version 10Helge Deller1-5/+5
2023-09-15target/hppa: Report and clear BTLBs via fw_cfg at startupHelge Deller1-5/+5
2023-06-24target/hppa: Provide qemu version via fw_cfg to firmwareHelge Deller1-0/+5
2023-06-24target/hppa: Fix OS reboot issuesHelge Deller1-2/+8
2023-05-26hw/hppa: Use MachineClass->default_nic in the hppa machineThomas Huth1-1/+3
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé1-1/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan1-2/+0
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-2/+2
2022-07-18lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland1-2/+4
2022-07-18lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland1-2/+1
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland1-2/+9
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland1-2/+2
2022-05-28hppa: Fix serial port assignments and pass-throughHelge Deller2-16/+10
2022-05-28hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppaHelge Deller1-0/+6
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-3/+3
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+1
2022-05-08hppa: simplify machine function names in machine.cMark Cave-Ayland1-6/+6
2022-05-08hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_i...Mark Cave-Ayland1-8/+4
2022-05-08hppa: use MACHINE QOM macros for defining the hppa machineMark Cave-Ayland1-2/+2
2022-05-08hppa: remove the empty hppa_sys.h fileMark Cave-Ayland2-9/+1
2022-05-08hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland2-2/+3
2022-05-08hppa: remove unused trace-events from from hw/hppaMark Cave-Ayland1-1/+0
2022-05-08hppa: remove hw/hppa/pci.cMark Cave-Ayland4-75/+1
2022-05-08hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland3-27/+23
2022-05-08lasi: move from hw/hppa to hw/miscMark Cave-Ayland6-360/+3
2022-05-08hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland4-3/+9
2022-05-08lasi: use numerical constant for iar reset valueMark Cave-Ayland1-1/+1
2022-05-08lasi: use constants for device register offsetsMark Cave-Ayland2-14/+19
2022-05-08lasi: move lasi_initfn() to machine.cMark Cave-Ayland3-13/+11
2022-05-08lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland3-3/+3