qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] xen: net backend doesn't need linux headers.
Date: Mon, 08 Jun 2009 09:00:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

On 06/06/09 21:43, Andreas Färber wrote:
In file included from /export/home/andreas/QEMU/qemu/hw/xen_disk.c:43:
/export/home/andreas/QEMU/qemu/hw/xen_blkif.h:20: warning: #pragma
pack(push[, id], <n>) is not supported on this target
/export/home/andreas/QEMU/qemu/hw/xen_blkif.h:36: warning: #pragma
pack(pop[, id], <n>) is not supported on this target
CC xen_nic.o

Hmm, is this a x86 or sparc machine?

/export/home/andreas/QEMU/qemu/hw/xen_nic.c:179: error: `PAGE_SIZE'
undeclared (first use in this function)

Looking at the code though I see a number of XC_PAGE_SIZE that don't
result in errors. Might PAGE_SIZE be a typo then?

Yes, XC_PAGE_SIZE should be used here.

cheers,
  Gerd





reply via email to

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