mbox series

[0/2] refactor fw_cfg_bootsplash() and fw_cfg_reboot()

Message ID 20181110034115.103335-1-liq3ea@163.com (mailing list archive)
Headers show
Series refactor fw_cfg_bootsplash() and fw_cfg_reboot() | expand

Message

Li Qiang Nov. 10, 2018, 3:41 a.m. UTC
This patchset comes out as the result of the following review as per 
Markus's and Gerd's advice:
-->https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg06975.html
-->http://lists.gnu.org/archive/html/qemu-devel/2018-11/msg00701.html

The second patch also fix that the user can set a negative
reboot_timeout.

Li Qiang (2):
  hw: fw_cfg: refactor fw_cfg_bootsplash()
  hw: fw_cfg: refactor fw_cfg_reboot()

 hw/nvram/fw_cfg.c | 63 ++++++++++++++++++++---------------------------
 vl.c              |  4 +--
 2 files changed, 29 insertions(+), 38 deletions(-)