summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13qcow2: Update qcow2_update_snapshot_refcount() to support L2 slicesAlberto Garcia1-14/+18
2018-02-13qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice supportAlberto Garcia1-69/+75
2018-02-13qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia1-14/+14
2018-02-13qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia1-16/+16
2018-02-13qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia1-9/+9
2018-02-13qcow2: Update handle_copied() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia1-15/+15
2018-02-13qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Refactor get_cluster_table()Alberto Garcia1-14/+7
2018-02-13qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia1-22/+34
2018-02-13qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia1-24/+29
2018-02-13qcow2: Update l2_load() to support L2 slicesAlberto Garcia1-11/+17
2018-02-13qcow2: Add offset_to_l2_slice_index()Alberto Garcia1-0/+5
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia2-0/+4
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia2-2/+7
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia3-7/+5
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia3-5/+5
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia3-4/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia3-10/+10
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia4-31/+31
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia4-18/+14
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_table_release()Alberto Garcia1-5/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()Alberto Garcia1-5/+4
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()Alberto Garcia1-7/+6
2018-02-13qcow2: Add table size field to Qcow2CacheAlberto Garcia1-15/+14
2018-02-13qcow2: Fix documentation of get_cluster_table()Alberto Garcia1-2/+1
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy10-39/+23
2018-02-13sheepdog: Allow fully preallocated truncationMax Reitz1-3/+12
2018-02-13sheepdog: Pass old and new size to sd_prealloc()Max Reitz1-11/+5
2018-02-13sheepdog: Make sd_prealloc() take a BDSMax Reitz1-8/+21
2018-02-13gluster: Add preallocated truncationMax Reitz1-16/+1
2018-02-13gluster: Query current size in do_truncate()Max Reitz1-2/+19
2018-02-13gluster: Pull truncation from qemu_gluster_createMax Reitz1-34/+40
2018-02-13gluster: Move glfs_close() to create's clean-upMax Reitz1-4/+6
2018-02-13travis: use libgcc-4.8-dev (libgcc-6-dev is not available on Ubuntu 14.04)Philippe Mathieu-Daudé1-1/+1
2018-02-13memory: unify loops to sync dirty log bitmapPaolo Bonzini1-21/+2
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini9-43/+20
2018-02-13memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini2-29/+3
2018-02-13g364fb: switch to using DirtyBitmapSnapshotPaolo Bonzini1-4/+6
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé2-1/+24
2018-02-13sdhci: add a check_capab_v3() qtestPhilippe Mathieu-Daudé1-0/+17
2018-02-13sdhci: check Spec v3 capabilities qtestPhilippe Mathieu-Daudé2-0/+13
2018-02-13hw/arm/xilinx_zynqmp: enable the UHS-I modePhilippe Mathieu-Daudé1-0/+1
2018-02-13hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheetPhilippe Mathieu-Daudé1-11/+18
2018-02-13hw/arm/fsl-imx6: implement SDHCI Spec. v3Philippe Mathieu-Daudé1-0/+7
2018-02-13hw/arm/bcm2835_peripherals: change maximum block size to 1kBPhilippe Mathieu-Daudé1-1/+1
2018-02-13hw/arm/bcm2835_peripherals: implement SDHCI Spec v3Philippe Mathieu-Daudé1-8/+13
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé6-0/+62
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé6-1/+55