qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix include file in hw/loader.h
@ 2012-12-26  9:05 Wenchao Xia
  2012-12-26 13:46 ` Wenchao Xia
  0 siblings, 1 reply; 2+ messages in thread
From: Wenchao Xia @ 2012-12-26  9:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, aliguori, paul, Wenchao Xia

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

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-26 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26  9:05 [Qemu-devel] [PATCH] fix include file in hw/loader.h Wenchao Xia
2012-12-26 13:46 ` Wenchao Xia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).