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
*
block-migration: add lock
Paolo Bonzini
2013-03-11
2
-3
/
+52
*
block-migration: document usage of state across threads
Paolo Bonzini
2013-03-11
1
-5
/
+18
*
block-migration: small preparatory changes for locking
Paolo Bonzini
2013-03-11
1
-11
/
+15
*
block-migration: remove variables that are never read
Paolo Bonzini
2013-03-11
1
-13
/
+0
*
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
2013-03-11
2
-18
/
+21
*
migration: prepare to access s->state outside critical sections
Paolo Bonzini
2013-03-11
1
-12
/
+21
*
migration: add migrate_set_state tracepoint
Kazuya Saito
2013-03-11
2
-1
/
+11
*
migration: do not nest flushing of device data
Paolo Bonzini
2013-03-11
1
-31
/
+24
*
migration: simplify error handling
Paolo Bonzini
2013-03-11
2
-33
/
+14
*
migration: use qemu_file_set_error
Paolo Bonzini
2013-03-11
1
-16
/
+6
*
migration: flush all data to fd when buffered_flush is called
Paolo Bonzini
2013-03-11
1
-0
/
+2
*
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
Paolo Bonzini
2013-03-11
2
-2
/
+4
*
migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state
Paolo Bonzini
2013-03-11
2
-29
/
+21
*
qemu-file: pass errno from qemu_fflush via f->last_error
Paolo Bonzini
2013-03-11
1
-13
/
+12
*
block-migration: remove useless calls to blk_mig_cleanup
Paolo Bonzini
2013-03-11
1
-18
/
+8
*
migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*
Paolo Bonzini
2013-03-11
1
-11
/
+4
*
migration: move more error handling to migrate_fd_cleanup
Paolo Bonzini
2013-03-11
1
-6
/
+10
*
migration: always use vm_stop_force_state
Paolo Bonzini
2013-03-11
1
-5
/
+1
*
migration: simplify while loop
Paolo Bonzini
2013-03-11
1
-10
/
+1
*
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
2013-03-10
25
-3833
/
+4150
|
\
|
*
tcg: Don't make exitreq flag a local temporary
Richard Henderson
2013-03-09
1
-1
/
+1
|
*
Makefile: Add subdir dependency on config-devices-all.mak
Andreas Färber
2013-03-09
1
-0
/
+3
|
*
make_device_config.sh: Emit dependency file to directory where included
Andreas Färber
2013-03-09
2
-2
/
+2
|
*
Revert "make_device_config.sh: Fix target path in generated dependency file"
Andreas Färber
2013-03-09
1
-1
/
+1
|
*
Merge branch 's390-for-upstream' of git://github.com/agraf/qemu
Blue Swirl
2013-03-09
7
-14
/
+26
|
|
\
|
|
*
s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del
Christian Borntraeger
2013-03-08
1
-1
/
+0
|
|
*
s390/css: Fix subchannel detection
Christian Borntraeger
2013-03-08
3
-6
/
+9
|
|
*
Allow virtio-net features for legacy s390 virtio bus
Christian Borntraeger
2013-03-08
1
-0
/
+1
|
|
*
s390: virtio-ccw maintainer
Cornelia Huck
2013-03-08
1
-0
/
+14
|
|
*
s390: simplify kvm cpu init
Christian Borntraeger
2013-03-08
1
-7
/
+2
|
*
|
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Blue Swirl
2013-03-09
15
-3815
/
+4117
|
|
\
\
|
|
*
|
pseries: Add compatible property to root of device tree
David Gibson
2013-03-08
1
-0
/
+1
|
|
*
|
target-ppc: Move CPU aliases out of translate_init.c
Andreas Färber
2013-03-08
3
-198
/
+211
|
|
*
|
target-ppc: Report CPU aliases for QMP
Andreas Färber
2013-03-08
1
-0
/
+21
|
|
*
|
target-ppc: List alias names alongside CPU models
Andreas Färber
2013-03-08
1
-12
/
+11
|
|
*
|
target-ppc: Make host CPU a subclass of the host's CPU model
Andreas Färber
2013-03-08
2
-50
/
+31
|
|
*
|
PPC: xnu kernel expects FLUSH to be cleared on STOP
Amadeusz Sławiński
2013-03-08
1
-0
/
+4
|
|
*
|
PPC: Fix dma interrupt
Amadeusz Sławiński
2013-03-08
1
-1
/
+1
|
|
*
|
target-ppc: Fix PPC_DUMP_SPR_ACCESS build
Andreas Färber
2013-03-08
1
-2
/
+2
|
|
*
|
target-ppc: Synchronize FPU state with KVM
David Gibson
2013-03-08
1
-0
/
+130
|
|
*
|
target-ppc: Add mechanism for synchronizing SPRs with KVM
David Gibson
2013-03-08
3
-57
/
+178
|
|
*
|
Save memory allocation in the elf loader
Fabien Chouteau
2013-03-08
3
-21
/
+75
|
|
*
|
pseries: Implement h_read hcall
Erlon Cruz
2013-03-08
1
-0
/
+31
|
|
*
|
target-ppc: Change "POWER7" CPU alias
Andreas Färber
2013-03-08
1
-1
/
+1
|
|
*
|
target-ppc: Fix remaining microcontroller typos among models
Andreas Färber
2013-03-08
1
-6
/
+6
|
|
*
|
target-ppc: Split model definitions out of translate_init.c
Andreas Färber
2013-03-08
4
-1905
/
+1955
|
|
*
|
target-ppc: Update Coding Style for CPU models
Andreas Färber
2013-03-08
1
-100
/
+100
|
|
*
|
target-ppc: Turn descriptive CPU model comments into device descriptions
Andreas Färber
2013-03-08
1
-860
/
+754
|
|
*
|
target-ppc: Turn descriptive CPU family comments into device descriptions
Andreas Färber
2013-03-08
1
-52
/
+107
|
|
*
|
target-ppc: Set remaining fields on CPU family classes
Andreas Färber
2013-03-08
1
-430
/
+375
[next]