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