All of lore.kernel.org
 help / color / mirror / Atom feed
* The errors appear when compiling kvm-guest-drivers on kernel-2.6.29
@ 2009-04-02  4:10 Zhiyong Wu
  2009-04-02  4:32 ` Zhiyong Wu
  2009-04-02  5:25 ` Brian Jackson
  0 siblings, 2 replies; 4+ messages in thread
From: Zhiyong Wu @ 2009-04-02  4:10 UTC (permalink / raw)
  To: kvm; +Cc: prussell, Herbert Xu, llim, zhaoyang

HI,

I have recently setup a guest network in KVM,

when i tried to compile kvm guest driver - virtio on kernel-2.6.29, an
issue has appeared

(1) the version of kvm guest driver

[root@fedora9 kvm-guest-drivers-linux {master}]$ git describe
kvm-guest-drivers-linux-1-13-gae1ae62

(2) the output of make

[root@fedora9 kvm-guest-drivers-linux {master}]$ make
make -C /lib/modules/2.6.29/build M=`pwd` "$@"
make[1]: Entering directory `/usr/src/linux-2.6.29'
  CC [M]  /home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.o
/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.c: In function
\u2018xmit_skb\u2019:
/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.c:544: error:
\u2018CHECKSUM_HW\u2019 undeclared (first use in this function)
/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.c:544: error:
(Each undeclared identifier is reported only once
/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.c:544: error:
for each function it appears in.)
/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.c:550: error:
\u2018struct sk_buff\u2019 has no member named \u2018h\u2019
make[2]: *** [/home/zwu/study/virt/kvm-guest-drivers-linux/virtio_net.o] Error 1
make[1]: *** [_module_/home/zwu/study/virt/kvm-guest-drivers-linux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.29'
make: *** [all] Error 2


Cheers,

Zhiyong Wu

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

end of thread, other threads:[~2009-04-02  6:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02  4:10 The errors appear when compiling kvm-guest-drivers on kernel-2.6.29 Zhiyong Wu
2009-04-02  4:32 ` Zhiyong Wu
2009-04-02  5:25 ` Brian Jackson
2009-04-02  6:56   ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.