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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
i386: hvf: Move synchronize functions to sysemu
Roman Bolshakov
2
-12
/
+10
2020-07-10
i386: hvf: Set env->eip in macvm_set_rip()
Roman Bolshakov
1
-0
/
+1
2020-07-10
coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
Eric Blake
1
-7
/
+14
2020-07-10
KVM: add support for AMD nested live migration
Paolo Bonzini
4
-9
/
+70
2020-07-10
target/i386: fix IEEE SSE floating-point exception raising
Joseph Myers
11
-12
/
+899
2020-07-10
target/i386: set SSE FTZ in correct floating-point state
Joseph Myers
1
-1
/
+1
2020-07-10
hw/core/null-machine: Do not initialize unused chardev backends
Philippe Mathieu-Daudé
1
-0
/
+5
2020-07-10
tests/qmp-cmd-test: Add qmp/object-add-failure-modes
Eric Auger
1
-16
/
+96
2020-07-10
tests/qmp-cmd-test: Add qmp/object-add-duplicate-id
Eric Auger
1
-0
/
+19
2020-07-10
qom: Introduce object_property_try_add_child()
Eric Auger
3
-9
/
+45
2020-07-10
util/qemu-error: prepend guest name to error message to identify affected VM ...
Mario Smarduch
4
-3
/
+27
2020-07-10
tests: Inject test name also when the test fails
Havard Skinnemoen
1
-1
/
+1
2020-07-10
tcg/svm: use host cr4 during NPT page table walk
Alexander Boettcher
3
-3
/
+9
2020-07-10
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200707' i...
Peter Maydell
4
-0
/
+0
2020-07-10
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i...
Peter Maydell
294
-3774
/
+3052
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
8
-166
/
+128
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
4
-4
/
+14
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
scripts: Coccinelle script to use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
3
-0
/
+339
2020-07-10
error: New macro ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-19
/
+139
2020-07-10
hmp: Ignore Error objects where the return value suffices
Markus Armbruster
1
-6
/
+6
2020-07-10
qdev: Ignore Error objects where the return value suffices
Markus Armbruster
1
-4
/
+1
2020-07-10
qemu-img: Ignore Error objects where the return value suffices
Markus Armbruster
1
-12
/
+3
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
13
-45
/
+20
2020-07-10
qapi: Purge error_propagate() from QAPI core
Markus Armbruster
1
-21
/
+19
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
3
-84
/
+55
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
15
-78
/
+35
2020-07-10
block/parallels: Simplify parallels_open() after previous commit
Markus Armbruster
1
-5
/
+2
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
8
-14
/
+13
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
18
-149
/
+67
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
23
-77
/
+32
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
114
-896
/
+383
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
24
-242
/
+169
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
2
-4
/
+4
2020-07-10
qom: Make functions taking Error ** return bool, not 0/-1
Markus Armbruster
2
-24
/
+18
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
28
-142
/
+96
2020-07-10
qom: Make functions taking Error ** return bool, not void
Markus Armbruster
6
-62
/
+122
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
138
-741
/
+712
2020-07-10
qom: Use return values to check for error where that's simpler
Markus Armbruster
1
-11
/
+14
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
5
-7
/
+10
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
[next]