Re: [Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-13 Thread Evgeny Budilovsky
On Fri, Jun 14, 2013 at 12:15 AM, Don Slutz wrote: > On 06/12/13 03:08, Evgeny Budilovsky wrote: > >> The hard-coded 2k buffer on the stack won't allow reading big descriptor >> files which can be generated when storing big images (For example 500G >> vmdk splitte

[Qemu-devel] [PATCH v2] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
the hard-coded 2k buffer on the stack won't allow reading big descriptor files which can be generated when storing big images. For example 500G vmdk splitted to 2G chunks. Signed-off-by: Evgeny Budilovsky --- block/vmdk.c | 27 --- 1 file changed, 20 insertions(

Re: [Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
On Wed, Jun 12, 2013 at 1:30 PM, Kevin Wolf wrote: > Am 12.06.2013 um 10:04 hat Evgeny Budilovsky geschrieben: > > The hard-coded 2k buffer on the stack won't allow reading big descriptor > > files which can be generated when storing big images (For example 500G > >

Re: [Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
On Wed, Jun 12, 2013 at 1:17 PM, Stefan Hajnoczi wrote: > On Wed, Jun 12, 2013 at 11:04:44AM +0300, Evgeny Budilovsky wrote: > > diff --git a/block/vmdk.c b/block/vmdk.c > > index 608daaf..1bc944b 100644 > > --- a/block/vmdk.c > > +++ b/block/vmdk.c > >

[Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
The hard-coded 2k buffer on the stack won't allow reading big descriptor files which can be generated when storing big images (For example 500G vmdk splitted to 2G chunks). Signed-off-by: Evgeny Budilovsky --- block/vmdk.c | 28 +--- 1 file changed, 21 insertions(

[Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
The hard-coded 2k buffer on the stack won't allow reading big descriptor files which can be generated when storing big images (For example 500G vmdk splitted to 2G chunks). Signed-off-by: Evgeny Budilovsky --- block/vmdk.c | 28 +--- 1 file changed, 21 insertions(

[Qemu-devel] [PATCH] allow reading variable size vmdk descriptor files

2013-06-12 Thread Evgeny Budilovsky
The hard-coded 2k buffer on the stack won't allow reading big descriptor files which can be generated when storing big images (For example 500G vmdk splitted to 2G chunks). Signed-off-by: Evgeny Budilovsky --- block/vmdk.c | 28 +--- 1 file changed, 21 insertions(

Re: [Qemu-devel] [PATCH 0/5] VMWare PVSCSI paravirtual device implementation

2012-03-18 Thread Evgeny Budilovsky
Hi, Currently there is no support in seabios to boot pvscsi. What we did was a workaround. We've reverted the patch which removes extboot support [2a06024dc1b1e27b1be0266379af397e61b4a9ad] and used -drive ...boot=on --option-rom extboot.bin to boot the pvscsi disk. Best Regards, Evgeny On Sun, Ma