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-10
hw/core/null-machine: Do not initialize unused chardev backends
Philippe Mathieu-Daudé
1
-0
/
+5
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
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
21
-90
/
+48
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2
-19
/
+10
2020-07-10
virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
Markus Armbruster
1
-1
/
+3
2020-07-10
macio: Tidy up error handling in macio_newworld_realize()
Markus Armbruster
1
-1
/
+3
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
64
-493
/
+247
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
1
-0
/
+35
2020-07-09
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
4
-18
/
+33
2020-07-09
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-1
/
+1
2020-07-08
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...
Peter Maydell
14
-59
/
+69
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
27
-111
/
+1828
2020-07-07
vga: build virtio-gpu as module
Gerd Hoffmann
1
-10
/
+13
2020-07-07
vga: build virtio-gpu only once
Gerd Hoffmann
1
-6
/
+6
2020-07-07
vga: build qxl as module
Gerd Hoffmann
2
-1
/
+5
2020-07-07
usb: build usb-redir as module
Gerd Hoffmann
1
-3
/
+6
2020-07-07
ccid: build smartcard as module
Gerd Hoffmann
2
-1
/
+4
2020-07-07
qdev: device module support
Gerd Hoffmann
1
-2
/
+4
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
5
-6
/
+513
2020-07-07
intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
Menno Lageman
1
-1
/
+1
2020-07-06
audio: set default value for pcspk.iobase property
Gerd Hoffmann
1
-1
/
+1
2020-07-06
audio: deprecate -soundhw pcspk
Gerd Hoffmann
2
-3
/
+23
2020-07-06
audio: create pcspk device early
Gerd Hoffmann
1
-1
/
+2
2020-07-06
audio: rework pcspk_init()
Gerd Hoffmann
3
-3
/
+3
2020-07-06
pc_basic_device_init: drop no_vmport arg
Gerd Hoffmann
3
-4
/
+1
2020-07-06
pc_basic_device_init: drop has_pit arg
Gerd Hoffmann
3
-4
/
+3
2020-07-06
pc_basic_device_init: pass PCMachineState
Gerd Hoffmann
3
-3
/
+4
2020-07-06
audio: deprecate -soundhw hda
Gerd Hoffmann
1
-0
/
+3
2020-07-06
audio: deprecate -soundhw sb16
Gerd Hoffmann
1
-7
/
+2
[next]