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
*
qga: add guest-set-user-password command
Daniel P. Berrange
2015-02-16
3
-0
/
+146
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging
Peter Maydell
2015-02-13
27
-2813
/
+2727
|
\
|
*
tcg: Remove unused opcodes
Richard Henderson
2015-02-12
3
-27
/
+2
|
*
tcg: Implement insert_op_before
Richard Henderson
2015-02-12
3
-44
/
+35
|
*
tcg: Remove opcodes instead of noping them out
Richard Henderson
2015-02-12
3
-11
/
+32
|
*
tcg: Put opcodes in a linked list
Richard Henderson
2015-02-12
5
-501
/
+431
|
*
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2015-02-12
19
-113
/
+79
|
*
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-12
19
-18
/
+14
|
*
tcg: Reduce ifdefs in tcg-op.c
Richard Henderson
2015-02-12
1
-242
/
+207
|
*
tcg: Move some opcode generation functions out of line
Richard Henderson
2015-02-12
5
-2245
/
+2315
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150213'...
Peter Maydell
2015-02-13
27
-49
/
+678
|
\
\
|
|
/
|
/
|
|
*
target-arm: A64: Avoid signed shifts in disas_ldst_pair()
Peter Maydell
2015-02-13
1
-1
/
+1
|
*
target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
Peter Maydell
2015-02-13
1
-2
/
+3
|
*
target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask
Peter Maydell
2015-02-13
1
-1
/
+4
|
*
target-arm: A64: Fix shifts into sign bit
Peter Maydell
2015-02-13
1
-3
/
+3
|
*
target-arm: Add AArch32 guest support to KVM64
Greg Bellows
2015-02-13
1
-3
/
+33
|
*
target-arm: Add 32/64-bit register sync
Greg Bellows
2015-02-13
4
-8
/
+216
|
*
target-arm: Add feature parsing to virt
Greg Bellows
2015-02-13
1
-3
/
+17
|
*
target-arm: Add CPU property to disable AArch64
Greg Bellows
2015-02-13
2
-1
/
+43
|
*
pci: Move PCI VGA to pci.mak
Alexander Graf
2015-02-13
12
-22
/
+2
|
*
arm: Add PCIe host bridge in virt machine
Alexander Graf
2015-02-13
3
-5
/
+144
|
*
pci: Add generic PCIe host bridge
Alexander Graf
2015-02-13
3
-0
/
+211
|
*
pci: Allocate PCIe host bridge PCI ID
Alexander Graf
2015-02-13
1
-0
/
+1
|
/
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...
Peter Maydell
2015-02-11
6
-44
/
+106
|
\
|
*
vfio: Fix debug message compile error
Alexey Kardashevskiy
2015-02-10
1
-1
/
+1
|
*
vfio: Use vfio type1 v2 IOMMU interface
Alex Williamson
2015-02-10
1
-2
/
+6
|
*
vfio: unmap and free BAR data in instance_finalize
Paolo Bonzini
2015-02-10
1
-8
/
+57
|
*
vfio: free dynamically-allocated data in instance_finalize
Paolo Bonzini
2015-02-10
2
-11
/
+18
|
*
vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback
Paolo Bonzini
2015-02-10
3
-23
/
+19
|
*
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
2015-02-10
3
-1
/
+7
*
|
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1...
Peter Maydell
2015-02-10
38
-217
/
+223
|
\
\
|
*
|
virtio: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
|
*
|
vga: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
|
*
|
stubs: Fix warning caused by missing include statement
Stefan Weil
2015-02-10
1
-1
/
+1
|
*
|
spice: Add missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
|
*
|
serial: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-7
/
+7
|
*
|
moxie: Fix warning caused by missing include statement
Stefan Weil
2015-02-10
1
-0
/
+1
|
*
|
migration: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-4
/
+4
|
*
|
migration: Fix warning caused by missing declaration of vmstate_dummy
Stefan Weil
2015-02-10
1
-2
/
+0
|
*
|
disas/sh4: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
|
*
|
translate-all: Use g_try_malloc() for dynamic translator buffer
Markus Armbruster
2015-02-10
1
-1
/
+1
|
*
|
vnc: g_realloc() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-4
/
+0
|
*
|
rdma: g_malloc0() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-3
/
+0
|
*
|
kvm: g_malloc() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-4
/
+0
|
*
|
rtl8139: g_malloc() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-14
/
+0
|
*
|
onenand: g_malloc() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-7
/
+1
|
*
|
Fix name error in migration stream analyzation script
Greg Kurz
2015-02-10
1
-1
/
+1
|
*
|
QJSON: fix typo in author's email address
Greg Kurz
2015-02-10
1
-1
/
+1
|
*
|
util/uri: URI member path can be null, compare more carfully
Markus Armbruster
2015-02-10
1
-1
/
+2
|
*
|
util/uri: realloc2n() can't fail, drop dead error handling
Markus Armbruster
2015-02-10
1
-22
/
+0
[next]