qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 981683: bootdevice: move code about bootorder


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 981683: bootdevice: move code about bootorder from vl.c to...
Date: Mon, 22 Dec 2014 08:30:05 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9816833d3b8ec9adfb63b6a53f1b56f5304f4c40
      
https://github.com/qemu/qemu/commit/9816833d3b8ec9adfb63b6a53f1b56f5304f4c40
  Author: Gonglei <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c
    M include/hw/hw.h
    M include/sysemu/sysemu.h
    M vl.c

  Log Message:
  -----------
  bootdevice: move code about bootorder from vl.c to bootdevice.c

First, we can downsize vl.c, make it simpler by
little and little. Second, I can maintain those code
and make some improvement.

Cc: Jan Kiszka <address@hidden>
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>


  Commit: 703008e81a6ace40f227aae16d630014e5016af1
      
https://github.com/qemu/qemu/commit/703008e81a6ace40f227aae16d630014e5016af1
  Author: Gonglei <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c
    M include/sysemu/sysemu.h
    M vl.c

  Log Message:
  -----------
  bootdevice: add Error **errp argument for validate_bootdevices()

It will be useful for checking when we change traditional
boot order dynamically and propagate error message
to the monitor.

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>


  Commit: f1839938b090b28537d9be2c1b255b834f3cfbb8
      
https://github.com/qemu/qemu/commit/f1839938b090b28537d9be2c1b255b834f3cfbb8
  Author: Gonglei <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c
    M include/sysemu/sysemu.h
    M monitor.c

  Log Message:
  -----------
  bootdevice: add Error **errp argument for qemu_boot_set()

It will be useful for checking when we change traditional
boot order dynamically and propagate error message
to the monitor.

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>


  Commit: 3b08098b409c0fb28f85436ba1adeb1d401ec8f7
      
https://github.com/qemu/qemu/commit/3b08098b409c0fb28f85436ba1adeb1d401ec8f7
  Author: Gonglei <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c

  Log Message:
  -----------
  bootdevice: add validate check for qemu_boot_set()

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>


  Commit: ddcd55316fb2851e144e719171621ad2816487dc
      
https://github.com/qemu/qemu/commit/ddcd55316fb2851e144e719171621ad2816487dc
  Author: Gonglei <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c
    M hw/i386/pc.c
    M hw/ppc/mac_newworld.c
    M hw/ppc/mac_oldworld.c
    M hw/sparc/sun4m.c
    M hw/sparc64/sun4u.c
    M include/sysemu/sysemu.h

  Log Message:
  -----------
  bootdevice: add Error **errp argument for QEMUBootSetHandler

It will be useful for checking when we change traditional
boot order dynamically and propagate error message
to the monitor.
For x86 architecture, we pass &local_err to set_boot_dev()
when vm startup in pc_coms_init().

Cc: Michael S. Tsirkin <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: Blue Swirl <address@hidden>
Cc: address@hidden
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>


  Commit: 7e58e2ac7778cca3234c33387e49577bb7732714
      
https://github.com/qemu/qemu/commit/7e58e2ac7778cca3234c33387e49577bb7732714
  Author: Peter Maydell <address@hidden>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M bootdevice.c
    M hw/i386/pc.c
    M hw/ppc/mac_newworld.c
    M hw/ppc/mac_oldworld.c
    M hw/sparc/sun4m.c
    M hw/sparc64/sun4u.c
    M include/hw/hw.h
    M include/sysemu/sysemu.h
    M monitor.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' 
into staging

bootdevice: Refactor and improvement

# gpg: Signature made Mon 22 Dec 2014 06:44:08 GMT using RSA key ID DDE30FBB
# gpg: Can't check signature: public key not found

* remotes/gonglei/tags/bootdevice-next-20141222:
  bootdevice: add Error **errp argument for QEMUBootSetHandler
  bootdevice: add validate check for qemu_boot_set()
  bootdevice: add Error **errp argument for qemu_boot_set()
  bootdevice: add Error **errp argument for validate_bootdevices()
  bootdevice: move code about bootorder from vl.c to bootdevice.c

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/7db96d6cf877...7e58e2ac7778

reply via email to

[Prev in Thread] Current Thread [Next in Thread]