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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
qom: Rename qdev_get_type() to object_get_type()
Markus Armbruster
1
-2
/
+2
2020-07-10
qom: Use error_reportf_err() instead of g_printerr() in examples
Markus Armbruster
1
-4
/
+2
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
9
-56
/
+44
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
46
-188
/
+97
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
14
-349
/
+444
2020-07-10
hmp: Eliminate a variable in hmp_migrate_set_parameter()
Markus Armbruster
1
-6
/
+2
2020-07-10
block: Avoid error accumulation in bdrv_img_create()
Markus Armbruster
1
-2
/
+2
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
32
-133
/
+71
2020-07-10
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
3
-49
/
+64
2020-07-10
qemu-option: Replace opt_set() by cleaner opt_validate()
Markus Armbruster
1
-16
/
+19
2020-07-10
qemu-option: Factor out helper opt_create()
Markus Armbruster
1
-9
/
+18
2020-07-10
qemu-option: Simplify around find_default_by_name()
Markus Armbruster
1
-13
/
+5
2020-07-10
qemu-option: Factor out helper find_default_by_name()
Markus Armbruster
1
-20
/
+27
2020-07-10
qemu-option: Make uses of find_desc_by_name() more similar
Markus Armbruster
1
-14
/
+18
2020-07-10
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
5
-22
/
+14
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
65
-495
/
+248
2020-07-10
error: Document Error API usage rules
Markus Armbruster
1
-6
/
+46
2020-07-10
error: Improve error.h's big comment
Markus Armbruster
1
-15
/
+36
2020-07-10
error: Fix examples in error.h's big comment
Markus Armbruster
1
-2
/
+14
2020-07-10
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+6
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
9
-10
/
+326
2020-07-09
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...
Peter Maydell
15
-25
/
+156
2020-07-09
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
7
-5
/
+21
2020-07-08
Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...
Peter Maydell
2
-9
/
+32
2020-07-08
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...
Peter Maydell
24
-79
/
+121
2020-07-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200706' into staging
Peter Maydell
2
-9
/
+16
2020-07-07
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in...
Peter Maydell
72
-632
/
+3103
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
67
-169
/
+2639
2020-07-07
tracetool: work around ust <sys/sdt.h> include conflict
Stefan Hajnoczi
1
-0
/
+6
2020-07-07
chardev: enable modules, use for braille
Gerd Hoffmann
4
-2
/
+7
2020-07-07
vga: build virtio-gpu as module
Gerd Hoffmann
2
-10
/
+19
2020-07-07
vga: build virtio-gpu only once
Gerd Hoffmann
1
-6
/
+6
2020-07-07
vga: build qxl as module
Gerd Hoffmann
3
-1
/
+7
2020-07-07
usb: build usb-redir as module
Gerd Hoffmann
2
-3
/
+7
2020-07-07
ccid: build smartcard as module
Gerd Hoffmann
4
-1
/
+7
2020-07-07
build: fix device module builds
Gerd Hoffmann
1
-0
/
+14
2020-07-07
qdev: device module support
Gerd Hoffmann
4
-7
/
+11
2020-07-07
object: qom module support
Gerd Hoffmann
2
-0
/
+26
2020-07-07
module: qom module support
Gerd Hoffmann
2
-0
/
+57
2020-07-07
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu
6
-3
/
+282
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
12
-7
/
+600
2020-07-07
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07-0...
Peter Maydell
12
-66
/
+98
2020-07-07
net/tap-solaris.c: Include qemu-common.h for TFR macro
Peter Maydell
1
-0
/
+1
2020-07-07
intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
Menno Lageman
1
-1
/
+1
2020-07-07
util/qemu-option: Document the get_opt_value() function
Philippe Mathieu-Daudé
1
-0
/
+13
2020-07-07
MAINTAINERS: Update Radoslaw Biernacki email address
Radoslaw Biernacki
2
-1
/
+2
2020-07-07
.mailmap: Update Alexander Graf email address
Philippe Mathieu-Daudé
1
-0
/
+1
[next]