summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12block: driver should override flags in bdrv_open()Max Reitz3-22/+31
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow1-3/+1
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow1-0/+1
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf1-2/+3
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng1-8/+2
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng1-1/+12
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2-3/+10
2015-06-12iotests: qcow2 COW with minimal L2 cache sizeMax Reitz2-0/+15
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz1-1/+2
2015-06-12qemu-iotests: Fix 128 if sudo requiredFam Zheng1-1/+3
2015-06-12iotests: remove assertIsNotNone callJohn Snow1-1/+1
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell22-840/+1291
2015-06-12Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150612' i...Peter Maydell49-2144/+2191
2015-06-12target-mips: enable XPA and LPA featuresLeon Alrae1-6/+10
2015-06-12target-mips: remove misleading comments in translate_init.cLeon Alrae1-9/+0
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae3-0/+229
2015-06-12target-mips: add CP0.PageGrain.ELPA supportLeon Alrae5-12/+42
2015-06-12target-mips: support Page Frame Number Extension fieldLeon Alrae1-6/+26
2015-06-12target-mips: extend selected CP0 registers to 64-bits in MIPS32Leon Alrae4-42/+63
2015-06-12target-mips: correct MFC0 for CP0.EntryLo in MIPS64Leon Alrae1-6/+6
2015-06-12Remove unneeded memsetDr. David Alan Gilbert1-1/+0
2015-06-12Rename RDMA structures to make destination clearDr. David Alan Gilbert1-33/+33
2015-06-12Teach analyze-migration.py about section footersDr. David Alan Gilbert1-0/+5
2015-06-12Add a protective section footerDr. David Alan Gilbert2-0/+62
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert4-1/+12
2015-06-12Merge section header writingDr. David Alan Gilbert1-44/+28
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert5-12/+26
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert3-8/+11
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert4-0/+40
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert3-6/+12
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert4-3/+11
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert3-5/+26
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela32-389/+253
2015-06-12migration: create savevm_stateJuan Quintela1-24/+29
2015-06-12migration: Remove duplicated assignment of SETUP statusJuan Quintela1-3/+0
2015-06-12rdma: Fix qemu crash when IPv6 address is used for migrationPadmanabh Ratnakar1-0/+7
2015-06-12arch_init: Clean up the duplicate variable 'len' defining in ram_load()zhanghailiang1-1/+0
2015-06-12migration: reduce include filesJuan Quintela2-39/+2
2015-06-12migration: Add myself to the copyright list of both filesJuan Quintela2-0/+8
2015-06-12migration: move savevm.c inside migration/Juan Quintela4-4/+3
2015-06-12migration: move ram stuff to migration/ramJuan Quintela7-1591/+1643
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell29-188/+1214
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s...Peter Maydell1-0/+4
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger1-2/+1
2015-06-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell1-13/+13
2015-06-11i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek1-4/+4
2015-06-11i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek1-3/+2
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150611-1' into s...Peter Maydell1-1/+12
2015-06-11gtk: don't exit early in case gtk init failsGerd Hoffmann1-1/+12
2015-06-11net/dp8393x: fix hardware resetHervé Poussineau1-0/+1