[Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-05 Thread Markus Armbruster
Unless parameter ":floppy:" is given, vvfat creates a virtual image with DOS MBR defining a single partition which holds the FAT file system. The size of the virtual image depends on the width of the FAT: 32 MiB (CHS 64, 16, 63) for 12 bit FAT, 504 MiB (CHS 1024, 16, 63) for 16 and 32 bit FAT, lea

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-05 Thread Kevin Wolf
Am 05.07.2012 13:10, schrieb Markus Armbruster: > Kevin Wolf writes: > >> Am 05.07.2012 11:23, schrieb Markus Armbruster: >>> Kevin Wolf writes: >>> Am 29.06.2012 22:33, schrieb Blue Swirl: > On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster > wrote: >> +partition->length

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-05 Thread Markus Armbruster
Kevin Wolf writes: > Am 05.07.2012 11:23, schrieb Markus Armbruster: >> Kevin Wolf writes: >> >>> Am 29.06.2012 22:33, schrieb Blue Swirl: On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: > Unless parameter ":floppy:" is given, vvfat creates a virtual image > with D

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-05 Thread Kevin Wolf
Am 05.07.2012 11:23, schrieb Markus Armbruster: > Kevin Wolf writes: > >> Am 29.06.2012 22:33, schrieb Blue Swirl: >>> On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster >>> wrote: Unless parameter ":floppy:" is given, vvfat creates a virtual image with DOS MBR defining a single parti

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-05 Thread Markus Armbruster
Kevin Wolf writes: > Am 29.06.2012 22:33, schrieb Blue Swirl: >> On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: >>> Unless parameter ":floppy:" is given, vvfat creates a virtual image >>> with DOS MBR defining a single partition which holds the FAT file >>> system. The size of the vi

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-07-04 Thread Kevin Wolf
Am 29.06.2012 22:33, schrieb Blue Swirl: > On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: >> Unless parameter ":floppy:" is given, vvfat creates a virtual image >> with DOS MBR defining a single partition which holds the FAT file >> system. The size of the virtual image depends on the

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-06-29 Thread Markus Armbruster
Blue Swirl writes: > On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: >> Unless parameter ":floppy:" is given, vvfat creates a virtual image >> with DOS MBR defining a single partition which holds the FAT file >> system.  The size of the virtual image depends on the width of the >> FAT:

Re: [Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-06-29 Thread Blue Swirl
On Fri, Jun 29, 2012 at 3:34 PM, Markus Armbruster wrote: > Unless parameter ":floppy:" is given, vvfat creates a virtual image > with DOS MBR defining a single partition which holds the FAT file > system.  The size of the virtual image depends on the width of the > FAT: 32 MiB (CHS 64, 16, 63) fo

[Qemu-devel] [PATCH 03/32] vvfat: Fix partition table

2012-06-29 Thread Markus Armbruster
Unless parameter ":floppy:" is given, vvfat creates a virtual image with DOS MBR defining a single partition which holds the FAT file system. The size of the virtual image depends on the width of the FAT: 32 MiB (CHS 64, 16, 63) for 12 bit FAT, 504 MiB (CHS 1024, 16, 63) for 16 and 32 bit FAT, lea