index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
hppa
/
lasi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
lasi: move from hw/hppa to hw/misc
Mark Cave-Ayland
1
-275
/
+0
2022-05-08
lasi: use numerical constant for iar reset value
Mark Cave-Ayland
1
-1
/
+1
2022-05-08
lasi: use constants for device register offsets
Mark Cave-Ayland
1
-14
/
+14
2022-05-08
lasi: move lasi_initfn() to machine.c
Mark Cave-Ayland
1
-10
/
+0
2022-05-08
lasi: remove address space parameter from lasi_initfn()
Mark Cave-Ayland
1
-1
/
+1
2022-05-08
lasi: move PS2 initialisation to machine.c
Mark Cave-Ayland
1
-5
/
+0
2022-05-08
lasi: move second serial port initialisation to machine.c
Mark Cave-Ayland
1
-8
/
+0
2022-05-08
lasi: move parallel port initialisation to machine.c
Mark Cave-Ayland
1
-6
/
+0
2022-05-08
lasi: move LAN initialisation to machine.c
Mark Cave-Ayland
1
-7
/
+0
2022-05-08
lasi: update lasi_initfn() to return LASIState
Mark Cave-Ayland
1
-2
/
+2
2022-05-08
lasi: fix serial port initialisation
Mark Cave-Ayland
1
-1
/
+1
2022-05-08
lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
Mark Cave-Ayland
1
-14
/
+7
2022-05-08
lasi: define IRQ inputs as qdev GPIOs
Mark Cave-Ayland
1
-0
/
+2
2022-05-08
lasi: replace lasi_get_irq() with defined constants
Mark Cave-Ayland
1
-27
/
+4
2022-05-08
lasi: move LASIState and associated QOM structures to lasi.h
Mark Cave-Ayland
1
-43
/
+1
2022-05-08
lasi: move initialisation of iar and rtc to new lasi_reset() function
Mark Cave-Ayland
1
-6
/
+12
2022-05-08
lasi: move register memory mapping from lasi.c to machine.c
Mark Cave-Ayland
1
-4
/
+3
2022-05-08
lasi: move memory region initialisation to new lasi_init() function
Mark Cave-Ayland
1
-3
/
+10
2022-05-08
lasi: checkpatch fixes
Mark Cave-Ayland
1
-2
/
+4
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
hw: Remove superfluous includes of hw/hw.h
Thomas Huth
1
-1
/
+0
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-26
hw/hppa/lasi: Don't abort on invalid IMR value
Helge Deller
1
-2
/
+6
2020-08-04
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
1
-2
/
+0
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-01-27
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
1
-1
/
+9
2020-01-27
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
1
-0
/
+360