All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/1] Allow the building of VirtFS to be disabled
@ 2012-02-10  2:31 Meador Inge
  2012-02-10  2:31 ` [Qemu-devel] [PATCH v3 1/1] ./configure: add option for disabling VirtFS Meador Inge
  2012-02-14 23:25 ` [Qemu-devel] [PATCH v3 0/1] Allow the building of VirtFS to be disabled Meador Inge
  0 siblings, 2 replies; 5+ messages in thread
From: Meador Inge @ 2012-02-10  2:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, aneesh.kumar

There have been reports [1, 2] where folks have had issues building
VirtFS and the virtio backend on older systems.  I personally saw
problems due to the use of features (struct statfs f_frsize field,
fdopendir, O_NOATIME) in this code that are not available on much older
Linux systems.  Given, the system I ran into this on is ancient (RH8 sysroot),
but I still need to build QEMU on it nonetheless.

This patch adds a new configure option for disabling the building of
VirtFS all together.  Tested by building with and without --disable-virtfs
on older (RH8 sysroot) and newer systems (x64 Fedora 16).

[1] http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00171.html
[2] http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg00404.html

* Changes from v2
  - Use 'test "$foo" = yes && test "$bar" = yes' instead of
    '"$foo" = "yes" -a "$bar" = "yes"'.
* Changes from v1
  - Simplify the configure logic and support the standard behavior
    of defaulting virtfs="".  Changes suggested by Peter Maydell.

Meador Inge (1):
  ./configure: add option for disabling VirtFS

 Makefile  |    2 ++
 configure |   25 +++++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2012-02-17 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  2:31 [Qemu-devel] [PATCH v3 0/1] Allow the building of VirtFS to be disabled Meador Inge
2012-02-10  2:31 ` [Qemu-devel] [PATCH v3 1/1] ./configure: add option for disabling VirtFS Meador Inge
2012-02-17  8:22   ` Aneesh Kumar K.V
2012-02-17 11:20     ` Peter Maydell
2012-02-14 23:25 ` [Qemu-devel] [PATCH v3 0/1] Allow the building of VirtFS to be disabled Meador Inge

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.