mbox

[PULL,0/2] bootdevice patches

Message ID 1425361889-4580-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Pull-request

https://github.com/gongleiarei/qemu.git tags/bootdevice-next-20150303

Message

Gonglei (Arei) March 3, 2015, 5:51 a.m. UTC
From: Gonglei <arei.gonglei@huawei.com>

The following changes since commit 0856579cac2f1dacecd847cfcd89680d26ff78f5:

  Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" (2015-03-03 00:29:17 +0000)

are available in the git repository at:

  https://github.com/gongleiarei/qemu.git tags/bootdevice-next-20150303

for you to fetch changes up to 76349f5ba8f4e2f0b8c93c12ec0950a8bc77408a:

  bootdevice: add check in restore_boot_order() (2015-03-03 13:13:21 +0800)

----------------------------------------------------------------
bootdevice: bug fixes

----------------------------------------------------------------

Gonglei (2):
  bootdevice: check boot order argument validation before vm running
  bootdevice: add check in restore_boot_order()

 bootdevice.c |    4 +++-
 vl.c         |   36 ++++++++++++++++++++++--------------
 2 files changed, 25 insertions(+), 15 deletions(-)

Comments

Peter Maydell March 8, 2015, 7:33 a.m. UTC | #1
On 3 March 2015 at 14:51,  <arei.gonglei@huawei.com> wrote:
> From: Gonglei <arei.gonglei@huawei.com>
>
> The following changes since commit 0856579cac2f1dacecd847cfcd89680d26ff78f5:
>
>   Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" (2015-03-03 00:29:17 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gongleiarei/qemu.git tags/bootdevice-next-20150303
>
> for you to fetch changes up to 76349f5ba8f4e2f0b8c93c12ec0950a8bc77408a:
>
>   bootdevice: add check in restore_boot_order() (2015-03-03 13:13:21 +0800)
>
> ----------------------------------------------------------------
> bootdevice: bug fixes
>
> ----------------------------------------------------------------
>
> Gonglei (2):
>   bootdevice: check boot order argument validation before vm running
>   bootdevice: add check in restore_boot_order()
>
>  bootdevice.c |    4 +++-
>  vl.c         |   36 ++++++++++++++++++++++--------------
>  2 files changed, 25 insertions(+), 15 deletions(-)

Applied, thanks.

-- PMM