qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] xtensa_lx60: add missing #include "blockdev.h"


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] xtensa_lx60: add missing #include "blockdev.h"
Date: Fri, 08 Jun 2012 12:43:51 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Am 08.06.2012 12:08, schrieb Stefan Hajnoczi:
On Fri, Jun 8, 2012 at 10:50 AM, Max Filippov<address@hidden>  wrote:
This should fix the following build failure:

/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c: In function 
'lx_init':
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:212: warning: 
implicit declaration of function 'drive_get'
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:212: warning: 
nested extern declaration of 'drive_get'
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:212: error: 
'IF_PFLASH' undeclared (first use in this function)
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:212: error: 
(Each undeclared identifier is reported only once
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:212: error: 
for each function it appears in.)
/home/buildbot/slave-public/block_mingw32/build/hw/xtensa_lx60.c:216: error: 
dereferencing pointer to incomplete type

Signed-off-by: Max Filippov<address@hidden>
---
  hw/xtensa_lx60.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
Reviewed-by: Stefan Hajnoczi<address@hidden>



Strange, I don't see this problem here.

xtensa_lx60.c includes pc.h which includes fdc.h which includes blockdev.h,
so this patch should not be needed.

What went wrong in your build, or are your sources different from qemu git master?

Regards,
Stefan Weil





reply via email to

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