summaryrefslogtreecommitdiffstats
path: root/hw/hppa/machine.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-14/+8Star
* 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-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/+2Star
* 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/+0Star
* 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/+0Star
* 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/+1Star
* hw/hppa: Add power button emulationHelge Deller2020-09-021-0/+32
* hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller2020-09-021-1/+6
* hw/hppa: Store boot device in fw_cfg sectionHelge Deller2020-09-021-0/+9
* hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller2020-09-021-0/+8
* hw/hppa: Implement proper SeaBIOS version checkHelge Deller2020-08-041-0/+22
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0Star
* hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hppa: use memdev for RAMIgor Mammedov2020-02-191-7/+3Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé2020-01-271-1/+1