qemu-devel
[Top][All Lists]
Advanced

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

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


From: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH] fix include file in hw/loader.h
Date: Wed, 26 Dec 2012 21:46:28 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

  please ignore this mail, sorry for trouble.

>    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)
> 


-- 
Best Regards

Wenchao Xia




reply via email to

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