Hi all, when compiling the 1.0-rc2, I get the following error:
CC libhw64/9pfs/virtio-9p.o /home/erik/qemu-1.0-rc2/hw/9pfs/virtio-9p.c: In function 'dotl_to_at_flags': /home/erik/qemu-1.0-rc2/hw/9pfs/virtio-9p.c:81: error: 'AT_REMOVEDIR' undeclared (first use in this function) /home/erik/qemu-1.0-rc2/hw/9pfs/virtio-9p.c:81: error: (Each undeclared identifier is reported only once /home/erik/qemu-1.0-rc2/hw/9pfs/virtio-9p.c:81: error: for each function it appears in.) make[2]: *** [9pfs/virtio-9p.o] Error 1 make[1]: *** [subdir-libhw64] Error 2 I don't need the virtio drivers for my purposes, how can I disable them? Or what must I do to remove this message? Best regards, Erik