Re: [Qemu-devel] [PATCH v2] Display logical disk size in 'info block' output

2011-09-05 Thread Kevin Wolf
Am 02.09.2011 18:38, schrieb Daniel P. Berrange: > From: "Daniel P. Berrange" > > To aid in knowing whether a 'block_resize' was succesful, display > the logical disk size in bytes, in the 'info block' output > > In v2: > - Replace sectors with bytes > > Signed-off-by: Daniel P. Berrange > -

Re: [Qemu-devel] [PATCH v2] Display logical disk size in 'info block' output

2011-09-03 Thread Stefan Hajnoczi
On Fri, Sep 2, 2011 at 5:38 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > To aid in knowing whether a 'block_resize' was succesful, display > the logical disk size in bytes, in the 'info block' output > > In v2: >  - Replace sectors with bytes > > Signed-off-by: Daniel P. Berrang

[Qemu-devel] [PATCH v2] Display logical disk size in 'info block' output

2011-09-02 Thread Daniel P. Berrange
From: "Daniel P. Berrange" To aid in knowing whether a 'block_resize' was succesful, display the logical disk size in bytes, in the 'info block' output In v2: - Replace sectors with bytes Signed-off-by: Daniel P. Berrange --- block.c |6 -- qmp-commands.hx |1 + 2 files