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
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(
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
> >
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
> >
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(
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(
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(
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