virtio-9p: Use relative includes for files in hw
authorStefan Weil <weil@mail.berlios.de>
Wed, 1 Jun 2011 07:05:14 +0000 (12:35 +0530)
committerVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Wed, 1 Jun 2011 17:25:03 +0000 (10:25 -0700)
commit0e35ae13c5675245b6f4d477eac6ff442221b573
tree0a8b27838d2de8b36c10ba68ffd63cd33a5b9119
parent05ea3d4154d95725072d806fc1b5219d15e29cbd
virtio-9p: Use relative includes for files in hw

Commit 353ac78d495ef976242abd868f68d78420861c2c moved the files
without fixing the include paths. It used a modified CFLAGS
to add hw to the include search path, but this breaks builds
where the user wants to set special CFLAGS. Long include paths
also increase compilation time.

Therefore this patch removes the special CFLAGS for virtio
and fixes the include statements by using relative include paths.

v2: Remove special CFLAGS.
v3: Update needed for latest QEMU.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Makefile.objs
Makefile.target
hw/9pfs/virtio-9p-debug.c
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-local.c
hw/9pfs/virtio-9p-posix-acl.c
hw/9pfs/virtio-9p-xattr-user.c
hw/9pfs/virtio-9p-xattr.c
hw/9pfs/virtio-9p.c