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
2014-05-12
tcg: Introduce byte pointer arithmetic helpers
Richard Henderson
1
-0
/
+45
2014-05-12
tcg: Avoid undefined behaviour patching code at unaligned addresses
Peter Maydell
2
-6
/
+26
2014-05-12
tcg: Avoid stores to unaligned addresses
Peter Maydell
1
-3
/
+3
2014-05-12
exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
Peter Maydell
1
-1
/
+1
2014-05-09
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
95
-665
/
+942
2014-05-09
Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"
Peter Lieven
1
-1
/
+3
2014-05-09
qapi: Document optional arguments' backwards compatibility
Eric Blake
1
-4
/
+28
2014-05-09
qmp: use valid JSON in transaction example
Eric Blake
1
-4
/
+4
2014-05-09
qmp: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-21
/
+11
2014-05-09
dump: Drop pointless error_is_set(), DumpState member errp
Markus Armbruster
1
-4
/
+2
2014-05-09
qemu-option: Clean up fragile use of error_is_set()
Markus Armbruster
1
-1
/
+1
2014-05-09
qga: Drop superfluous error_is_set()
Markus Armbruster
1
-10
/
+0
2014-05-09
qga: Clean up fragile use of error_is_set()
Markus Armbruster
2
-20
/
+40
2014-05-09
qapi: Clean up fragile use of error_is_set()
Markus Armbruster
1
-7
/
+8
2014-05-09
tests/qapi-schema: Drop superfluous error_is_set()
Markus Armbruster
1
-13
/
+12
2014-05-09
qapi: Drop redundant, unclean error_is_set()
Markus Armbruster
1
-2
/
+1
2014-05-09
hmp: Guard against misuse of hmp_handle_error()
Markus Armbruster
1
-1
/
+2
2014-05-09
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2
-3
/
+4
2014-05-09
error: Consistently name Error ** objects errp, and not err
Markus Armbruster
2
-15
/
+20
2014-05-09
qmp: Consistently name Error ** objects errp, and not err
Markus Armbruster
1
-8
/
+8
2014-05-09
qga: Consistently name Error ** objects errp, and not err
Markus Armbruster
5
-155
/
+161
2014-05-08
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
9
-240
/
+240
2014-05-08
pci-assign: assigned_initfn(): set monitor error in common error handler
Laszlo Ersek
1
-16
/
+10
2014-05-08
pci-assign: propagate errors from assign_intx()
Laszlo Ersek
1
-11
/
+28
2014-05-08
pci-assign: propagate errors from assign_device()
Laszlo Ersek
1
-14
/
+15
2014-05-08
pci-assign: propagate errors from assigned_dev_register_regions()
Laszlo Ersek
1
-10
/
+13
2014-05-08
pci-assign: propagate errors from assigned_dev_register_msix_mmio()
Laszlo Ersek
1
-5
/
+7
2014-05-08
pci-assign: propagate errors from assigned_device_pci_cap_init()
Laszlo Ersek
1
-26
/
+19
2014-05-08
pci-assign: propagate errors from get_real_device()
Laszlo Ersek
1
-20
/
+20
2014-05-08
pci-assign: assignment should fail if we can't read config space
Laszlo Ersek
1
-0
/
+1
2014-05-08
pci-assign: accept Error from pci_add_capability2()
Laszlo Ersek
1
-7
/
+28
2014-05-08
pci: add Error-propagating pci_add_capability2()
Laszlo Ersek
2
-6
/
+30
2014-05-08
pci-assign: propagate Error from check_irqchip_in_kernel()
Laszlo Ersek
1
-8
/
+17
2014-05-08
pci-assign: propagate errors from get_real_id()
Laszlo Ersek
1
-18
/
+27
2014-05-08
pci-assign: make assign_failed_examine() just format the cause
Laszlo Ersek
1
-11
/
+19
2014-05-08
pci-assign: accept Error from monitor_handle_fd_param2()
Laszlo Ersek
1
-2
/
+7
2014-05-08
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
2
-5
/
+23
2014-05-08
cutils: tighten qemu_parse_fd()
Laszlo Ersek
1
-3
/
+10
2014-05-08
qapi: treat all negative return of strtosz_suffix() as error
Amos Kong
1
-5
/
+6
2014-05-08
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
44
-13
/
+110
2014-05-08
qapi: Use an explicit input file
Lluís Vilanova
25
-42
/
+54
2014-05-08
qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"
Lluís Vilanova
1
-3
/
+0
2014-05-08
qapi: [trivial] Break long command lines
Lluís Vilanova
2
-10
/
+32
2014-05-08
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
21
-434
/
+364
2014-05-08
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-7' into staging
Peter Maydell
1
-1
/
+9
2014-05-08
spice: fix libvirt snapshots
Gerd Hoffmann
1
-0
/
+8
2014-05-08
spice: fix "info spice"
Gerd Hoffmann
1
-1
/
+1
2014-05-07
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...
Peter Maydell
30
-74
/
+73
2014-05-07
Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging
Peter Maydell
21
-133
/
+227
2014-05-07
configure: Show trace output file conditionally
Stefan Weil
1
-0
/
+2
[next]