qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fix include file in hw/loader.h


From: Wenchao Xia
Subject: [Qemu-devel] [PATCH] fix include file in hw/loader.h
Date: Wed, 26 Dec 2012 17:05:51 +0800

  Now header files have gone into includes, so include file path
needs change also to avoid build break.

Signed-off-by: Wenchao Xia <address@hidden>
---
 hw/loader.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/hw/loader.h b/hw/loader.h
index 26480ad..5e61c95 100644
--- a/hw/loader.h
+++ b/hw/loader.h
@@ -1,5 +1,6 @@
 #ifndef LOADER_H
 #define LOADER_H
+#include "qapi/qmp/qdict.h"
 
 /* loader.c */
 int get_image_size(const char *filename);
@@ -30,7 +31,7 @@ int rom_load_all(void);
 void rom_set_fw(void *f);
 int rom_copy(uint8_t *dest, hwaddr addr, size_t size);
 void *rom_ptr(hwaddr addr);
-void do_info_roms(Monitor *mon);
+void do_info_roms(Monitor *mon, const QDict *qdict);
 
 #define rom_add_file_fixed(_f, _a, _i)          \
     rom_add_file(_f, NULL, _a, _i)
-- 
1.7.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]