aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-08lasi: move PS2 initialisation to machine.cMark Cave-Ayland2-5/+5
2022-05-08lasi: move second serial port initialisation to machine.cMark Cave-Ayland2-8/+7
2022-05-08lasi: move parallel port initialisation to machine.cMark Cave-Ayland2-6/+6
2022-05-08lasi: move LAN initialisation to machine.cMark Cave-Ayland2-7/+5
2022-05-08lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland3-4/+6
2022-05-08lasi: fix serial port initialisationMark Cave-Ayland1-1/+1
2022-05-08lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland1-14/+7
2022-05-08lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2-27/+13
2022-05-08lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2-43/+59
2022-05-08lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland1-6/+12
2022-05-08lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2-6/+8
2022-05-08lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland3-5/+12
2022-05-08lasi: checkpatch fixesMark Cave-Ayland1-2/+4
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland6-676/+3
2022-05-08dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland2-5/+5
2022-05-08dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland1-1/+1
2022-05-08hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland3-16/+12
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland3-13/+4
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland3-11/+6
2022-05-08dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4