Revision fc197934

b/qemu-img.c
730 730
    if (bdrv_get_info(bs, &bdi) >= 0) {
731 731
        if (bdi.cluster_size != 0)
732 732
            printf("cluster_size: %d\n", bdi.cluster_size);
733
        if (bdi.highest_alloc)
734
            printf("highest_alloc: %" PRId64 "\n", bdi.highest_alloc);
735
        if (bdi.num_free_bytes)
736
            printf("num_free_bytes: %" PRId64 "\n", bdi.num_free_bytes);
737 733
    }
738 734
    bdrv_get_backing_filename(bs, backing_filename, sizeof(backing_filename));
739 735
    if (backing_filename[0] != '\0') {

Also available in: Unified diff