summaryrefslogtreecommitdiffstats
path: root/hw/hppa
Commit message (Expand)AuthorAgeFilesLines
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-2/+0Star
* 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/+1Star
* 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-282-16/+10Star
* hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppaHelge Deller2022-05-281-0/+6
* 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/+4Star
* 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-082-9/+1Star
* hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland2022-05-082-2/+3
* hppa: remove unused trace-events from from hw/hppaMark Cave-Ayland2022-05-081-1/+0Star
* hppa: remove hw/hppa/pci.cMark Cave-Ayland2022-05-084-75/+1Star
* hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland2022-05-083-27/+23Star
* lasi: move from hw/hppa to hw/miscMark Cave-Ayland2022-05-086-360/+3Star
* hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland2022-05-084-3/+9
* lasi: use numerical constant for iar reset valueMark Cave-Ayland2022-05-081-1/+1
* lasi: use constants for device register offsetsMark Cave-Ayland2022-05-082-14/+19
* lasi: move lasi_initfn() to machine.cMark Cave-Ayland2022-05-083-13/+11Star
* lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland2022-05-083-3/+3
* lasi: move PS2 initialisation to machine.cMark Cave-Ayland2022-05-082-5/+5
* lasi: move second serial port initialisation to machine.cMark Cave-Ayland2022-05-082-8/+7Star
* lasi: move parallel port initialisation to machine.cMark Cave-Ayland2022-05-082-6/+6
* lasi: move LAN initialisation to machine.cMark Cave-Ayland2022-05-082-7/+5Star
* lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland2022-05-083-4/+6
* lasi: fix serial port initialisationMark Cave-Ayland2022-05-081-1/+1
* lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland2022-05-081-14/+7Star
* lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2022-05-082-0/+4
* lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2022-05-082-27/+13Star
* lasi: move LASIState and associated QOM structures to lasi.hMark Cave-Ayland2022-05-082-43/+59
* lasi: move initialisation of iar and rtc to new lasi_reset() functionMark Cave-Ayland2022-05-081-6/+12
* lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland2022-05-082-6/+8
* lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland2022-05-083-5/+12
* lasi: checkpatch fixesMark Cave-Ayland2022-05-081-2/+4
* dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland2022-05-086-676/+3Star
* dino: move DINO HPA constants from hppa_hardware.h to dino.hMark Cave-Ayland2022-05-082-5/+5
* dino: use numerical constant for iar0 and iar1 reset valuesMark Cave-Ayland2022-05-081-1/+1
* hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland2022-05-083-16/+12Star
* dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland2022-05-083-13/+4Star
* dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland2022-05-083-11/+6Star
* dino: define IRQ inputs as qdev GPIOsMark Cave-Ayland2022-05-082-0/+4
* dino.h: add defines for DINO IRQ numbersMark Cave-Ayland2022-05-081-0/+12
* machine.c: map DINO device during board configurationMark Cave-Ayland2022-05-082-3/+3
* dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland2022-05-083-8/+9
* hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland2022-05-083-3/+3
* dino: split declarations from dino.c into dino.hMark Cave-Ayland2022-05-083-112/+128