Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-16 Thread Avik Sil
On 10/12/2012 08:32 AM, Chris Wright wrote: > * Alexander Graf (ag...@suse.de) wrote: >> On 12.10.2012, at 02:28, David Gibson wrote: >>> On Fri, Oct 12, 2012 at 02:03:00AM +0200, Alexander Graf wrote: On 12.10.2012, at 00:59, David Gibson wrote: > On Thu, Oct 11, 2012 at 07:34:42AM +0530,

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-16 Thread Andreas Färber
Am 16.10.2012 10:04, schrieb Alexander Graf: > > > On 16.10.2012, at 05:44, Avik Sil wrote: > >> On 10/12/2012 05:33 AM, Alexander Graf wrote: >>> >>> On 12.10.2012, at 00:59, David Gibson wrote: >>> On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: > This patch adds nvram spec

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-16 Thread Alexander Graf
On 16.10.2012, at 05:44, Avik Sil wrote: > On 10/12/2012 05:33 AM, Alexander Graf wrote: >> >> On 12.10.2012, at 00:59, David Gibson wrote: >> >>> On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: This patch adds nvram specified boot device into qemu default boot_devices lis

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-15 Thread Avik Sil
On 10/12/2012 05:33 AM, Alexander Graf wrote: > > On 12.10.2012, at 00:59, David Gibson wrote: > >> On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: >>> This patch adds nvram specified boot device into qemu default >>> boot_devices list. This helps firmware to boot from nvram specified >

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-12 Thread Avik Sil
On 10/12/2012 04:29 AM, David Gibson wrote: > On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: >> This patch adds nvram specified boot device into qemu default >> boot_devices list. This helps firmware to boot from nvram specified >> boot device if no -boot option is specified. > > I real

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread Chris Wright
* Alexander Graf (ag...@suse.de) wrote: > On 12.10.2012, at 02:28, David Gibson wrote: > > On Fri, Oct 12, 2012 at 02:03:00AM +0200, Alexander Graf wrote: > >> On 12.10.2012, at 00:59, David Gibson wrote: > >>> On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: > This patch adds nvram s

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread Alexander Graf
On 12.10.2012, at 02:28, David Gibson wrote: > On Fri, Oct 12, 2012 at 02:03:00AM +0200, Alexander Graf wrote: >> >> On 12.10.2012, at 00:59, David Gibson wrote: >> >>> On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: This patch adds nvram specified boot device into qemu default >

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread David Gibson
On Fri, Oct 12, 2012 at 02:03:00AM +0200, Alexander Graf wrote: > > On 12.10.2012, at 00:59, David Gibson wrote: > > > On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: > >> This patch adds nvram specified boot device into qemu default > >> boot_devices list. This helps firmware to boot f

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread Alexander Graf
On 12.10.2012, at 00:59, David Gibson wrote: > On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: >> This patch adds nvram specified boot device into qemu default >> boot_devices list. This helps firmware to boot from nvram specified >> boot device if no -boot option is specified. > > I r

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread David Gibson
On Thu, Oct 11, 2012 at 07:34:42AM +0530, Avik Sil wrote: > This patch adds nvram specified boot device into qemu default > boot_devices list. This helps firmware to boot from nvram specified > boot device if no -boot option is specified. I really don't think this is a good idea, it extends an alr

Re: [Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-11 Thread Alexander Graf
On 11.10.2012, at 04:04, Avik Sil wrote: > This patch adds nvram specified boot device into qemu default > boot_devices list. This helps firmware to boot from nvram specified > boot device if no -boot option is specified. Did you check that no other user of the boot device list gets confused by

[Qemu-devel] [PATCH] Add nvram to default boot device list

2012-10-10 Thread Avik Sil
This patch adds nvram specified boot device into qemu default boot_devices list. This helps firmware to boot from nvram specified boot device if no -boot option is specified. Suggested by: Alexander Graf Signed-off-by: Avik Sil --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di