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
*
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
5
-12
/
+10
*
gdbstub: Simplify find_cpu()
Andreas Färber
2013-06-28
1
-8
/
+4
*
cpu: Guard cpu_{save,load}() definitions
Andreas Färber
2013-06-28
1
-0
/
+2
*
target-openrisc: Register VMStateDescription for OpenRISCCPU
Andreas Färber
2013-06-28
3
-11
/
+19
*
target-alpha: Register VMStateDescription for AlphaCPU
Andreas Färber
2013-06-28
3
-12
/
+22
*
cpu: Introduce VMSTATE_CPU() macro for CPUState
Andreas Färber
2013-06-28
2
-3
/
+16
*
cpu: Introduce device_class_set_vmsd() helper
Andreas Färber
2013-06-28
1
-0
/
+21
*
cpu: Fix cpu_class_set_vmsd() documentation
Andreas Färber
2013-06-28
1
-1
/
+1
*
linux-user: Fix compilation failure
Peter Maydell
2013-06-27
3
-2
/
+3
*
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
2013-06-27
12
-53
/
+647
|
\
|
*
rdma: introduce capability x-rdma-pin-all
Michael R. Hines
2013-06-27
3
-1
/
+17
|
*
rdma: new QEMUFileOps hooks
Michael R. Hines
2013-06-27
3
-0
/
+108
|
*
rdma: introduce qemu_ram_foreach_block()
Michael R. Hines
2013-06-27
2
-0
/
+14
|
*
rdma: export qemu_fflush()
Michael R. Hines
2013-06-27
2
-1
/
+2
|
*
rdma: introduce qemu_file_mode_is_not_valid()
Michael R. Hines
2013-06-27
2
-7
/
+14
|
*
rdma: export throughput w/ MigrationStats QMP
Michael R. Hines
2013-06-27
4
-1
/
+13
|
*
rdma: export yield_until_fd_readable()
Michael R. Hines
2013-06-27
3
-28
/
+29
|
*
rdma: introduce qemu_update_position()
Michael R. Hines
2013-06-27
4
-0
/
+20
|
*
rdma: add documentation
Michael R. Hines
2013-06-27
1
-0
/
+415
|
*
migration: do not overwrite zero pages
Peter Lieven
2013-06-27
1
-6
/
+8
|
*
Revert "migration: do not sent zero pages in bulk stage"
Peter Lieven
2013-06-27
1
-9
/
+4
|
*
arch_init/ram_load: add error message for block length mismatch
Alon Levy
2013-06-27
1
-0
/
+3
|
/
*
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
2013-06-25
4
-260
/
+369
|
\
|
*
nand: Don't inherit from Sysbus
Peter Crosthwaite
2013-06-25
1
-3
/
+4
|
*
block/nand: Convert Sysbus::init to Device::realize
Peter Crosthwaite
2013-06-25
1
-9
/
+7
|
*
block/nand: QOM casting sweep
Peter Crosthwaite
2013-06-25
1
-9
/
+16
|
*
i.MX31: Fix PRCS bit test
Stefan Weil
2013-06-25
1
-1
/
+1
|
*
arm/boot: Free dtb blob memory after use
Peter Maydell
2013-06-25
1
-5
/
+15
|
*
i.MX: Rework functions/types name and use new style initialization
Jean-Christophe DUBOIS
2013-06-25
1
-87
/
+84
|
*
i.MX: Implement a more complete version of the GPT timer.
Jean-Christophe DUBOIS
2013-06-25
1
-174
/
+269
|
*
ARM: Allow dumping of device tree
John Rigby
2013-06-25
1
-0
/
+1
*
|
Merge remote-tracking branch 'pmaydell/target-arm.for-upstream' into staging
Anthony Liguori
2013-06-25
9
-167
/
+760
|
\
\
|
*
|
target-arm: Make LPAE feature imply V7MP
Peter Maydell
2013-06-25
1
-1
/
+1
|
*
|
target-arm: Use tuple list to sync cp regs with KVM
Peter Maydell
2013-06-25
1
-70
/
+33
|
*
|
target-arm: Reinitialize all KVM VCPU registers on reset
Peter Maydell
2013-06-25
2
-1
/
+21
|
*
|
target-arm: Initialize cpreg list from KVM when using KVM
Peter Maydell
2013-06-25
5
-6
/
+245
|
*
|
target-arm: Convert TCG to using (index,value) list for cp migration
Peter Maydell
2013-06-25
6
-47
/
+341
|
*
|
target-arm: mark up cpregs for no-migrate or raw access
Peter Maydell
2013-06-25
1
-46
/
+94
|
*
|
target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo
Peter Maydell
2013-06-25
2
-1
/
+30
|
*
|
target-arm: Allow special cpregs to have flags set
Peter Maydell
2013-06-25
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
2013-06-25
6
-1
/
+252
|
\
\
|
*
|
virtio-ccw: Wire up guest and host notifies.
Cornelia Huck
2013-06-25
2
-0
/
+89
|
*
|
virtio-ccw: Wire up ioeventfd.
Cornelia Huck
2013-06-25
6
-1
/
+161
|
*
|
s390/virtio-ccw: Fix virtio reset
Christian Borntraeger
2013-06-25
1
-0
/
+2
|
|
/
*
|
Merge remote-tracking branch 'sstabellini/xen-20130625' into staging
Anthony Liguori
2013-06-25
4
-18
/
+26
|
\
\
|
|
/
|
/
|
|
*
Move hardcoded initialization of xen-platform device.
Paul Durrant
2013-06-25
1
-3
/
+7
|
*
Allow use of pc machine type (accel=xen) for Xen HVM domains.
Paul Durrant
2013-06-25
2
-3
/
+10
|
*
Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...
Stefano Stabellini
2013-06-25
3
-12
/
+9
|
/
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-06-24
10
-726
/
+892
|
\
|
*
vmdk: refuse to open higher version than supported
Fam Zheng
2013-06-24
1
-0
/
+9
[next]