]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
bootdevice: add Error **errp argument for validate_bootdevices()
authorGonglei <arei.gonglei@huawei.com>
Wed, 3 Dec 2014 17:11:39 +0000 (17:11 +0000)
committerroot <root@ceth6.(none)>
Mon, 22 Dec 2014 06:39:20 +0000 (14:39 +0800)
commit703008e81a6ace40f227aae16d630014e5016af1
treec515ae6d62765dd51094e9063e125bb8bdc3bac9
parent9816833d3b8ec9adfb63b6a53f1b56f5304f4c40
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 <arei.gonglei@huawei.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
bootdevice.c
include/sysemu/sysemu.h
vl.c