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
*
TLS support for VNC Websockets
Tim Hardeck
2013-05-03
6
-42
/
+178
*
audio: Enable all cards
Jan Kiszka
2013-05-03
1
-3
/
+3
*
win32: fix compilation again
Paolo Bonzini
2013-05-03
2
-5
/
+2
*
libqos: Relocate I2C files
Andreas Färber
2013-05-03
5
-5
/
+6
*
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
2013-05-03
8
-0
/
+203
|
\
|
*
trace: document ftrace backend
Eiichi Tsukata
2013-05-03
1
-0
/
+16
|
*
trace: Add ftrace tracing backend
Eiichi Tsukata
2013-05-03
5
-0
/
+175
|
*
kvm-all: add kvm_run_exit tracepoint
Kazuya Saito
2013-05-03
2
-0
/
+3
|
*
kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepoints
Kazuya Saito
2013-05-03
2
-0
/
+9
*
|
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
2013-05-03
2
-6
/
+3
|
\
\
|
*
|
tap: properly initialize vhostfds
Jason Wang
2013-05-03
1
-1
/
+1
|
*
|
net: make network client name unique
Amos Kong
2013-05-03
1
-5
/
+2
|
|
/
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-05-03
11
-87
/
+1618
|
\
\
|
*
|
qemu-iotests: Filter out 'adapter_type'
Fam Zheng
2013-05-03
1
-0
/
+1
|
*
|
nbd: support large NBD requests
Stefan Hajnoczi
2013-05-03
2
-7
/
+13
|
*
|
nbd: use g_slice_new() instead of a freelist
Stefan Hajnoczi
2013-05-03
1
-17
/
+6
|
*
|
qemu-iotests: Filter out vmdk creation options
Fam Zheng
2013-05-03
1
-0
/
+2
|
*
|
vmdk: add bdrv_co_write_zeroes
Fam Zheng
2013-05-03
1
-18
/
+68
|
*
|
vmdk: store fields of VmdkMetaData in cpu endian
Fam Zheng
2013-05-03
1
-9
/
+8
|
*
|
vmdk: change magic number to macro
Fam Zheng
2013-05-03
1
-1
/
+2
|
*
|
vmdk: Add option to create zeroed-grain image
Fam Zheng
2013-05-03
1
-5
/
+17
|
*
|
vmdk: add support for “zeroed‐grain” GTE
Fam Zheng
2013-05-03
1
-6
/
+18
|
*
|
vmdk: named return code.
Fam Zheng
2013-05-03
1
-26
/
+34
|
*
|
blockdev: Replace "undefined error" in qmp_block_resize
Kevin Wolf
2013-05-03
1
-2
/
+4
|
*
|
block: add read-only support to VHDX image format.
Jeff Cody
2013-05-03
1
-2
/
+121
|
*
|
block: initial VHDX driver support framework - supports open and probe
Jeff Cody
2013-05-03
3
-0
/
+868
|
*
|
block: vhdx header for the QEMU support of VHDX images
Jeff Cody
2013-05-03
1
-0
/
+311
|
*
|
qemu: add castagnoli crc32c checksum algorithm
Jeff Cody
2013-05-03
3
-0
/
+151
|
|
/
*
|
tcg-arm: Use movi32 in exit_tb
Richard Henderson
2013-05-03
1
-9
/
+7
*
|
tcg-arm: Fix 64-bit tlb load for pre-v6
Richard Henderson
2013-05-03
1
-1
/
+1
*
|
target-mips: fix calculation of overflow for SHLL.PH and SHLL.QB
Petar Jovanovic
2013-05-03
3
-27
/
+59
|
/
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-05-02
52
-326
/
+1161
|
\
|
*
Drop redundant resume_all_vcpus() from main()
Jan Kiszka
2013-05-02
1
-1
/
+0
|
*
cpus: Fix pausing TCG CPUs while in vCPU thread
Andreas Färber
2013-05-02
1
-1
/
+2
|
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
11
-200
/
+186
|
*
target-i386: Break CPUID feature definition lines
Eduardo Habkost
2013-05-02
1
-90
/
+180
|
*
target-i386/kvm.c: Code formatting changes
Eduardo Habkost
2013-05-01
1
-1
/
+2
|
*
target-i386: Group together level, xlevel, xlevel2 fields
Eduardo Habkost
2013-05-01
2
-4
/
+4
|
*
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
2013-05-01
4
-0
/
+29
|
*
QMP: Add cpu-add command
Igor Mammedov
2013-05-01
3
-0
/
+46
|
*
Add hot_add_cpu hook to QEMUMachine
Igor Mammedov
2013-05-01
1
-0
/
+3
|
*
target-i386: Move APIC to ICC bus
Igor Mammedov
2013-05-01
6
-24
/
+42
|
*
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
2013-05-01
6
-10
/
+24
|
*
target-i386: Introduce ICC bus/device/bridge
Igor Mammedov
2013-05-01
8
-0
/
+211
|
*
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2013-05-01
8
-57
/
+153
|
*
kvmvapic: Make dependency on sysbus.h explicit
Igor Mammedov
2013-05-01
1
-0
/
+1
|
*
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-05-01
5
-5
/
+4
|
*
target-i386: Do not allow to set apic-id once CPU is realized
Igor Mammedov
2013-05-01
1
-0
/
+7
|
*
target-i386: Introduce apic-id CPU property
Igor Mammedov
2013-05-01
2
-1
/
+68
|
*
target-i386: Introduce feat2prop() for CPU properties
Igor Mammedov
2013-05-01
1
-4
/
+15
[next]