mbox

[PULL,0/1] nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

Message ID 1454417818-31469-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-fwcfg-20160202-1

Message

Gerd Hoffmann Feb. 2, 2016, 12:56 p.m. UTC
Hi,

Here comes fwcfg patch queue, a bit shorter than planned as I've ran
into issues while verifying linuxboot_dma fw_cfg patches.

please pull,
  Gerd

The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-fwcfg-20160202-1

for you to fetch changes up to a907ec52cc1aefc820768b6e341b56f8f3caaca7:

  nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file (2016-02-02 12:45:01 +0100)

----------------------------------------------------------------
nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

----------------------------------------------------------------
Laszlo Ersek (1):
      nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file

 hw/block/nvme.c | 42 +++++-------------------------------------
 1 file changed, 5 insertions(+), 37 deletions(-)

Comments

Peter Maydell Feb. 2, 2016, 2:54 p.m. UTC | #1
On 2 February 2016 at 12:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes fwcfg patch queue, a bit shorter than planned as I've ran
> into issues while verifying linuxboot_dma fw_cfg patches.
>
> please pull,
>   Gerd
>
> The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-fwcfg-20160202-1
>
> for you to fetch changes up to a907ec52cc1aefc820768b6e341b56f8f3caaca7:
>
>   nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file (2016-02-02 12:45:01 +0100)
>
> ----------------------------------------------------------------
> nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM
Laszlo Ersek Feb. 2, 2016, 3:11 p.m. UTC | #2
On 02/02/16 15:54, Peter Maydell wrote:
> On 2 February 2016 at 12:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
>>   Hi,
>>
>> Here comes fwcfg patch queue, a bit shorter than planned as I've ran
>> into issues while verifying linuxboot_dma fw_cfg patches.
>>
>> please pull,
>>   Gerd
>>
>> The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10:
>>
>>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.kraxel.org/qemu tags/pull-fwcfg-20160202-1
>>
>> for you to fetch changes up to a907ec52cc1aefc820768b6e341b56f8f3caaca7:
>>
>>   nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file (2016-02-02 12:45:01 +0100)
>>
>> ----------------------------------------------------------------
>> nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file
>>
>> ----------------------------------------------------------------
> 
> Applied, thanks.
> 
> -- PMM
> 

\o/

Thank you both!
Laszlo