qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4 V3] VMWare PVSCSI paravirtual device implementat


From: Deep Debroy
Subject: [Qemu-devel] [PATCH 0/4 V3] VMWare PVSCSI paravirtual device implementation
Date: Fri, 6 Jul 2012 21:58:50 -0700

Below is a re-submission of VMWare PVSCSI device implementation
patches (earlier submitted by Dmitry Fleytman) so that it gets applied
to the qemu master. Details from Dmitry's earlier submission can be
found at: http://lists.gnu.org/archive/html/qemu-devel/2012-03/msg03438.html

New changes since V2:
1. Application of the earlier set of patches to the latest qemu master
2. Minor addition of a NULL parameter in the call to qemu_sglist_init

Beyond prior testing, latest patch-set was tested with Ubuntu linux
guests with vmw_pvscsi driver on kvm as well as xen.

Deep Debroy (4):
  Utility function strpadcpy() added
  Vendor name and product name parameters for SCSI devices Options
    vendor_name and product_nameadded for SCSI disks.
  Header with various utility functions shared by VMWARE SCSI and
network devices
  PVCSI paravirtualized device implementation

 cutils.c                   |    7 +
 default-configs/pci.mak    |    1 +
 docs/specs/pvscsi-spec.txt |   92 ++++
 hw/Makefile.objs           |    1 +
 hw/pci.h                   |    1 +
 hw/pvscsi.c                | 1260 ++++++++++++++++++++++++++++++++++++++++++++
 hw/pvscsi.h                |  442 ++++++++++++++++
 hw/scsi-disk.c             |   31 +-
 hw/vmware_utils.h          |  126 +++++
 qemu-common.h              |    1 +
 10 files changed, 1954 insertions(+), 8 deletions(-)
 create mode 100644 docs/specs/pvscsi-spec.txt
 create mode 100644 hw/pvscsi.c
 create mode 100644 hw/pvscsi.h
 create mode 100644 hw/vmware_utils.h

--
1.7.9.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]