Re: [Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-07 Thread Stefan Weil
Am 05.02.2013 14:02, schrieb Jeff Cody: Hi Kevin, I can verify the issue he is seeing (see my comments on Bug 1105670 (https://bugs.launchpad.net/qemu/+bug/1105670/comments/3), at least using Hyper-V. I haven't tried it against VPC from Win7. Jeff Hi Kevin, a rebased version of this patch

Re: [Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-05 Thread Jeff Cody
On Tue, Feb 05, 2013 at 12:35:49PM +0100, Kevin Wolf wrote: > Am 05.02.2013 12:10, schrieb Stefan Weil: > > Am 05.02.2013 11:54, schrieb Kevin Wolf: > >> Am 01.02.2013 22:51, schrieb Stefan Weil: > >>> The size calculated from the CHS values is not the real image (disk) size, > >>> but usually a sm

Re: [Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-05 Thread Kevin Wolf
Am 05.02.2013 12:10, schrieb Stefan Weil: > Am 05.02.2013 11:54, schrieb Kevin Wolf: >> Am 01.02.2013 22:51, schrieb Stefan Weil: >>> The size calculated from the CHS values is not the real image (disk) size, >>> but usually a smaller value (this is caused by rounding effects). >>> >>> Only older o

Re: [Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-05 Thread Stefan Weil
Am 05.02.2013 11:54, schrieb Kevin Wolf: > Am 01.02.2013 22:51, schrieb Stefan Weil: >> The size calculated from the CHS values is not the real image (disk) size, >> but usually a smaller value (this is caused by rounding effects). >> >> Only older operating systems use CHS. Such guests won't be ab

Re: [Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-05 Thread Kevin Wolf
Am 01.02.2013 22:51, schrieb Stefan Weil: > The size calculated from the CHS values is not the real image (disk) size, > but usually a smaller value (this is caused by rounding effects). > > Only older operating systems use CHS. Such guests won't be able to use > the whole disk. > > This patch fi

[Qemu-devel] [PATCH 5/7] block/vpc: Fix size calculation

2013-02-01 Thread Stefan Weil
The size calculated from the CHS values is not the real image (disk) size, but usually a smaller value (this is caused by rounding effects). Only older operating systems use CHS. Such guests won't be able to use the whole disk. This patch fixes https://bugs.launchpad.net/qemu/+bug/1105670/. Sign