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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
pci: advertise a page aligned ATS
Jason Wang
1
-2
/
+3
2020-10-30
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
2
-20
/
+43
2020-10-30
vhost: Don't special case vq->used_phys in vhost_get_log_size()
Greg Kurz
1
-10
/
+0
2020-10-30
pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_level
Mark Cave-Ayland
1
-0
/
+2
2020-10-30
hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()
Philippe Mathieu-Daudé
1
-2
/
+7
2020-10-30
hw/virtio/vhost-vdpa: Fix Coverity CID 1432864
Philippe Mathieu-Daudé
1
-2
/
+2
2020-10-30
acpi/crs: Support ranges > 32b for hosts
Ben Widawsky
1
-2
/
+8
2020-10-30
acpi/crs: Prevent bad ranges for host bridges
Ben Widawsky
1
-0
/
+2
2020-10-30
vhost-vsock: set vhostfd to non-blocking mode
Stefano Garzarella
1
-0
/
+10
2020-10-29
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...
Peter Maydell
30
-194
/
+2432
2020-10-28
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...
Peter Maydell
1
-32
/
+58
2020-10-27
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...
Peter Maydell
9
-43
/
+242
2020-10-27
hw/timer/armv7m_systick: Rewrite to use ptimers
Peter Maydell
1
-72
/
+52
2020-10-27
hw/core/ptimer: Support ptimer being disabled by timer callback
Peter Maydell
1
-0
/
+4
2020-10-27
hw/arm/sbsa-ref: add SBSA watchdog device
Shashi Mallela
1
-0
/
+23
2020-10-27
hw/watchdog: Implement SBSA watchdog device
Shashi Mallela
4
-0
/
+298
2020-10-27
hw/arm/bcm2835_peripherals: connect the UART clock
Luc Michel
1
-0
/
+2
2020-10-27
hw/char/pl011: add a clock input
Luc Michel
2
-0
/
+46
2020-10-27
hw/misc/bcm2835_cprman: add sane reset values to the registers
Luc Michel
1
-0
/
+31
2020-10-27
hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
Luc Michel
1
-1
/
+73
2020-10-27
hw/misc/bcm2835_cprman: implement clock mux behaviour
Luc Michel
1
-1
/
+52
2020-10-27
hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
Luc Michel
1
-0
/
+151
2020-10-27
hw/misc/bcm2835_cprman: implement PLL channels behaviour
Luc Michel
1
-1
/
+32
2020-10-27
hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
Luc Michel
1
-8
/
+147
2020-10-27
hw/misc/bcm2835_cprman: implement PLLs behaviour
Luc Michel
1
-1
/
+63
2020-10-27
hw/misc/bcm2835_cprman: add a PLL skeleton implementation
Luc Michel
1
-0
/
+108
2020-10-27
hw/arm/raspi: add a skeleton implementation of the CPRMAN
Luc Michel
4
-1
/
+179
2020-10-27
hw/arm/raspi: fix CPRMAN base address
Luc Michel
1
-2
/
+2
2020-10-27
hw/core/clock: trace clock values in Hz instead of ns
Luc Michel
2
-5
/
+5
2020-10-27
arm/trace: Fix hex printing
Dr. David Alan Gilbert
1
-1
/
+1
2020-10-27
hw/arm/raspi: Add the Raspberry Pi 3 model A+
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/raspi: Add the Raspberry Pi Zero machine
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/raspi: Add the Raspberry Pi A+ machine
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-27
hw/arm/bcm2836: Introduce the BCM2835 SoC
Philippe Mathieu-Daudé
2
-0
/
+36
2020-10-27
hw/arm/bcm2836: Split out common realize() code
Philippe Mathieu-Daudé
1
-4
/
+18
2020-10-27
hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
Philippe Mathieu-Daudé
1
-8
/
+7
2020-10-27
hw/arm/bcm2836: Introduce BCM283XClass::core_count
Philippe Mathieu-Daudé
1
-1
/
+4
2020-10-27
hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
Philippe Mathieu-Daudé
1
-58
/
+52
2020-10-27
hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source
Philippe Mathieu-Daudé
1
-0
/
+14
2020-10-27
hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitly
Zenghui Yu
1
-0
/
+1
2020-10-27
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
4
-0
/
+512
2020-10-27
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
3
-2
/
+45
2020-10-27
hw/misc: Add npcm7xx random number generator
Havard Skinnemoen
4
-1
/
+191
2020-10-27
hw/timer: Adding watchdog for NPCM7XX Timer.
Hao Wu
3
-46
/
+260
2020-10-27
Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause
Havard Skinnemoen
1
-3
/
+3
2020-10-27
hw/arm: fix min_cpus for xlnx-versal-virt platform
Pavel Dovgalyuk
1
-0
/
+1
2020-10-27
hw/arm/highbank: Silence warnings about missing fallthrough statements
Thomas Huth
1
-0
/
+2
2020-10-27
hw/timer/sh_timer: Remove superfluous "break" statements
Thomas Huth
1
-3
/
+0
2020-10-27
hw/timer/sh_timer: Silence warnings about missing fallthrough statements
Thomas Huth
1
-0
/
+4
2020-10-27
hw/timer/sh_timer: Coding style clean-up
Thomas Huth
1
-32
/
+57
[next]