index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
hppa
/
lasi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lasi: use numerical constant for iar reset value
Mark Cave-Ayland
2022-05-08
1
-1
/
+1
*
lasi: use constants for device register offsets
Mark Cave-Ayland
2022-05-08
1
-14
/
+14
*
lasi: move lasi_initfn() to machine.c
Mark Cave-Ayland
2022-05-08
1
-10
/
+0
*
lasi: remove address space parameter from lasi_initfn()
Mark Cave-Ayland
2022-05-08
1
-1
/
+1
*
lasi: move PS2 initialisation to machine.c
Mark Cave-Ayland
2022-05-08
1
-5
/
+0
*
lasi: move second serial port initialisation to machine.c
Mark Cave-Ayland
2022-05-08
1
-8
/
+0
*
lasi: move parallel port initialisation to machine.c
Mark Cave-Ayland
2022-05-08
1
-6
/
+0
*
lasi: move LAN initialisation to machine.c
Mark Cave-Ayland
2022-05-08
1
-7
/
+0
*
lasi: update lasi_initfn() to return LASIState
Mark Cave-Ayland
2022-05-08
1
-2
/
+2
*
lasi: fix serial port initialisation
Mark Cave-Ayland
2022-05-08
1
-1
/
+1
*
lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
Mark Cave-Ayland
2022-05-08
1
-14
/
+7
*
lasi: define IRQ inputs as qdev GPIOs
Mark Cave-Ayland
2022-05-08
1
-0
/
+2
*
lasi: replace lasi_get_irq() with defined constants
Mark Cave-Ayland
2022-05-08
1
-27
/
+4
*
lasi: move LASIState and associated QOM structures to lasi.h
Mark Cave-Ayland
2022-05-08
1
-43
/
+1
*
lasi: move initialisation of iar and rtc to new lasi_reset() function
Mark Cave-Ayland
2022-05-08
1
-6
/
+12
*
lasi: move register memory mapping from lasi.c to machine.c
Mark Cave-Ayland
2022-05-08
1
-4
/
+3
*
lasi: move memory region initialisation to new lasi_init() function
Mark Cave-Ayland
2022-05-08
1
-3
/
+10
*
lasi: checkpatch fixes
Mark Cave-Ayland
2022-05-08
1
-2
/
+4
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw: Remove superfluous includes of hw/hw.h
Thomas Huth
2021-05-02
1
-1
/
+0
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
hw/hppa/lasi: Don't abort on invalid IMR value
Helge Deller
2020-08-26
1
-2
/
+6
*
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
2020-08-04
1
-2
/
+0
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
2020-01-27
1
-1
/
+9
*
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
2020-01-27
1
-0
/
+360