index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg-sparc: Create tcg_out_call
Richard Henderson
2014-05-12
1
-8
/
+14
*
tcg-ppc64: Rename tcg_out_calli to tcg_out_call
Richard Henderson
2014-05-12
1
-21
/
+16
*
tcg-ppc: Split out tcg_out_call
Richard Henderson
2014-05-12
1
-3
/
+8
*
tcg-s390: Rename tgen_calli to tcg_out_call
Richard Henderson
2014-05-12
1
-4
/
+4
*
tcg-i386: Rename tcg_out_calli to tcg_out_call
Richard Henderson
2014-05-12
1
-3
/
+3
*
tcg: Require TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
1
-3
/
+2
*
tci: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-6
/
+14
*
tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-80
/
+37
*
tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-145
/
+78
*
tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-48
/
+45
*
tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-69
/
+53
*
tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-96
/
+55
*
tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-69
/
+60
*
tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-102
/
+94
*
tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-84
/
+81
*
tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-24
/
+26
*
tcg: Define tcg_insn_unit for code pointers
Richard Henderson
2014-05-12
5
-56
/
+107
*
tcg: Introduce byte pointer arithmetic helpers
Richard Henderson
2014-05-12
1
-0
/
+45
*
tcg: Avoid undefined behaviour patching code at unaligned addresses
Peter Maydell
2014-05-12
2
-6
/
+26
*
tcg: Avoid stores to unaligned addresses
Peter Maydell
2014-05-12
1
-3
/
+3
*
exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumps
Peter Maydell
2014-05-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-05-09
95
-665
/
+942
|
\
|
*
Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"
Peter Lieven
2014-05-09
1
-1
/
+3
|
*
qapi: Document optional arguments' backwards compatibility
Eric Blake
2014-05-09
1
-4
/
+28
|
*
qmp: use valid JSON in transaction example
Eric Blake
2014-05-09
1
-4
/
+4
|
*
qmp: Don't use error_is_set() to suppress additional errors
Markus Armbruster
2014-05-09
1
-21
/
+11
|
*
dump: Drop pointless error_is_set(), DumpState member errp
Markus Armbruster
2014-05-09
1
-4
/
+2
|
*
qemu-option: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
1
-1
/
+1
|
*
qga: Drop superfluous error_is_set()
Markus Armbruster
2014-05-09
1
-10
/
+0
|
*
qga: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
2
-20
/
+40
|
*
qapi: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
1
-7
/
+8
|
*
tests/qapi-schema: Drop superfluous error_is_set()
Markus Armbruster
2014-05-09
1
-13
/
+12
|
*
qapi: Drop redundant, unclean error_is_set()
Markus Armbruster
2014-05-09
1
-2
/
+1
|
*
hmp: Guard against misuse of hmp_handle_error()
Markus Armbruster
2014-05-09
1
-1
/
+2
|
*
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-05-09
2
-3
/
+4
|
*
error: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-09
2
-15
/
+20
|
*
qmp: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-09
1
-8
/
+8
|
*
qga: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-09
5
-155
/
+161
|
*
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-05-08
9
-240
/
+240
|
*
pci-assign: assigned_initfn(): set monitor error in common error handler
Laszlo Ersek
2014-05-08
1
-16
/
+10
|
*
pci-assign: propagate errors from assign_intx()
Laszlo Ersek
2014-05-08
1
-11
/
+28
|
*
pci-assign: propagate errors from assign_device()
Laszlo Ersek
2014-05-08
1
-14
/
+15
|
*
pci-assign: propagate errors from assigned_dev_register_regions()
Laszlo Ersek
2014-05-08
1
-10
/
+13
|
*
pci-assign: propagate errors from assigned_dev_register_msix_mmio()
Laszlo Ersek
2014-05-08
1
-5
/
+7
|
*
pci-assign: propagate errors from assigned_device_pci_cap_init()
Laszlo Ersek
2014-05-08
1
-26
/
+19
|
*
pci-assign: propagate errors from get_real_device()
Laszlo Ersek
2014-05-08
1
-20
/
+20
|
*
pci-assign: assignment should fail if we can't read config space
Laszlo Ersek
2014-05-08
1
-0
/
+1
|
*
pci-assign: accept Error from pci_add_capability2()
Laszlo Ersek
2014-05-08
1
-7
/
+28
|
*
pci: add Error-propagating pci_add_capability2()
Laszlo Ersek
2014-05-08
2
-6
/
+30
|
*
pci-assign: propagate Error from check_irqchip_in_kernel()
Laszlo Ersek
2014-05-08
1
-8
/
+17
[next]