aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/machine.c
AgeCommit message (Expand)AuthorFilesLines
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 Deller1-14/+8
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-Ayland1-1/+1
2022-05-08hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland1-0/+3
2022-05-08hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland1-0/+23
2022-05-08lasi: move from hw/hppa to hw/miscMark Cave-Ayland1-1/+1
2022-05-08hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland1-0/+2
2022-05-08lasi: move lasi_initfn() to machine.cMark Cave-Ayland1-1/+11
2022-05-08lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland1-1/+1
2022-05-08lasi: move PS2 initialisation to machine.cMark Cave-Ayland1-0/+5
2022-05-08lasi: move second serial port initialisation to machine.cMark Cave-Ayland1-0/+7
2022-05-08lasi: move parallel port initialisation to machine.cMark Cave-Ayland1-0/+6
2022-05-08lasi: move LAN initialisation to machine.cMark Cave-Ayland1-0/+5
2022-05-08lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland1-1/+2
2022-05-08lasi: move register memory mapping from lasi.c to machine.cMark Cave-Ayland1-2/+5
2022-05-08lasi: move memory region initialisation to new lasi_init() functionMark Cave-Ayland1-1/+1
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland1-1/+1
2022-05-08hppa: move dino_init() from dino.c to machine.cMark Cave-Ayland1-0/+12
2022-05-08dino: remove unused dino_set_timer_irq() IRQ handlerMark Cave-Ayland1-3/+2
2022-05-08dino: wire up serial IRQ using a qdev GPIO in machine.cMark Cave-Ayland1-3/+4
2022-05-08machine.c: map DINO device during board configurationMark Cave-Ayland1-0/+3
2022-05-08dino: change dino_init() to return the DINO device instead of PCIBusMark Cave-Ayland1-2/+4
2022-05-08hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa m...Mark Cave-Ayland1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+34
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10hppa: do not use ram_size globalPaolo Bonzini1-5/+5
2020-12-10hppa: remove bios_namePaolo Bonzini1-2/+1
2020-09-02hw/hppa: Add power button emulationHelge Deller1-0/+32
2020-09-02hw/hppa: Tell SeaBIOS port address of fw_cfgHelge Deller1-1/+6
2020-09-02hw/hppa: Store boot device in fw_cfg sectionHelge Deller1-0/+9
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-0/+8
2020-08-04hw/hppa: Implement proper SeaBIOS version checkHelge Deller1-0/+22
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0
2020-03-09hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé1-0/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19hppa: use memdev for RAMIgor Mammedov1-7/+3
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé1-1/+1