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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/core/ptimer: Support ptimer being disabled by timer callback
Peter Maydell
2020-10-27
1
-0
/
+4
*
hw/arm/sbsa-ref: add SBSA watchdog device
Shashi Mallela
2020-10-27
1
-0
/
+23
*
hw/watchdog: Implement SBSA watchdog device
Shashi Mallela
2020-10-27
4
-0
/
+298
*
hw/arm/bcm2835_peripherals: connect the UART clock
Luc Michel
2020-10-27
1
-0
/
+2
*
hw/char/pl011: add a clock input
Luc Michel
2020-10-27
2
-0
/
+46
*
hw/misc/bcm2835_cprman: add sane reset values to the registers
Luc Michel
2020-10-27
1
-0
/
+31
*
hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
Luc Michel
2020-10-27
1
-1
/
+73
*
hw/misc/bcm2835_cprman: implement clock mux behaviour
Luc Michel
2020-10-27
1
-1
/
+52
*
hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
Luc Michel
2020-10-27
1
-0
/
+151
*
hw/misc/bcm2835_cprman: implement PLL channels behaviour
Luc Michel
2020-10-27
1
-1
/
+32
*
hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
Luc Michel
2020-10-27
1
-8
/
+147
*
hw/misc/bcm2835_cprman: implement PLLs behaviour
Luc Michel
2020-10-27
1
-1
/
+63
*
hw/misc/bcm2835_cprman: add a PLL skeleton implementation
Luc Michel
2020-10-27
1
-0
/
+108
*
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
2020-10-27
4
-1
/
+179
*
hw/arm/raspi: fix CPRMAN base address
Luc Michel
2020-10-27
1
-2
/
+2
*
hw/core/clock: trace clock values in Hz instead of ns
Luc Michel
2020-10-27
2
-5
/
+5
*
arm/trace: Fix hex printing
Dr. David Alan Gilbert
2020-10-27
1
-1
/
+1
*
hw/arm/raspi: Add the Raspberry Pi 3 model A+
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/raspi: Add the Raspberry Pi Zero machine
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/raspi: Add the Raspberry Pi A+ machine
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+13
*
hw/arm/bcm2836: Introduce the BCM2835 SoC
Philippe Mathieu-Daudé
2020-10-27
2
-0
/
+36
*
hw/arm/bcm2836: Split out common realize() code
Philippe Mathieu-Daudé
2020-10-27
1
-4
/
+18
*
hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
Philippe Mathieu-Daudé
2020-10-27
1
-8
/
+7
*
hw/arm/bcm2836: Introduce BCM283XClass::core_count
Philippe Mathieu-Daudé
2020-10-27
1
-1
/
+4
*
hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
Philippe Mathieu-Daudé
2020-10-27
1
-58
/
+52
*
hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source
Philippe Mathieu-Daudé
2020-10-27
1
-0
/
+14
*
hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitly
Zenghui Yu
2020-10-27
1
-0
/
+1
*
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
2020-10-27
4
-0
/
+512
*
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
2020-10-27
3
-2
/
+45
*
hw/misc: Add npcm7xx random number generator
Havard Skinnemoen
2020-10-27
4
-1
/
+191
*
hw/timer: Adding watchdog for NPCM7XX Timer.
Hao Wu
2020-10-27
3
-46
/
+260
*
Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause
Havard Skinnemoen
2020-10-27
1
-3
/
+3
*
hw/arm: fix min_cpus for xlnx-versal-virt platform
Pavel Dovgalyuk
2020-10-27
1
-0
/
+1
*
hw/arm/highbank: Silence warnings about missing fallthrough statements
Thomas Huth
2020-10-27
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...
Peter Maydell
2020-10-26
2
-13
/
+16
|
\
|
*
hw/sd/sdcard: Zero out function selection fields before being populated
Bin Meng
2020-10-26
1
-0
/
+1
|
*
hw/sd/sdcard: Make iolen unsigned
Philippe Mathieu-Daudé
2020-10-26
2
-2
/
+2
|
*
hw/sd/sdcard: Constify sd_crc*()'s message argument
Philippe Mathieu-Daudé
2020-10-26
1
-4
/
+4
|
*
hw/sd/sdcard: Simplify cmd_valid_while_locked()
Philippe Mathieu-Daudé
2020-10-26
1
-6
/
+5
|
*
hw/sd/sdcard: Update the SDState documentation
Philippe Mathieu-Daudé
2020-10-26
1
-1
/
+4
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-26
2
-24
/
+20
|
\
\
|
*
|
machine: move SMP initialization from vl.c
Paolo Bonzini
2020-10-26
1
-0
/
+7
|
*
|
machine: move UP defaults to class_base_init
Paolo Bonzini
2020-10-26
1
-1
/
+5
|
*
|
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
2020-10-26
1
-23
/
+0
|
*
|
hw/core/qdev-clock: add a reference on aliased clocks
Luc Michel
2020-10-22
1
-0
/
+8
|
|
/
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging
Peter Maydell
2020-10-26
2
-5
/
+1
|
\
\
|
*
|
s390x: pv: Remove sclp boundary checks
Janosch Frank
2020-10-22
1
-5
/
+0
|
*
|
s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset
Matthew Rosato
2020-10-22
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...
Peter Maydell
2020-10-26
8
-115
/
+175
|
\
\
|
*
|
hw/misc/sifive_u_otp: Add backend drive support
Green Wan
2020-10-22
1
-0
/
+65
[next]