summaryrefslogtreecommitdiff
path: root/include/hw/hw.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-06-14 13:15:04 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-06-19 14:10:42 -0500
commit083b79c9fea0e3842f0b2b57ff0d20ab5f57084a (patch)
treed89aa0101bcf31e426fa51e50b530aa8f3d7dda0 /include/hw/hw.h
parent8281abd548d840d84223e66812491918c713e56c (diff)
downloadqemu-083b79c9fea0e3842f0b2b57ff0d20ab5f57084a.tar.gz
vl: Rename *boot_devices to *boot_order, for consistency
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1371208516-7857-5-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw/hw.h')
-rw-r--r--include/hw/hw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/hw.h b/include/hw/hw.h
index 1fb9afa322..cc9f847ea6 100644
--- a/include/hw/hw.h
+++ b/include/hw/hw.h
@@ -44,9 +44,9 @@ void qemu_unregister_reset(QEMUResetHandler *func, void *opaque);
/* handler to set the boot_device order for a specific type of QEMUMachine */
/* return 0 if success */
-typedef int QEMUBootSetHandler(void *opaque, const char *boot_devices);
+typedef int QEMUBootSetHandler(void *opaque, const char *boot_order);
void qemu_register_boot_set(QEMUBootSetHandler *func, void *opaque);
-int qemu_boot_set(const char *boot_devices);
+int qemu_boot_set(const char *boot_order);
#ifdef NEED_CPU_H
#if TARGET_LONG_BITS == 64