I believe xen is applying patches to qemu-git as I am getting this error ata/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-dir/hw/9pfs/virtio-9p-device.c:19:30: fatal error: virtio-9p-device.h: No such file or directory #include "virtio-9p-device.h" qemu-git does not include virtio-9p-device. I wonderf if anyone knows when this will be fixed? ^ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
I believe xen is applying patches to qemu-git as I am getting this error ata/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-dir/hw/9pfs/virtio-9p-device.c:19:30: fatal error: virtio-9p-device.h: No such file or directory #include "virtio-9p-device.h" qemu-git does not include virtio-9p-device. I wonderf if anyone knows when this will be fixed? ^ _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Tue, Apr 09, 2013 at 01:29:34PM +0100, jacek burghardt wrote:> I believe xen is applying patches to qemu-git as I am getting this error > ata/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-dir/hw/9pfs/virtio-9p-device.c:19:30: fatal error: virtio-9p-device.h: No such file or directory > #include "virtio-9p-device.h" > qemu-git does not include virtio-9p-device. > I wonderf if anyone knows when this will be fixed? > ^No, Xen will not touch virtio code AFAICT. Probably you should make distclean and start from scratch. Wei.>> _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
On Tue, Apr 09, 2013 at 01:29:34PM +0100, jacek burghardt wrote:> I believe xen is applying patches to qemu-git as I am getting this error > ata/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-dir/hw/9pfs/virtio-9p-device.c:19:30: fatal error: virtio-9p-device.h: No such file or directory > #include "virtio-9p-device.h" > qemu-git does not include virtio-9p-device. > I wonderf if anyone knows when this will be fixed? > ^No, Xen will not touch virtio code AFAICT. Probably you should make distclean and start from scratch. Wei.>> _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
I did that and I am still unable to compile xen _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
I did that and I am still unable to compile xen _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
I did that and I am still unable to compile xen it happens inside qemu-xen-dir I guess the bug is with xen as it includes file that is missing. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
I did that and I am still unable to compile xen it happens inside qemu-xen-dir I guess the bug is with xen as it includes file that is missing. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Tue, Apr 09, 2013 at 03:06:50PM +0100, jacek burghardt wrote:> I did that and I am still unable to compile xen it happens inside > qemu-xen-dir I guess the bug is with xen as it includes file that is > missing.No, Xen unstable master branch compiles OK. And I have no idea why your virtio-9p-deivce.c includes virtio-9p-deivce.h because there is no such line in my version. Wei.
On Tue, Apr 09, 2013 at 03:06:50PM +0100, jacek burghardt wrote:> I did that and I am still unable to compile xen it happens inside > qemu-xen-dir I guess the bug is with xen as it includes file that is > missing.No, Xen unstable master branch compiles OK. And I have no idea why your virtio-9p-deivce.c includes virtio-9p-deivce.h because there is no such line in my version. Wei.
Well looks like qemu-git bug I looked again at code of qemu #include "virtio-9p-device.h" and this included when I was looking yesterday it semed that virtio-9p.h was included instead On 4/9/13, Wei Liu <wei.liu2@citrix.com> wrote:> On Tue, Apr 09, 2013 at 03:06:50PM +0100, jacek burghardt wrote: >> I did that and I am still unable to compile xen it happens inside >> qemu-xen-dir I guess the bug is with xen as it includes file that is >> missing. > > No, Xen unstable master branch compiles OK. And I have no idea why your > virtio-9p-deivce.c includes virtio-9p-deivce.h because there is no such > line in my version. > > > Wei. >
Well looks like qemu-git bug I looked again at code of qemu #include "virtio-9p-device.h" and this included when I was looking yesterday it semed that virtio-9p.h was included instead On 4/9/13, Wei Liu <wei.liu2@citrix.com> wrote:> On Tue, Apr 09, 2013 at 03:06:50PM +0100, jacek burghardt wrote: >> I did that and I am still unable to compile xen it happens inside >> qemu-xen-dir I guess the bug is with xen as it includes file that is >> missing. > > No, Xen unstable master branch compiles OK. And I have no idea why your > virtio-9p-deivce.c includes virtio-9p-deivce.h because there is no such > line in my version. > > > Wei. >