summary refs log tree commit diff stats
path: root/hw/hppa/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/hppa: do not require CONFIG_USBPaolo Bonzini2024-02-271-3/+7
* hw/hppa/machine: Load 64-bit firmware on 64-bit machinesHelge Deller2024-02-131-22/+30
* hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse2024-02-021-5/+4
* hw/hppa: use pci_init_nic_devices()David Woodhouse2024-02-021-5/+2
* hw/hppa: Move software power button address back into PDCHelge Deller2024-01-131-4/+5
* hw/hppa/machine: Disable default devices with --nodefaults optionHelge Deller2024-01-131-4/+6
* hw/hppa/machine: Allow up to 3840 MB total memoryHelge Deller2024-01-131-3/+6
* hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan2023-11-201-12/+10
* hw/hppa: Require at least SeaBIOS-hppa version 12Helge Deller2023-11-131-1/+1
* hw/hppa: Move software power button address to page zeroHelge Deller2023-11-131-1/+2
* hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller2023-11-061-0/+24
* hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller2023-11-061-1/+1
* hw/hppa: Translate phys addresses for the cpuRichard Henderson2023-11-061-46/+71
* hw/hppa: Use uint32_t instead of target_uregRichard Henderson2023-11-061-6/+6
* target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson2023-11-061-6/+3
* hw/hppa: Add new HP C3700 machineHelge Deller2023-10-201-0/+101
* hw/hppa: Split out machine creationHelge Deller2023-10-201-72/+99
* hw/hppa: Provide RTC and DebugOutputPort on CPU #0Helge Deller2023-10-201-0/+67
* hw/hppa: Export machine name, BTLBs, power-button address via fw_cfgHelge Deller2023-10-201-3/+19
* hw/hppa: Require at least SeaBIOS-hppa version 10Helge Deller2023-10-171-5/+5
* target/hppa: Report and clear BTLBs via fw_cfg at startupHelge Deller2023-09-151-5/+5
* target/hppa: Provide qemu version via fw_cfg to firmwareHelge Deller2023-06-241-0/+5
* target/hppa: Fix OS reboot issuesHelge Deller2023-06-241-2/+8
* hw/hppa: Use MachineClass->default_nic in the hppa machineThomas Huth2023-05-261-1/+3
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-2/+0
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
* lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland2022-07-181-2/+4
* lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-181-2/+1
* lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland2022-06-261-2/+9
* lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland2022-06-261-2/+2
* hppa: Fix serial port assignments and pass-throughHelge Deller2022-05-281-14/+8
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-3/+3
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* hppa: simplify machine function names in machine.cMark Cave-Ayland2022-05-081-6/+6
* hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_i...Mark Cave-Ayland2022-05-081-8/+4
* hppa: use MACHINE QOM macros for defining the hppa machineMark Cave-Ayland2022-05-081-2/+2
* hppa: remove the empty hppa_sys.h fileMark Cave-Ayland2022-05-081-1/+1
* hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland2022-05-081-0/+3
* hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland2022-05-081-0/+23
* lasi: move from hw/hppa to hw/miscMark Cave-Ayland2022-05-081-1/+1
* hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland2022-05-081-0/+2
* lasi: move lasi_initfn() to machine.cMark Cave-Ayland2022-05-081-1/+11
* lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland2022-05-081-1/+1
* lasi: move PS2 initialisation to machine.cMark Cave-Ayland2022-05-081-0/+5
* lasi: move second serial port initialisation to machine.cMark Cave-Ayland2022-05-081-0/+7
* lasi: move parallel port initialisation to machine.cMark Cave-Ayland2022-05-081-0/+6
* lasi: move LAN initialisation to machine.cMark Cave-Ayland2022-05-081-0/+5
* lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland2022-05-081-1/+2