aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-12block: driver should override flags in bdrv_open()Max Reitz
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz
2015-06-12iotests: qcow2 COW with minimal L2 cache sizeMax Reitz
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz
2015-06-12qemu-iotests: Fix 128 if sudo requiredFam Zheng
2015-06-12iotests: remove assertIsNotNone callJohn Snow
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell
2015-06-12Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150612' i...Peter Maydell
2015-06-12target-mips: enable XPA and LPA featuresLeon Alrae
2015-06-12target-mips: remove misleading comments in translate_init.cLeon Alrae
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae
2015-06-12target-mips: add CP0.PageGrain.ELPA supportLeon Alrae
2015-06-12target-mips: support Page Frame Number Extension fieldLeon Alrae
2015-06-12target-mips: extend selected CP0 registers to 64-bits in MIPS32Leon Alrae
2015-06-12target-mips: correct MFC0 for CP0.EntryLo in MIPS64Leon Alrae
2015-06-12Remove unneeded memsetDr. David Alan Gilbert
2015-06-12Rename RDMA structures to make destination clearDr. David Alan Gilbert
2015-06-12Teach analyze-migration.py about section footersDr. David Alan Gilbert
2015-06-12Add a protective section footerDr. David Alan Gilbert
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert
2015-06-12Merge section header writingDr. David Alan Gilbert
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert
2015-06-12Move copy out of qemu_peek_bufferDr. David Alan Gilbert
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert
2015-06-12Add qemu_get_counted_string to read a string prefixed by a count byteDr. David Alan Gilbert
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-12migration: create savevm_stateJuan Quintela
2015-06-12migration: Remove duplicated assignment of SETUP statusJuan Quintela
2015-06-12rdma: Fix qemu crash when IPv6 address is used for migrationPadmanabh Ratnakar
2015-06-12arch_init: Clean up the duplicate variable 'len' defining in ram_load()zhanghailiang
2015-06-12migration: reduce include filesJuan Quintela
2015-06-12migration: Add myself to the copyright list of both filesJuan Quintela
2015-06-12migration: move savevm.c inside migration/Juan Quintela
2015-06-12migration: move ram stuff to migration/ramJuan Quintela
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s...Peter Maydell
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger
2015-06-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell
2015-06-11i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek
2015-06-11i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150611-1' into s...Peter Maydell
2015-06-11gtk: don't exit early in case gtk init failsGerd Hoffmann
2015-06-11net/dp8393x: fix hardware resetHervé Poussineau