[Libvirt-cim] [PATCH 0/2] Add rawio/sgio tag property support

John Ferlan jferlan at redhat.com
Wed Mar 26 13:28:35 UTC 2014



On 03/02/2014 08:04 PM, Xu Wang wrote:
> They are needed by virtio-scsi so add them into libvirt-cim support
> 
> Xu Wang (2):
>   Add rawio property support
>   Add sgio property support
> 
>  libxkutil/device_parsing.c                |    8 ++++++++
>  libxkutil/device_parsing.h                |    2 ++
>  libxkutil/xmlgen.c                        |    4 ++++
>  schema/ResourceAllocationSettingData.mof  |    6 ++++++
>  src/Virt_RASD.c                           |   12 ++++++++++++
>  src/Virt_VirtualSystemManagementService.c |   10 ++++++++++
>  6 files changed, 42 insertions(+), 0 deletions(-)
> 

As an "update" - I ran these changes using my adjusted cimtest and had
no new regressions.

I have pushed them, so that we can make forward progress.

If these are requested to be backported into a RHEL6 release, then the
BZ that gets opened needs to have a test associated with it - more than
a dump of the mof via:

# wbemcli gcd
http://root:password@localhost:5988/root/virt:KVM_DiskResourceAllocationSettingData
| egrep "rawio|sgio"
<PROPERTY NAME="rawio"  TYPE="string">
<PROPERTY NAME="sgio"  TYPE="string">

(or wbemcli ei)

I did update the commit message in order to include the command

Tks,

John




More information about the Libvirt-cim mailing list