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
/
lasi.c
Age
Commit message (
Expand
)
Author
2022-05-08
lasi: move from hw/hppa to hw/misc
Mark Cave-Ayland
2022-05-08
lasi: use numerical constant for iar reset value
Mark Cave-Ayland
2022-05-08
lasi: use constants for device register offsets
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: move PS2 initialisation to machine.c
Mark Cave-Ayland
2022-05-08
lasi: move second serial port initialisation to machine.c
Mark Cave-Ayland
2022-05-08
lasi: move parallel port initialisation to machine.c
Mark Cave-Ayland
2022-05-08
lasi: move LAN initialisation to machine.c
Mark Cave-Ayland
2022-05-08
lasi: update lasi_initfn() to return LASIState
Mark Cave-Ayland
2022-05-08
lasi: fix serial port initialisation
Mark Cave-Ayland
2022-05-08
lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
Mark Cave-Ayland
2022-05-08
lasi: define IRQ inputs as qdev GPIOs
Mark Cave-Ayland
2022-05-08
lasi: replace lasi_get_irq() with defined constants
Mark Cave-Ayland
2022-05-08
lasi: move LASIState and associated QOM structures to lasi.h
Mark Cave-Ayland
2022-05-08
lasi: move initialisation of iar and rtc to new lasi_reset() function
Mark Cave-Ayland
2022-05-08
lasi: move register memory mapping from lasi.c to machine.c
Mark Cave-Ayland
2022-05-08
lasi: move memory region initialisation to new lasi_init() function
Mark Cave-Ayland
2022-05-08
lasi: checkpatch fixes
Mark Cave-Ayland
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Remove superfluous includes of hw/hw.h
Thomas Huth
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-26
hw/hppa/lasi: Don't abort on invalid IMR value
Helge Deller
2020-08-04
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-01-27
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
2020-01-27
hppa: Add support for LASI chip with i82596 NIC
Helge Deller