[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions |
Date: |
Tue, 04 Sep 2012 15:49:13 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 |
Il 04/09/2012 13:38, Eric Blake ha scritto:
> Since qemu does not support it now, yes, you can ignore it for now. But
> please make sure that you aren't hard-coding it into the API - that is,
> make sure that the API can someday grow to support larger sector sizes
> with minimal impact to library clients (that is, that new clients aware
> of the new API can target larger sector size once qemu has been patched
> to support larger sector size).
We can support 4k sector disks even if the addressing unit remains 512
bytes, just like in the Linux kernel.
Wenchao, you can add a logical_block_size item to the image info and
make it always return 512.
Paolo
- [Qemu-devel] [PATCH 5/6] libqblock test example, (continued)
- [Qemu-devel] [PATCH 5/6] libqblock test example, Wenchao Xia, 2012/09/03
- [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Wenchao Xia, 2012/09/03
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Paolo Bonzini, 2012/09/03
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Eric Blake, 2012/09/03
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Paolo Bonzini, 2012/09/03
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Wenchao Xia, 2012/09/04
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Paolo Bonzini, 2012/09/04
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Eric Blake, 2012/09/04
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions,
Paolo Bonzini <=
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Kevin Wolf, 2012/09/04
- Re: [Qemu-devel] [PATCH 4/6] libqblock internal used functions, Wenchao Xia, 2012/09/10
[Qemu-devel] [PATCH 6/6] libqblock building system, Wenchao Xia, 2012/09/03
[Qemu-devel] [PATCH 2/6] libqblock public type defines, Wenchao Xia, 2012/09/03