index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: create function to set a single dirty bit
Juan Quintela
2014-01-13
2
-1
/
+7
*
exec: use accessor function to know if memory is dirty
Juan Quintela
2014-01-13
1
-1
/
+1
*
memory: cpu_physical_memory_set_dirty_range() return void
Juan Quintela
2014-01-13
1
-1
/
+1
*
memory: cpu_physical_memory_set_dirty_flags() result is never used
Juan Quintela
2014-01-13
1
-2
/
+2
*
bitmap: use long as index
Juan Quintela
2014-01-13
3
-75
/
+76
*
tests: Some unit tests for vmstate.c
Eduardo Habkost
2014-01-13
3
-0
/
+362
*
savevm: Small comment about why timer QEMUFile/VMState code is in savevm.c
Eduardo Habkost
2014-01-13
1
-2
/
+6
*
qemu-file: Move QEMUFile code to qemu-file.c
Eduardo Habkost
2014-01-13
3
-820
/
+827
*
vmstate: Move VMState code to vmstate.c
Eduardo Habkost
2014-01-13
3
-645
/
+651
*
savevm.c: Coding style fix
Eduardo Habkost
2014-01-13
1
-1
/
+2
*
savevm.c: Coding style fixes
Eduardo Habkost
2014-01-13
1
-31
/
+44
*
savevm: Convert all tabs to spaces
Eduardo Habkost
2014-01-13
1
-9
/
+9
*
migration: Move QEMU_VM_* defines to migration/migration.h
Eduardo Habkost
2014-01-13
2
-11
/
+11
*
qemu-file: Make a few functions non-static
Eduardo Habkost
2014-01-13
2
-4
/
+8
*
migration: Fix rate limit
Matthew Garrett
2014-01-13
1
-1
/
+1
*
introduce MIG_STATE_CANCELLING state
Zhanghaoyu (A)
2014-01-13
1
-10
/
+16
*
avoid a bogus COMPLETED->CANCELLED transition
Zhanghaoyu (A)
2014-01-13
1
-1
/
+8
*
Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into staging
Anthony Liguori
2014-01-13
2
-37
/
+64
|
\
|
*
MAINTAINERS: add myself as cocoa UI co-maintainer
Peter Maydell
2014-01-12
1
-0
/
+1
|
*
ui/cocoa: Remove stray tabs
Peter Maydell
2014-01-12
1
-3
/
+3
|
*
ui/cocoa: Draw black rectangle if we have no data yet
Peter Maydell
2014-01-12
1
-1
/
+6
|
*
ui/cocoa: Redraw at correct size when switching surface
Peter Maydell
2014-01-12
1
-7
/
+17
|
*
ui/cocoa: Fix code for starting QEMU via image file load dialog
Peter Maydell
2014-01-12
1
-6
/
+6
|
*
ui/cocoa: Add ".qcow2" to extension list for image load dialog
Peter Maydell
2014-01-12
1
-1
/
+1
|
*
ui/cocoa: Send warning message to stderr, not stdout
Peter Maydell
2014-01-12
1
-1
/
+1
|
*
ui/cocoa: Correct typos in comments and variable names
Peter Maydell
2014-01-12
1
-14
/
+14
|
*
ui/cocoa: Pass command key through to guest when VM has mousegrab
Peter Maydell
2014-01-12
1
-7
/
+18
*
|
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140112' into st...
Anthony Liguori
2014-01-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
arm: fix compile on bigendian host
Alexey Kardashevskiy
2014-01-12
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2014-01-10
2
-1
/
+30
|
\
|
*
scsi-disk: add UNMAP limits to block limits VPD page
Paolo Bonzini
2013-12-22
1
-0
/
+20
|
*
block/iscsi: use a bh to schedule co reentrance
Peter Lieven
2013-12-16
1
-1
/
+10
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2014-01-10
24
-541
/
+535
|
\
\
|
*
|
commit: Remove unused check
Fam Zheng
2013-12-20
1
-7
/
+1
|
*
|
qemu-iotests: Update test cases for commit active
Fam Zheng
2013-12-20
1
-42
/
+32
|
*
|
commit: Support commit active layer
Fam Zheng
2013-12-20
3
-4
/
+21
|
*
|
block: Add commit_active_start()
Fam Zheng
2013-12-20
2
-19
/
+69
|
*
|
mirror: Move base to MirrorBlockJob
Fam Zheng
2013-12-20
1
-2
/
+10
|
*
|
mirror: Don't close target
Fam Zheng
2013-12-20
1
-1
/
+0
|
*
|
qemu-iotests: drop duplicate virtio-blk initialization failure
Stefan Hajnoczi
2013-12-20
1
-1
/
+0
|
*
|
vmdk: Allow vmdk_create to work with protocol
Fam Zheng
2013-12-20
1
-69
/
+95
|
*
|
vmdk: Check VMFS extent line field number
Fam Zheng
2013-12-20
3
-2
/
+26
|
*
|
docs: updated qemu-img man page and qemu-doc to reflect VHDX support.
Jeff Cody
2013-12-20
2
-2
/
+17
|
*
|
block: vhdx - improve error message, and .bdrv_check implementation
Jeff Cody
2013-12-20
3
-4
/
+36
|
*
|
block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)
Stefan Weil
2013-12-20
2
-1
/
+26
|
*
|
qapi-schema: fix QEMU 1.8 references
Stefan Hajnoczi
2013-12-20
1
-1
/
+1
|
*
|
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
2013-12-20
5
-252
/
+72
|
*
|
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
2013-12-20
3
-76
/
+72
|
*
|
vring: factor common code for error exits
Paolo Bonzini
2013-12-20
2
-13
/
+22
|
*
|
vring: create a common function to parse descriptors
Paolo Bonzini
2013-12-20
1
-62
/
+51
[next]