qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Add --disable-vhost-user
@ 2017-07-28 14:13 Marc-André Lureau
  2017-07-28 14:13 ` [Qemu-devel] [PATCH v2 1/2] build-sys: add --disable-vhost-user Marc-André Lureau
  2017-07-28 14:13 ` [Qemu-devel] [PATCH v2 2/2] build-sys: do not compile net/vhost-user.c if vhost-user is disabled Marc-André Lureau
  0 siblings, 2 replies; 9+ messages in thread
From: Marc-André Lureau @ 2017-07-28 14:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: philippe.mathieu.daude, mst, Marc-André Lureau

Hi,

The series aims to add --disable-vhost-user configure option, to
disable all vhost-user support.

v2:
- remove some #ifdef, reuse CONFIG_VHOST_NET_USED
- split the patch to have net/vhost-user.c compiled out (adding 2 ifdefs)
- fail if --enable-vhost-user on win32

Marc-André Lureau (2):
  build-sys: add --disable-vhost-user
  build-sys: do not compile net/vhost-user.c if vhost-user is disabled

 hw/net/vhost_net.c                |  4 ++++
 hw/virtio/virtio-pci.c            |  4 ++--
 configure                         | 29 +++++++++++++++++++++++++++--
 default-configs/pci.mak           |  2 +-
 default-configs/s390x-softmmu.mak |  2 +-
 net/Makefile.objs                 |  2 +-
 tests/Makefile.include            |  6 +++---
 7 files changed, 39 insertions(+), 10 deletions(-)

-- 
2.14.0.rc0.1.g40ca67566

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

end of thread, other threads:[~2017-08-03  1:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28 14:13 [Qemu-devel] [PATCH v2 0/2] Add --disable-vhost-user Marc-André Lureau
2017-07-28 14:13 ` [Qemu-devel] [PATCH v2 1/2] build-sys: add --disable-vhost-user Marc-André Lureau
2017-08-01  8:15   ` Cornelia Huck
2017-08-03  1:18   ` Michael S. Tsirkin
2017-07-28 14:13 ` [Qemu-devel] [PATCH v2 2/2] build-sys: do not compile net/vhost-user.c if vhost-user is disabled Marc-André Lureau
2017-08-01 16:03   ` Michael S. Tsirkin
2017-08-01 16:15     ` Marc-André Lureau
2017-08-01 16:25       ` Michael S. Tsirkin
2017-08-01 17:07         ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).