index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
hppa
/
hppa_sys.h
Age
Commit message (
Expand
)
Author
2022-05-08
hppa: move hppa_pci_ignore_ops from pci.c to machine.c
Mark Cave-Ayland
2022-05-08
hppa: move device headers from hppa_sys.h into individual .c files
Mark Cave-Ayland
2022-05-08
lasi: move lasi_initfn() to machine.c
Mark Cave-Ayland
2022-05-08
lasi: remove address space parameter from lasi_initfn()
Mark Cave-Ayland
2022-05-08
lasi: update lasi_initfn() to return LASIState
Mark Cave-Ayland
2022-05-08
lasi: move memory region initialisation to new lasi_init() function
Mark Cave-Ayland
2022-05-08
hppa: move dino_init() from dino.c to machine.c
Mark Cave-Ayland
2022-05-08
dino: remove unused dino_set_timer_irq() IRQ handler
Mark Cave-Ayland
2022-05-08
dino: wire up serial IRQ using a qdev GPIO in machine.c
Mark Cave-Ayland
2022-05-08
dino: change dino_init() to return the DINO device instead of PCIBus
Mark Cave-Ayland
2022-05-08
dino: split declarations from dino.c into dino.h
Mark Cave-Ayland
2020-03-17
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-01-27
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-06-01
hppa: use local path for local headers
Michael S. Tsirkin
2018-06-01
hw/hppa: Remove unused include
Philippe Mathieu-Daudé
2018-01-31
hw/hppa: Implement DINO system board
Helge Deller