All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Sakshi Kaushik <sakshikaushik717@gmail.com>
Cc: Raphael Norwitz <raphael.norwitz@nutanix.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
Date: Mon, 4 Apr 2022 16:44:09 +0100	[thread overview]
Message-ID: <CAJSP0QUrgAX8PKg0b422bu_vyXyW0L4VyxRiEOqvjscjAHXG5A@mail.gmail.com> (raw)
In-Reply-To: <CAFt73e-2pf1XDp66PVCPq4kUiegChJGhaiEyHAvyWUf77jbNEw@mail.gmail.com>

On Mon, 4 Apr 2022 at 15:51, Sakshi Kaushik <sakshikaushik717@gmail.com> wrote:
> I am not able to find vhost-user-scsi inside build/contrib/vhost-user-scsi despite running the 'make' command.

It is probably not being built because the dependencies are not
installed on your machine. Here are the contents of the
contrib/vhost-user-scsi/meson.build file:

  if libiscsi.found()
    executable('vhost-user-scsi', files('vhost-user-scsi.c'),
               dependencies: [qemuutil, libiscsi, vhost_user],
               build_by_default: targetos == 'linux',
               install: false)
  endif

The build machine must be a Linux machine and it must have the
libiscsi-dev (Debian/Ubuntu), libiscsi-devel (Fedora/CentOS/RHEL), or
similarly-named package installed. You can run QEMU's ./configure
script and look at the output to see if it detected libiscsi.

Stefan


  parent reply	other threads:[~2022-04-04 15:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-03  7:21 [PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi Sakshi Kaushik
2022-04-03 19:46 ` Stefan Hajnoczi
     [not found]   ` <CAFt73e_Rku3pgQ+YAj-zAcrq36JJd1A1pBA-AX8JMrqRY0f5TA@mail.gmail.com>
2022-04-04  8:29     ` Stefan Hajnoczi
     [not found]       ` <CAFt73e-2pf1XDp66PVCPq4kUiegChJGhaiEyHAvyWUf77jbNEw@mail.gmail.com>
2022-04-04 15:44         ` Stefan Hajnoczi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01  4:48 Sakshi Kaushik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJSP0QUrgAX8PKg0b422bu_vyXyW0L4VyxRiEOqvjscjAHXG5A@mail.gmail.com \
    --to=stefanha@gmail.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=raphael.norwitz@nutanix.com \
    --cc=sakshikaushik717@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.