Re: [Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-02-02 Thread Gerd Hoffmann
On Mo, 2016-02-01 at 09:35 +0100, Laszlo Ersek wrote: > Gerd, > > On 02/01/16 06:57, vladislav.vovche...@sk.com wrote: > >> -Original Message- > >> From: Laszlo Ersek [mailto:ler...@redhat.com] > >> Sent: 27 January 2016 02:21 > >> To: qemu-de...@nongnu.org > >> Cc: Keith Busch; Kevin Wolf

Re: [Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-02-01 Thread vladislav.vovche...@sk.com
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: 27 January 2016 02:21 > To: qemu-de...@nongnu.org > Cc: Keith Busch; Kevin Wolf; open list:nvme; Gonglei; Vladislav Vovchenko > SFS; Feng Tian; Gerd Hoffmann; Kevin O'Connor > Subject: [PATCH] nvme: generate OpenFi

Re: [Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-02-01 Thread Laszlo Ersek
Gerd, On 02/01/16 06:57, vladislav.vovche...@sk.com wrote: >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: 27 January 2016 02:21 >> To: qemu-de...@nongnu.org >> Cc: Keith Busch; Kevin Wolf; open list:nvme; Gonglei; Vladislav Vovchenko >> SFS; Feng Tian; Gerd

Re: [Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-01-29 Thread Keith Busch
Thanks, sounds and looks good. Acked-by: Keith Busch > Background on QEMU boot indices > --- > > Normally, the "bootindex" property is configured for bootable devices > with: > > DEVICE_instance_init() > device_add_bootindex_property(..., "bootindex", ...) >

Re: [Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-01-26 Thread Gonglei (Arei)
> > Subject: [PATCH] nvme: generate OpenFirmware device path in the "bootorder" > fw_cfg file > > Background on QEMU boot indices > --- > > Normally, the "bootindex" property is configured for bootable devices > with: > > DEVICE_instance_init() > device_add_boot

[Qemu-block] [PATCH] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

2016-01-26 Thread Laszlo Ersek
Background on QEMU boot indices --- Normally, the "bootindex" property is configured for bootable devices with: DEVICE_instance_init() device_add_bootindex_property(..., "bootindex", ...) object_property_add(..., device_get_bootindex,