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
2016-01-13
checkpatch: Detect newlines in error_report and other error functions
Jason J. Herne
1
-0
/
+36
2016-01-13
error: Consistently name Error * objects err, and not errp
Markus Armbruster
5
-29
/
+29
2016-01-13
s390/sclp: Simplify control flow in sclp_realize()
Markus Armbruster
1
-6
/
+3
2016-01-13
hw/s390x: Rename local variables Error *l_err to just err
Markus Armbruster
2
-13
/
+13
2016-01-13
error: Clean up errors with embedded newlines (again)
Markus Armbruster
3
-8
/
+7
2016-01-13
vhdx: Fix "log that needs to be replayed" error message
Markus Armbruster
2
-8
/
+10
2016-01-13
pci-assign: Clean up "Failed to assign" error messages
Markus Armbruster
1
-8
/
+8
2016-01-13
vmdk: Clean up "Invalid extent lines" error message
Markus Armbruster
2
-10
/
+14
2016-01-13
vmdk: Clean up control flow in vmdk_parse_extents() a bit
Markus Armbruster
1
-13
/
+15
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
14
-30
/
+31
2016-01-13
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Markus Armbruster
17
-95
/
+93
2016-01-13
migration: Use error_reportf_err() instead of monitor_printf()
Markus Armbruster
1
-8
/
+6
2016-01-13
spapr: Use error_reportf_err()
Markus Armbruster
1
-3
/
+4
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
6
-30
/
+19
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
17
-76
/
+47
2016-01-13
error: Don't decorate original error message when adding to it
Markus Armbruster
4
-4
/
+4
2016-01-13
error: New error_prepend(), error_reportf_err()
Markus Armbruster
2
-2
/
+62
2016-01-13
test-throttle: Simplify qemu_init_main_loop() error handling
Markus Armbruster
1
-14
/
+1
2016-01-13
qemu-nbd: Clean up "Failed to load snapshot" error message
Markus Armbruster
1
-9
/
+5
2016-01-13
block: Clean up "Could not create temporary overlay" error message
Markus Armbruster
1
-3
/
+2
2016-01-13
error: Improve documentation
Markus Armbruster
3
-7
/
+23
2016-01-13
error: Use error_report_err() instead of ad hoc prints
Markus Armbruster
3
-7
/
+3
2016-01-13
error: Use error_report_err() instead of monitor_printf()
Markus Armbruster
4
-28
/
+13
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
8
-12
/
+9
2016-01-13
qemu-nbd: Replace BSDism <err.h> by error_report()
Markus Armbruster
1
-44
/
+77
2016-01-13
xen-hvm: Mark inappropriate error handling FIXME
Markus Armbruster
1
-0
/
+7
2016-01-13
audio: Clean up inappropriate and unreachable use of hw_error()
Markus Armbruster
1
-9
/
+2
2016-01-13
isa: Clean up inappropriate hw_error()
Markus Armbruster
1
-11
/
+0
2016-01-13
isa: Clean up error handling around isa_bus_new()
Markus Armbruster
12
-16
/
+34
2016-01-13
isa: Trivially convert remaining PCI-ISA bridges to realize()
Markus Armbruster
2
-7
/
+4
2016-01-13
sysbus: Don't use hw_error() in machine_init_done_notifiers
Markus Armbruster
1
-13
/
+12
2016-01-13
hw/arm/virt: Fix property "gic-version" error handling
Markus Armbruster
1
-3
/
+2
2016-01-13
error: Don't append a newline when printing the error hint
Markus Armbruster
3
-3
/
+5
2016-01-13
raven: Mark use of hw_error() in realize() FIXME
Markus Armbruster
1
-2
/
+4
2016-01-13
etraxfs_eth: Don't use hw_error() in init() method
Markus Armbruster
1
-1
/
+3
2016-01-13
arm_mptimer: Don't use hw_error() in realize() method
Markus Armbruster
1
-2
/
+3
2016-01-13
omap: Don't use hw_error() in device init() methods
Markus Armbruster
3
-13
/
+34
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
8
-30
/
+48
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
8
-22
/
+21
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
13
-174
/
+35
2016-01-13
error: Document how to accumulate multiple errors
Markus Armbruster
1
-0
/
+17
2016-01-13
multithread decompression: Avoid one copy
Dr. David Alan Gilbert
1
-8
/
+3
2016-01-13
Use qemu_get_buffer_in_place for xbzrle data
Dr. David Alan Gilbert
1
-2
/
+4
2016-01-13
Migration: Emit event at start of pass
Dr. David Alan Gilbert
3
-0
/
+31
2016-01-13
Postcopy: Send events/change state on incoming side
Dr. David Alan Gilbert
1
-7
/
+15
2016-01-13
migration: Add state records for migration incoming
zhanghailiang
2
-6
/
+11
2016-01-13
migration: Export migrate_set_state()
zhanghailiang
2
-15
/
+23
2016-01-13
s390x/pci: return real state during listing PCI
Yi Min Zhao
1
-1
/
+2
2016-01-13
virtio-ccw: fix sanity check for vector
Halil Pasic
1
-1
/
+2
2016-01-13
s390: Introduce CCW_COMPAT_2_5
Shmulik Ladkani
1
-0
/
+9
[prev]
[next]