From 083b79c9fea0e3842f0b2b57ff0d20ab5f57084a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 14 Jun 2013 13:15:04 +0200 Subject: vl: Rename *boot_devices to *boot_order, for consistency Signed-off-by: Markus Armbruster Reviewed-by: Anthony Liguori Message-id: 1371208516-7857-5-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- include/hw/hw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/hw/hw.h') 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 -- cgit 1.4.1