summary refs log tree commit diff stats
path: root/hw/hppa/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2022-05-081-2/+5
* lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland2022-05-081-1/+1
* dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland2022-05-081-1/+1
* hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland2022-05-081-0/+12
* dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland2022-05-081-3/+2
* dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland2022-05-081-3/+4
* machine.c: map DINO device during board configurationMark Cave-Ayland2022-05-081-0/+3
* dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland2022-05-081-2/+4
* hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland2022-05-081-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-021-1/+34
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+1