Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-28 Thread Daniel P. Berrange
On Fri, Jul 25, 2014 at 02:58:58PM -0700, Nicholas A. Bellinger wrote: > A vhost-scsi controller instance doesn't require the extra virtio-scsi > disk args, at least not in order to boot QEMU proper. > > The configuration of vhost-scsi WWPNs and their associated LUNs is done > using a configfs bas

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-25 Thread Nicholas A. Bellinger
(Resending, as the last email did not make it to the list) On Fri, 2014-07-25 at 09:53 +0100, Daniel P. Berrange wrote: > On Thu, Jul 24, 2014 at 11:18:14PM -0700, Nicholas A. Bellinger wrote: > > On Thu, 2014-07-24 at 10:53 +0100, Daniel P. Berrange wrote: > > > On Thu, Jul 24, 2014 at 08:25:59AM

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-25 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 11:18:14PM -0700, Nicholas A. Bellinger wrote: > On Thu, 2014-07-24 at 10:53 +0100, Daniel P. Berrange wrote: > > On Thu, Jul 24, 2014 at 08:25:59AM +0200, Paolo Bonzini wrote: > > > Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: > > > > From: Mike Perez > > > > >

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-24 Thread Nicholas A. Bellinger
On Thu, 2014-07-24 at 10:53 +0100, Daniel P. Berrange wrote: > On Thu, Jul 24, 2014 at 08:25:59AM +0200, Paolo Bonzini wrote: > > Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: > > > From: Mike Perez > > > > > > This patch adds the necessary definitions to support vhost-scsi-pci and > > >

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 08:25:59AM +0200, Paolo Bonzini wrote: > Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: > > From: Mike Perez > > > > This patch adds the necessary definitions to support vhost-scsi-pci and > > VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VHOST_SCSI in QEMU >= v1.5.x code. > >

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-23 Thread Paolo Bonzini
Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: > From: Mike Perez > > This patch adds the necessary definitions to support vhost-scsi-pci and > VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VHOST_SCSI in QEMU >= v1.5.x code. > > This includes: > > - Add QEMU_CAPS_VHOST_SCSI > - Add virDomainCont

[libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-23 Thread Nicholas A. Bellinger
From: Mike Perez This patch adds the necessary definitions to support vhost-scsi-pci and VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VHOST_SCSI in QEMU >= v1.5.x code. This includes: - Add QEMU_CAPS_VHOST_SCSI - Add virDomainControllerDef->wwpn pointer for the vhost-scsi wwpn. - Setting the new mode