Re: [Qemu-devel] [PATCH] multiboot: set boot_device to first partition

2011-06-03 Thread Aurelien Jarno
On Thu, Apr 28, 2011 at 04:11:11PM +0200, Arun Thomas wrote: > The multiboot info struct's 'boot_device' field has 'part1' set to 0x01, which > maps to the second primary partition. To specify the first primary partition, > 'part1' should be set to 0x00, since partition numbers start from zero > ac

Re: [Qemu-devel] [PATCH] multiboot: set boot_device to first partition

2011-05-19 Thread Stefan Hajnoczi
On Wed, May 18, 2011 at 11:49:26PM +0200, Arun Thomas wrote: > On Sun, May 1, 2011 at 6:35 PM, Stefan Hajnoczi wrote: > > On Thu, Apr 28, 2011 at 3:11 PM, Arun Thomas wrote: > >> The multiboot info struct's 'boot_device' field has 'part1' set to 0x01, > >> which > >> maps to the second primary p

Re: [Qemu-devel] [PATCH] multiboot: set boot_device to first partition

2011-05-18 Thread Arun Thomas
On Sun, May 1, 2011 at 6:35 PM, Stefan Hajnoczi wrote: > On Thu, Apr 28, 2011 at 3:11 PM, Arun Thomas wrote: >> The multiboot info struct's 'boot_device' field has 'part1' set to 0x01, >> which >> maps to the second primary partition. To specify the first primary partition, >> 'part1' should be

Re: [Qemu-devel] [PATCH] multiboot: set boot_device to first partition

2011-05-01 Thread Stefan Hajnoczi
On Thu, Apr 28, 2011 at 3:11 PM, Arun Thomas wrote: > The multiboot info struct's 'boot_device' field has 'part1' set to 0x01, which > maps to the second primary partition. To specify the first primary partition, > 'part1' should be set to 0x00, since partition numbers start from zero > according