Re: [Qemu-devel] [PATCH 1/1] qemu-img: Cannot create fixed vhdx image

2014-09-22 Thread Kevin Wolf
Am 20.09.2014 um 15:53 hat Michael Tokarev geschrieben: > 18.09.2014 19:17, Adelina Tuvenie wrote: > > > > When trying to create a fixed vhd image qemu-img will return the > > following error: > > > > qemu-img: test.vhdx: Could not create image: Cannot allocate memory > > > > This happens becaus

Re: [Qemu-devel] [PATCH 1/1] qemu-img: Cannot create fixed vhdx image

2014-09-20 Thread Michael Tokarev
18.09.2014 19:17, Adelina Tuvenie wrote: > > When trying to create a fixed vhd image qemu-img will return the > following error: > > qemu-img: test.vhdx: Could not create image: Cannot allocate memory > > This happens because of a incorrect check in vhdx.c. Specifficaly, > in vhdx_create_bat(),