summaryrefslogtreecommitdiffstats
path: root/sysemu.h
diff options
context:
space:
mode:
authorGleb Natapov2010-12-08 12:35:09 +0100
committerBlue Swirl2010-12-11 22:32:48 +0100
commit962630f207a33b7de4316022884b5241e05491cd (patch)
tree456f98659094302366c6caa495b2511cd69b647b /sysemu.h
parentAdd notifier that will be called when machine is fully created. (diff)
downloadqemu-962630f207a33b7de4316022884b5241e05491cd.tar.gz
qemu-962630f207a33b7de4316022884b5241e05491cd.tar.xz
qemu-962630f207a33b7de4316022884b5241e05491cd.zip
Pass boot device list to firmware.
Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index c42f33a216..38a20a3b04 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -196,4 +196,5 @@ void register_devices(void);
void add_boot_device_path(int32_t bootindex, DeviceState *dev,
const char *suffix);
+char *get_boot_devices_list(uint32_t *size);
#endif