virtfs: kernel compile fails
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
I am trying to compile a kernel under virtfs, and am getting an error. The error does not occur when compiling outside of the virtfs mount.
Both guest and host are running the 3.0.4 kernel.
QEMU is latest from git: bc75c9e50d308b2
QEMU command line:
/usr/local/
virtfs line in /etc/fstab:
virtfs /mnt/virtfs 9p defaults,
Steps to reproduce and output:
[root@guest linux-3.0.4]# make mrproper
CLEAN scripts/basic
CLEAN scripts/kconfig
CLEAN include/config include/generated
CLEAN .config .config.old
[root@guest linux-3.0.4]# make defconfig
HOSTCC scripts/
HOSTCC scripts/
SHIPPED scripts/
SHIPPED scripts/
SHIPPED scripts/
HOSTCC scripts/
HOSTLD scripts/
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
[root@guest linux-3.0.4]# make
scripts/
*** Error during update of the configuration.
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/
Please let me know if you need any other information. Thanks!

uname -a on host:
Linux host 3.0.4 #1 SMP Mon Oct 17 11:54:45 IST 2011 x86_64 x86_64 x86_64 GNU/Linux
uname -a on guest:
Linux guest 3.0.4 #2 SMP Wed Nov 23 12:39:03 IST 2011 x86_64 x86_64 x86_64 GNU/Linux