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-07-13
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...
Peter Maydell
1
-2
/
+2
2020-07-13
hw/arm/aspeed: Do not create and attach empty SD cards by default
Philippe Mathieu-Daudé
1
-4
/
+5
2020-07-13
hw/arm/palm.c: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-9
/
+52
2020-07-13
hw/arm/palm.c: Detabify
Peter Maydell
1
-32
/
+32
2020-07-13
hw/arm/tosa: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-24
/
+64
2020-07-13
hw/arm/tosa.c: Detabify
Peter Maydell
1
-26
/
+26
2020-07-13
hw/nios2: exit to main CPU loop only when unmasking interrupts
Wentong Wu
1
-1
/
+2
2020-07-13
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
1
-1
/
+0
2020-07-13
virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()
Eric Auger
1
-0
/
+1
2020-07-13
Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processor
Jean-Christophe Dubois
1
-0
/
+9
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX6 processor
Jean-Christophe Dubois
1
-0
/
+7
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX25 processor
Jean-Christophe Dubois
1
-0
/
+7
2020-07-13
usb: fix usb-host build on windows.
Gerd Hoffmann
1
-2
/
+2
2020-07-12
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...
Peter Maydell
1
-13
/
+10
2020-07-11
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...
Peter Maydell
19
-0
/
+1900
2020-07-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-18
/
+29
2020-07-11
Revert "vga: build virtio-gpu as module"
Gerd Hoffmann
1
-13
/
+10
2020-07-11
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...
Peter Maydell
3
-6
/
+9
2020-07-11
hw/avr: Add limited support for some Arduino boards
Philippe Mathieu-Daudé
4
-0
/
+155
2020-07-11
hw/avr: Add some ATmega microcontrollers
Philippe Mathieu-Daudé
4
-0
/
+512
2020-07-11
hw/avr: Add support for loading ELF/raw binaries
Philippe Mathieu-Daudé
3
-0
/
+149
2020-07-11
hw/misc: avr: Add limited support for power reduction device
Michael Rolnik
4
-0
/
+122
2020-07-11
hw/timer: avr: Add limited support for 16-bit timer peripheral
Michael Rolnik
4
-0
/
+638
2020-07-11
hw/char: avr: Add limited support for USART peripheral
Michael Rolnik
3
-0
/
+324
2020-07-10
apic: Report current_count via 'info lapic'
Jan Kiszka
2
-18
/
+19
2020-07-10
pc: fix leak in pc_system_flash_cleanup_unused
Alexander Bulekov
1
-0
/
+5
2020-07-10
hw/core/null-machine: Do not initialize unused chardev backends
Philippe Mathieu-Daudé
1
-0
/
+5
2020-07-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+1
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
8
-166
/
+128
2020-07-10
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2
-7
/
+6
2020-07-10
fw_cfg: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-12
/
+9
2020-07-10
pflash: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2
-8
/
+6
2020-07-10
sd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
3
-21
/
+17
2020-07-10
qdev: Ignore Error objects where the return value suffices
Markus Armbruster
1
-4
/
+1
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
6
-20
/
+6
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
3
-11
/
+7
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
2
-3
/
+3
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
9
-76
/
+34
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2
-5
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
75
-713
/
+317
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
11
-123
/
+87
2020-07-10
qdev: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
3
-7
/
+4
2020-07-10
qdev: Make functions taking Error ** return bool, not void
Markus Armbruster
1
-2
/
+2
2020-07-10
qom: Use returned bool to check for failure, manual part
Markus Armbruster
3
-17
/
+9
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
21
-112
/
+81
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
112
-629
/
+601
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
9
-79
/
+12
2020-07-10
qom: Crash more nicely on object_property_get_link() failure
Markus Armbruster
4
-6
/
+9
2020-07-10
s390x/pci: Fix harmless mistake in zpci's property fid's setter
Markus Armbruster
1
-1
/
+3
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
5
-18
/
+15
[next]