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
/
include
/
hw
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/misc/pvpanic: add PCI interface support
Mihai Carabas
2021-01-29
1
-0
/
+1
*
hw/misc/pvpanic: split-out generic and bus dependent code
Mihai Carabas
2021-01-29
1
-2
/
+21
*
macio: wire macio GPIOs to OpenPIC using sysbus IRQs
Mark Cave-Ayland
2021-01-13
1
-2
/
+0
*
macio: move OpenPIC inside macio-newworld device
Mark Cave-Ayland
2021-01-13
1
-1
/
+1
*
macio: move heathrow PIC inside macio-oldworld device
Mark Cave-Ayland
2021-01-13
1
-1
/
+1
*
hw/misc: Add a PWM module for NPCM7XX
Hao Wu
2021-01-12
1
-0
/
+105
*
hw/timer: Refactor NPCM7XX Timer to use CLK clock
Hao Wu
2021-01-12
1
-6
/
+0
*
hw/misc: Add clock converter in NPCM7XX CLK module
Hao Wu
2021-01-12
1
-2
/
+138
*
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
2020-12-10
1
-1
/
+1
*
hw/misc: add an EMC141{3,4} device model
John Wang
2020-12-10
1
-0
/
+37
*
hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
Philippe Mathieu-Daudé
2020-11-10
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...
Peter Maydell
2020-11-04
2
-2
/
+2
|
\
|
*
hw/mips: Fix Lesser GPL version number
Chetan Pant
2020-11-03
2
-2
/
+2
*
|
hw/misc: Add Microchip PolarFire SoC SYSREG module support
Bin Meng
2020-11-03
1
-0
/
+39
*
|
hw/misc: Add Microchip PolarFire SoC IOSCB module support
Bin Meng
2020-11-03
1
-0
/
+50
*
|
hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
Bin Meng
2020-11-03
1
-0
/
+56
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...
Peter Maydell
2020-10-29
4
-0
/
+1265
|
\
|
*
hw/misc/bcm2835_cprman: add sane reset values to the registers
Luc Michel
2020-10-27
1
-0
/
+269
|
*
hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
Luc Michel
2020-10-27
2
-0
/
+21
|
*
hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
Luc Michel
2020-10-27
2
-0
/
+507
|
*
hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
Luc Michel
2020-10-27
2
-0
/
+190
|
*
hw/misc/bcm2835_cprman: implement PLLs behaviour
Luc Michel
2020-10-27
1
-0
/
+8
|
*
hw/misc/bcm2835_cprman: add a PLL skeleton implementation
Luc Michel
2020-10-27
2
-0
/
+173
|
*
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
2020-10-27
2
-0
/
+61
|
*
hw/misc: Add npcm7xx random number generator
Havard Skinnemoen
2020-10-27
1
-0
/
+34
|
*
hw/timer: Adding watchdog for NPCM7XX Timer.
Hao Wu
2020-10-27
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...
Peter Maydell
2020-10-28
3
-0
/
+101
|
\
\
|
|
/
|
/
|
|
*
hw/misc/mps2-scc: Use the LED device
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+2
|
*
hw/misc/mps2-fpgaio: Use the LED device
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+2
|
*
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+10
|
*
hw/misc/led: Add a LED device
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+87
*
|
hw/misc/sifive_u_otp: Add backend drive support
Green Wan
2020-10-22
1
-0
/
+2
*
|
hw/misc/sifive_u_otp: Add write function and write-once protection
Green Wan
2020-10-22
1
-0
/
+3
|
/
*
qom: fix objects with improper parent type
Paolo Bonzini
2020-10-12
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
51
-187
/
+63
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
4
-16
/
+4
*
sifive: Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-18
4
-8
/
+8
*
sifive: Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-18
4
-8
/
+16
*
hw/misc: Add NPCM7xx Clock Controller device model
Havard Skinnemoen
2020-09-14
1
-0
/
+48
*
hw/misc: Add NPCM7xx System Global Control Registers device model
Havard Skinnemoen
2020-09-14
1
-0
/
+43
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-13
4
-0
/
+287
|
\
|
*
hw/riscv: Move sifive_test model to hw/misc
Bin Meng
2020-09-10
1
-0
/
+45
|
*
hw/riscv: Move sifive_u_otp model to hw/misc
Bin Meng
2020-09-10
1
-0
/
+80
|
*
hw/riscv: Move sifive_u_prci model to hw/misc
Bin Meng
2020-09-10
1
-0
/
+91
|
*
hw/riscv: Move sifive_e_prci model to hw/misc
Bin Meng
2020-09-10
1
-0
/
+71
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
57
-113
/
+138
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
57
-132
/
+247
|
/
*
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...
Peter Maydell
2020-09-03
2
-1
/
+13
|
\
|
*
arm: aspeed: add strap define `25HZ` of AST2500
Igor Kononenko
2020-09-01
1
-0
/
+1
|
*
aspeed/sdmc: Perform memory training
Joel Stanley
2020-09-01
1
-1
/
+12
[next]