index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
block: Use QemuOpts in bdrv_open_common()
Kevin Wolf
1
-5
/
+33
2015-06-12
block: Use macro for cache option names
Kevin Wolf
2
-12
/
+20
2015-06-12
vmdk: Use bdrv_open_image()
Kevin Wolf
1
-13
/
+21
2015-06-12
quorum: Use bdrv_open_image()
Kevin Wolf
1
-40
/
+11
2015-06-12
check-qdict: Test cases for new functions
Kevin Wolf
1
-0
/
+67
2015-06-12
qdict: Add qdict_{set,copy}_default()
Kevin Wolf
2
-0
/
+36
2015-06-12
qdict: Add qdict_array_entries()
Kevin Wolf
2
-4
/
+75
2015-06-12
iotests: Add tests for overriding BDRV_O_PROTOCOL
Max Reitz
5
-0
/
+153
2015-06-12
block: driver should override flags in bdrv_open()
Max Reitz
3
-22
/
+31
2015-06-12
block: Change bitmap truncate conditional to assertion
John Snow
1
-3
/
+1
2015-06-12
block: record new size in bdrv_dirty_bitmap_truncate
John Snow
1
-0
/
+1
2015-06-12
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
1
-2
/
+3
2015-06-12
vmdk: Use vmdk_find_index_in_cluster everywhere
Fam Zheng
1
-8
/
+2
2015-06-12
vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status
Fam Zheng
1
-1
/
+12
2015-06-12
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
2
-3
/
+10
2015-06-12
iotests: qcow2 COW with minimal L2 cache size
Max Reitz
2
-0
/
+15
2015-06-12
qcow2: Set MIN_L2_CACHE_SIZE to 2
Max Reitz
1
-1
/
+2
2015-06-12
qemu-iotests: Fix 128 if sudo required
Fam Zheng
1
-1
/
+3
2015-06-12
iotests: remove assertIsNotNone call
John Snow
1
-1
/
+1
2015-06-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging
Peter Maydell
22
-840
/
+1291
2015-06-12
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150612' i...
Peter Maydell
49
-2144
/
+2191
2015-06-12
target-mips: enable XPA and LPA features
Leon Alrae
1
-6
/
+10
2015-06-12
target-mips: remove misleading comments in translate_init.c
Leon Alrae
1
-9
/
+0
2015-06-12
target-mips: add MTHC0 and MFHC0 instructions
Leon Alrae
3
-0
/
+229
2015-06-12
target-mips: add CP0.PageGrain.ELPA support
Leon Alrae
5
-12
/
+42
2015-06-12
target-mips: support Page Frame Number Extension field
Leon Alrae
1
-6
/
+26
2015-06-12
target-mips: extend selected CP0 registers to 64-bits in MIPS32
Leon Alrae
4
-42
/
+63
2015-06-12
target-mips: correct MFC0 for CP0.EntryLo in MIPS64
Leon Alrae
1
-6
/
+6
2015-06-12
Remove unneeded memset
Dr. David Alan Gilbert
1
-1
/
+0
2015-06-12
Rename RDMA structures to make destination clear
Dr. David Alan Gilbert
1
-33
/
+33
2015-06-12
Teach analyze-migration.py about section footers
Dr. David Alan Gilbert
1
-0
/
+5
2015-06-12
Add a protective section footer
Dr. David Alan Gilbert
2
-0
/
+62
2015-06-12
Disable section footers on older machine types
Dr. David Alan Gilbert
4
-1
/
+12
2015-06-12
Merge section header writing
Dr. David Alan Gilbert
1
-44
/
+28
2015-06-12
Move loadvm_handlers into MigrationIncomingState
Dr. David Alan Gilbert
5
-12
/
+26
2015-06-12
Move copy out of qemu_peek_buffer
Dr. David Alan Gilbert
3
-8
/
+11
2015-06-12
Create MigrationIncomingState
Dr. David Alan Gilbert
4
-0
/
+40
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
3
-6
/
+12
2015-06-12
Split header writing out of qemu_savevm_state_begin
Dr. David Alan Gilbert
4
-3
/
+11
2015-06-12
Add qemu_get_counted_string to read a string prefixed by a count byte
Dr. David Alan Gilbert
3
-5
/
+26
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
32
-389
/
+253
2015-06-12
migration: create savevm_state
Juan Quintela
1
-24
/
+29
2015-06-12
migration: Remove duplicated assignment of SETUP status
Juan Quintela
1
-3
/
+0
2015-06-12
rdma: Fix qemu crash when IPv6 address is used for migration
Padmanabh Ratnakar
1
-0
/
+7
2015-06-12
arch_init: Clean up the duplicate variable 'len' defining in ram_load()
zhanghailiang
1
-1
/
+0
2015-06-12
migration: reduce include files
Juan Quintela
2
-39
/
+2
2015-06-12
migration: Add myself to the copyright list of both files
Juan Quintela
2
-0
/
+8
2015-06-12
migration: move savevm.c inside migration/
Juan Quintela
4
-4
/
+3
2015-06-12
migration: move ram stuff to migration/ram
Juan Quintela
7
-1591
/
+1643
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
29
-188
/
+1214
[next]