Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-02-01 09:52:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sys-Virt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes      
2017-01-04 19:30:44.728701698 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-02-03 18:54:49.739179747 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 19:09:06 UTC 2017 - [email protected]
+
+- Update to 3.0.0
+  - Add all new APIs and constants in libvirt 3.0.0
+
+-------------------------------------------------------------------

Old:
----
  Sys-Virt-2.5.0.tar.gz

New:
----
  Sys-Virt-3.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
--- /var/tmp/diff_new_pack.ykQjB2/_old  2017-02-03 18:54:50.175118533 +0100
+++ /var/tmp/diff_new_pack.ykQjB2/_new  2017-02-03 18:54:50.179117972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-Virt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sys-Virt
-Version:        2.5.0
+Version:        3.0.0
 Release:        0
 %define cpan_name Sys-Virt
 Summary:        Represent and manage a libvirt hypervisor connection

++++++ Sys-Virt-2.5.0.tar.gz -> Sys-Virt-3.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/Changes new/Sys-Virt-3.0.0/Changes
--- old/Sys-Virt-2.5.0/Changes  2016-12-05 14:54:00.000000000 +0100
+++ new/Sys-Virt-3.0.0/Changes  2017-01-19 11:18:39.000000000 +0100
@@ -1,5 +1,18 @@
 Revision history for perl module Sys::Virt
 
+3.0.0 2017-01-19
+
+ - Add group_name for block iotune
+ - Add new branch instructions perf event
+ - Add PERF_PARAM_BRANCH_MISSES constant
+ - Add PERF_PARAM_BUS_CYCLES constant
+ - Add PERF_PARAM_STALLED_CYCLES_FRONTEND constant
+ - Add PERF_PARAM_STALLED_CYCLES_BACKEND constant
+ - Add PERF_PARAM_REF_CPU_CYCLES constant
+ - Add virStorageVolGetInfoFlags & associated constants
+ - Add domain metdata change event
+ - Add secret event APIs
+
 2.5.0 2016-12-05
 
  - Add VIR_ERR_LIBSSH and VIR_FROM_LIBSSH constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/META.yml new/Sys-Virt-3.0.0/META.yml
--- old/Sys-Virt-2.5.0/META.yml 2016-12-05 14:57:26.000000000 +0100
+++ new/Sys-Virt-3.0.0/META.yml 2017-01-19 12:00:37.000000000 +0100
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:         Sys-Virt
 abstract:     Extension for the libvirt library
-version:      2.5.0
+version:      3.0.0
 author:
   - Daniel P. Berrange <[email protected]>
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/MYMETA.json 
new/Sys-Virt-3.0.0/MYMETA.json
--- old/Sys-Virt-2.5.0/MYMETA.json      2016-12-05 14:57:17.000000000 +0100
+++ new/Sys-Virt-3.0.0/MYMETA.json      2017-01-19 12:00:25.000000000 +0100
@@ -42,6 +42,6 @@
       }
    },
    "release_status" : "stable",
-   "version" : "v2.5.0",
+   "version" : "v3.0.0",
    "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/MYMETA.yml 
new/Sys-Virt-3.0.0/MYMETA.yml
--- old/Sys-Virt-2.5.0/MYMETA.yml       2016-12-05 14:57:17.000000000 +0100
+++ new/Sys-Virt-3.0.0/MYMETA.yml       2017-01-19 12:00:25.000000000 +0100
@@ -24,5 +24,5 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v2.5.0
+version: v3.0.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/Makefile.PL 
new/Sys-Virt-3.0.0/Makefile.PL
--- old/Sys-Virt-2.5.0/Makefile.PL      2016-11-02 11:11:17.000000000 +0100
+++ new/Sys-Virt-3.0.0/Makefile.PL      2016-12-05 15:03:27.000000000 +0100
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "2.5.0";
+my $libvirtver = "3.0.0";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/README new/Sys-Virt-3.0.0/README
--- old/Sys-Virt-2.5.0/README   2016-11-02 11:11:05.000000000 +0100
+++ new/Sys-Virt-3.0.0/README   2016-12-05 15:03:20.000000000 +0100
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is libvirt itself. For
 installation instructions, consult the INSTALL file.
 
-The current minimum required version of libvirt is 2.5.0
+The current minimum required version of libvirt is 3.0.0
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/Virt.xs new/Sys-Virt-3.0.0/Virt.xs
--- old/Sys-Virt-2.5.0/Virt.xs  2016-11-16 18:35:02.000000000 +0100
+++ new/Sys-Virt-3.0.0/Virt.xs  2017-01-16 18:26:55.000000000 +0100
@@ -1,6 +1,6 @@
 /* -*- c -*-
  *
- * Copyright (C) 2006-2014 Red Hat
+ * Copyright (C) 2006-2016 Red Hat
  * Copyright (C) 2006-2014 Daniel P. Berrange
  *
  * This program is free software; You can redistribute it and/or modify
@@ -1096,6 +1096,46 @@
 
 
 static int
+_domain_event_metadata_change_callback(virConnectPtr con,
+                                      virDomainPtr dom,
+                                      int type,
+                                      const char *nsuri,
+                                      void *opaque)
+{
+    AV *data = opaque;
+    SV **self;
+    SV **cb;
+    SV *domref;
+    dSP;
+
+    self = av_fetch(data, 0, 0);
+    cb = av_fetch(data, 1, 0);
+
+    SvREFCNT_inc(*self);
+
+    ENTER;
+    SAVETMPS;
+
+    PUSHMARK(SP);
+    XPUSHs(*self);
+    domref = sv_newmortal();
+    sv_setref_pv(domref, "Sys::Virt::Domain", (void*)dom);
+    virDomainRef(dom);
+    XPUSHs(domref);
+    XPUSHs(sv_2mortal(newSViv(type)));
+    XPUSHs(sv_2mortal(newSVpv(nsuri, 0)));
+    PUTBACK;
+
+    call_sv(*cb, G_DISCARD);
+
+    FREETMPS;
+    LEAVE;
+
+    return 0;
+}
+
+
+static int
 _network_event_lifecycle_callback(virConnectPtr con,
                                  virNetworkPtr net,
                                  int event,
@@ -1323,6 +1363,82 @@
 }
 
 
+static int
+_secret_event_lifecycle_callback(virConnectPtr con,
+                                virSecretPtr secret,
+                                int event,
+                                int detail,
+                                void *opaque)
+{
+    AV *data = opaque;
+    SV **self;
+    SV **cb;
+    SV *secretref;
+    dSP;
+
+    self = av_fetch(data, 0, 0);
+    cb = av_fetch(data, 1, 0);
+
+    SvREFCNT_inc(*self);
+
+    ENTER;
+    SAVETMPS;
+
+    PUSHMARK(SP);
+    XPUSHs(*self);
+    secretref = sv_newmortal();
+    sv_setref_pv(secretref, "Sys::Virt::Secret", (void*)secret);
+    virSecretRef(secret);
+    XPUSHs(secretref);
+    XPUSHs(sv_2mortal(newSViv(event)));
+    XPUSHs(sv_2mortal(newSViv(detail)));
+    PUTBACK;
+
+    call_sv(*cb, G_DISCARD);
+
+    FREETMPS;
+    LEAVE;
+
+    return 0;
+}
+
+
+static int
+_secret_event_generic_callback(virConnectPtr con,
+                               virSecretPtr secret,
+                               void *opaque)
+{
+    AV *data = opaque;
+    SV **self;
+    SV **cb;
+    SV *secretref;
+    dSP;
+
+    self = av_fetch(data, 0, 0);
+    cb = av_fetch(data, 1, 0);
+
+    SvREFCNT_inc(*self);
+
+    ENTER;
+    SAVETMPS;
+
+    PUSHMARK(SP);
+    XPUSHs(*self);
+    secretref = sv_newmortal();
+    sv_setref_pv(secretref, "Sys::Virt::Secret", (void*)secret);
+    virSecretRef(secret);
+    XPUSHs(secretref);
+    PUTBACK;
+
+    call_sv(*cb, G_DISCARD);
+
+    FREETMPS;
+    LEAVE;
+
+    return 0;
+}
+
+
 static void
 _domain_event_free(void *opaque)
 {
@@ -1356,6 +1472,14 @@
 
 
 static void
+_secret_event_free(void *opaque)
+{
+  SV *sv = opaque;
+  SvREFCNT_dec(sv);
+}
+
+
+static void
 _close_callback(virConnectPtr con,
                 int reason,
                 void *opaque)
@@ -3248,6 +3372,9 @@
       case VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED:
           callback = 
VIR_DOMAIN_EVENT_CALLBACK(_domain_event_device_generic_callback);
           break;
+      case VIR_DOMAIN_EVENT_ID_METADATA_CHANGE:
+          callback = 
VIR_DOMAIN_EVENT_CALLBACK(_domain_event_metadata_change_callback);
+          break;
       default:
           callback = VIR_DOMAIN_EVENT_CALLBACK(_domain_event_generic_callback);
           break;
@@ -3419,6 +3546,56 @@
       virConnectNodeDeviceEventDeregisterAny(con, callbackID);
 
 
+int
+secret_event_register_any(conref, secretref, eventID, cb)
+      SV* conref;
+      SV* secretref;
+      int eventID;
+      SV* cb;
+PREINIT:
+      AV *opaque;
+      virConnectPtr con;
+      virSecretPtr secret;
+      virConnectSecretEventGenericCallback callback;
+    CODE:
+      con = (virConnectPtr)SvIV((SV*)SvRV(conref));
+      if (SvROK(secretref)) {
+          secret = (virSecretPtr)SvIV((SV*)SvRV(secretref));
+      } else {
+          secret = NULL;
+      }
+
+      switch (eventID) {
+      case VIR_SECRET_EVENT_ID_LIFECYCLE:
+          callback = 
VIR_SECRET_EVENT_CALLBACK(_secret_event_lifecycle_callback);
+          break;
+      case VIR_SECRET_EVENT_ID_VALUE_CHANGED:
+          callback = VIR_SECRET_EVENT_CALLBACK(_secret_event_generic_callback);
+          break;
+      default:
+          callback = VIR_SECRET_EVENT_CALLBACK(_secret_event_generic_callback);
+          break;
+      }
+
+      opaque = newAV();
+      SvREFCNT_inc(cb);
+      SvREFCNT_inc(conref);
+      av_push(opaque, conref);
+      av_push(opaque, cb);
+      if ((RETVAL = virConnectSecretEventRegisterAny(con, secret, eventID, 
callback, opaque, _secret_event_free)) < 0)
+          _croak_error();
+OUTPUT:
+      RETVAL
+
+
+void
+secret_event_deregister_any(con, callbackID)
+      virConnectPtr con;
+      int callbackID;
+ PPCODE:
+      virConnectSecretEventDeregisterAny(con, callbackID);
+
+
 void
 register_close_callback(conref, cb)
       SV* conref;
@@ -6630,13 +6807,19 @@
 
 
 HV *
-get_info(vol)
+get_info(vol, flags=0)
       virStorageVolPtr vol;
+      unsigned int flags;
   PREINIT:
       virStorageVolInfo info;
     CODE:
-      if (virStorageVolGetInfo(vol, &info) < 0)
-          _croak_error();
+      if (flags != 0) {
+         if (virStorageVolGetInfoFlags(vol, &info, flags) < 0)
+              _croak_error();
+      } else {
+          if (virStorageVolGetInfo(vol, &info) < 0)
+              _croak_error();
+      }
 
       RETVAL = (HV *)sv_2mortal((SV*)newHV());
       (void)hv_store (RETVAL, "type", 4, newSViv(info.type), 0);
@@ -8191,6 +8374,7 @@
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_ID_MIGRATION_ITERATION, 
EVENT_ID_MIGRATION_ITERATION);
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_ID_JOB_COMPLETED, 
EVENT_ID_JOB_COMPLETED);
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED, 
EVENT_ID_DEVICE_REMOVAL_FAILED);
+      REGISTER_CONSTANT(VIR_DOMAIN_EVENT_ID_METADATA_CHANGE, 
EVENT_ID_METADATA_CHANGE);
 
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_WATCHDOG_NONE, EVENT_WATCHDOG_NONE);
       REGISTER_CONSTANT(VIR_DOMAIN_EVENT_WATCHDOG_PAUSE, EVENT_WATCHDOG_PAUSE);
@@ -8275,6 +8459,7 @@
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_READ_IOPS_SEC_MAX, 
BLOCK_IOTUNE_READ_IOPS_SEC_MAX);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_WRITE_IOPS_SEC_MAX, 
BLOCK_IOTUNE_WRITE_IOPS_SEC_MAX);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_SIZE_IOPS_SEC, 
BLOCK_IOTUNE_SIZE_IOPS_SEC);
+      REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_GROUP_NAME, 
BLOCK_IOTUNE_GROUP_NAME);
       
REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_TOTAL_BYTES_SEC_MAX_LENGTH, 
BLOCK_IOTUNE_TOTAL_BYTES_SEC_MAX_LENGTH);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_READ_BYTES_SEC_MAX_LENGTH, 
BLOCK_IOTUNE_READ_BYTES_SEC_MAX_LENGTH);
       
REGISTER_CONSTANT_STR(VIR_DOMAIN_BLOCK_IOTUNE_WRITE_BYTES_SEC_MAX_LENGTH, 
BLOCK_IOTUNE_WRITE_BYTES_SEC_MAX_LENGTH);
@@ -8300,6 +8485,12 @@
       REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CACHE_REFERENCES, 
PERF_PARAM_CACHE_REFERENCES);
       REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CYCLES, PERF_PARAM_CPU_CYCLES);
       REGISTER_CONSTANT_STR(VIR_PERF_PARAM_INSTRUCTIONS, 
PERF_PARAM_INSTRUCTIONS);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_BRANCH_INSTRUCTIONS, 
PERF_PARAM_BRANCH_INSTRUCTIONS);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_BRANCH_MISSES, 
PERF_PARAM_BRANCH_MISSES);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_BUS_CYCLES, PERF_PARAM_BUS_CYCLES);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_STALLED_CYCLES_FRONTEND, 
PERF_PARAM_STALLED_CYCLES_FRONTEND);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_STALLED_CYCLES_BACKEND, 
PERF_PARAM_STALLED_CYCLES_BACKEND);
+      REGISTER_CONSTANT_STR(VIR_PERF_PARAM_REF_CPU_CYCLES, 
PERF_PARAM_REF_CPU_CYCLES);
 
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_AVERAGE, 
BANDWIDTH_IN_AVERAGE);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_BANDWIDTH_IN_PEAK, BANDWIDTH_IN_PEAK);
@@ -8491,6 +8682,7 @@
       REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_BYTES_SEC_MAX, 
TUNABLE_BLKDEV_TOTAL_BYTES_SEC_MAX);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_TOTAL_IOPS_SEC_MAX, 
TUNABLE_BLKDEV_TOTAL_IOPS_SEC_MAX);
       REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_SIZE_IOPS_SEC, 
TUNABLE_BLKDEV_SIZE_IOPS_SEC);
+      REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_GROUP_NAME, 
TUNABLE_BLKDEV_GROUP_NAME);
       
REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_READ_BYTES_SEC_MAX_LENGTH, 
TUNABLE_BLKDEV_READ_BYTES_SEC_MAX_LENGTH);
       
REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_READ_IOPS_SEC_MAX_LENGTH, 
TUNABLE_BLKDEV_READ_IOPS_SEC_MAX_LENGTH);
       
REGISTER_CONSTANT_STR(VIR_DOMAIN_TUNABLE_BLKDEV_WRITE_BYTES_SEC_MAX_LENGTH, 
TUNABLE_BLKDEV_WRITE_BYTES_SEC_MAX_LENGTH);
@@ -8693,6 +8885,8 @@
       REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, 
CREATE_PREALLOC_METADATA);
       REGISTER_CONSTANT(VIR_STORAGE_VOL_CREATE_REFLINK, CREATE_REFLINK);
 
+      REGISTER_CONSTANT(VIR_STORAGE_VOL_USE_ALLOCATION, USE_ALLOCATION);
+      REGISTER_CONSTANT(VIR_STORAGE_VOL_GET_PHYSICAL, GET_PHYSICAL);
 
       stash = gv_stashpv( "Sys::Virt::Secret", TRUE );
       REGISTER_CONSTANT(VIR_SECRET_USAGE_TYPE_NONE, USAGE_TYPE_NONE);
@@ -8707,6 +8901,12 @@
       REGISTER_CONSTANT(VIR_CONNECT_LIST_SECRETS_PRIVATE, LIST_PRIVATE);
       REGISTER_CONSTANT(VIR_CONNECT_LIST_SECRETS_NO_PRIVATE, LIST_NO_PRIVATE);
 
+      REGISTER_CONSTANT(VIR_SECRET_EVENT_ID_LIFECYCLE, EVENT_ID_LIFECYCLE);
+      REGISTER_CONSTANT(VIR_SECRET_EVENT_ID_VALUE_CHANGED, 
EVENT_ID_VALUE_CHANGED);
+
+      REGISTER_CONSTANT(VIR_SECRET_EVENT_DEFINED, EVENT_DEFINED);
+      REGISTER_CONSTANT(VIR_SECRET_EVENT_UNDEFINED, EVENT_UNDEFINED);
+
 
       stash = gv_stashpv( "Sys::Virt::Stream", TRUE );
       REGISTER_CONSTANT(VIR_STREAM_NONBLOCK, NONBLOCK);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/lib/Sys/Virt/Domain.pm 
new/Sys-Virt-3.0.0/lib/Sys/Virt/Domain.pm
--- old/Sys-Virt-2.5.0/lib/Sys/Virt/Domain.pm   2016-10-26 12:35:34.000000000 
+0200
+++ new/Sys-Virt-3.0.0/lib/Sys/Virt/Domain.pm   2017-01-16 18:26:55.000000000 
+0100
@@ -2566,6 +2566,11 @@
 
 The maximum I/O operations per second
 
+=item Sys::Virt::Domain::BLOCK_IOTUNE_GROUP_NAME
+
+A string representing a group name to allow sharing of I/O
+throttling quota between multiple drives
+
 =item Sys::Virt::Domain::BLOCK_IOTUNE_TOTAL_BYTES_SEC_MAX_LENGTH
 
 The duration in seconds allowed for maximum total bytes processed per second.
@@ -2753,16 +2758,56 @@
 
 =item Sys::Virt::Domain::PERF_PARAM_CPU_CYCLES
 
+The cpu_cycles perf event counter which can be used to measure
+how many cpu cycles one instruction needs.  It corresponds to the
+"perf.cpu_cycles" field in the *Stats APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_INSTRUCTIONS
+
 The instructions perf event counter which can be used to measure
 the count of instructions by applications running on the
 platform. It corresponds to the "perf.instructions" field in the
 *Stats APIs.
 
-=item Sys::Virt::Domain::PERF_PARAM_INSTRUCTIONS
+=item Sys::Virt::Domain::PERF_PARAM_BRANCH_INSTRUCTIONS
 
-The cpu_cycles perf event counter which can be used to measure
-how many cpu cycles one instruction needs.  It corresponds to the
-"perf.cpu_cycles" field in the *Stats APIs.
+The branch_instructions perf event counter which can be used to measure
+the count of instructions by applications running on the
+platform. It corresponds to the "perf.branch_instructions" field in the
+*Stats APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_BRANCH_MISSES
+
+The branch_misses perf event which can be used to measure the
+count of branch misses by applications running on the platform.
+It corresponds to the "perf.branch_misses" field in the *Stats
+APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_BUS_CYCLES
+The bus_cycles perf event counter which can be used to measure
+the count of bus cycles by applications running on the platform.
+It corresponds to the "perf.bus_cycles" field in the *Stats APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_STALLED_CYCLES_FRONTEND
+The stalled_cycles_frontend perf event counter which can be used
+to measure the count of stalled cpu cycles in the frontend of the
+instruction processor pipeline by applications running on the
+platform. It corresponds to the "perf.stalled_cycles_frontend"
+field in the *Stats APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_STALLED_CYCLES_BACKEND
+The stalled_cycles_backend perf event counter which can be used
+to measure the count of stalled cpu cycles in the backend of the
+instruction processor pipeline by application running on the
+platform. It corresponds to the "perf.stalled_cycles_backend"
+field in the *Stats APIs.
+
+=item Sys::Virt::Domain::PERF_PARAM_REF_CPU_CYCLES
+The ref_cpu_cycles perf event counter which can be used to
+measure the count of total cpu cycles not affected by CPU
+frequency scaling by applications running on the platform.
+It corresponds to the "perf.ref_cpu_cycles" field in the
+*Stats APIs.
 
 =back
 
@@ -3166,6 +3211,10 @@
 
 Guest device removal has failed.
 
+=item Sys::Virt::Domain::EVENT_ID_METADATA_CHANGE
+
+The domain metadata has changed
+
 =back
 
 =head2 IO ERROR EVENT CONSTANTS
@@ -4326,6 +4375,10 @@
 
 The duration in seconds allowed for maximum I/O operations written per second.
 
+=item Sys::Virt::Domain::TUNABLE_BLKDEV_GROUP_NAME
+
+The name of the blkdev group
+
 =item Sys::Virt::Domain::TUNABLE_IOTHREADSPIN
 
 The I/O threads pinning
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/lib/Sys/Virt/Secret.pm 
new/Sys-Virt-3.0.0/lib/Sys/Virt/Secret.pm
--- old/Sys-Virt-2.5.0/lib/Sys/Virt/Secret.pm   2016-10-26 12:35:34.000000000 
+0200
+++ new/Sys-Virt-3.0.0/lib/Sys/Virt/Secret.pm   2017-01-09 18:11:56.000000000 
+0100
@@ -182,6 +182,39 @@
 
 =back
 
+=head2 EVENT ID CONSTANTS
+
+=over 4
+
+=item Sys::Virt::Secret::EVENT_ID_LIFECYCLE
+
+Secret lifecycle events
+
+=item Sys::Virt::Secret::EVENT_ID_VALUE_CHANGED
+
+Secret value change events
+
+=back
+
+=head2 LIFECYCLE CHANGE EVENTS
+
+The following constants allow secret lifecycle change events to be
+interpreted. The events contain both a state change, and a
+reason though the reason is currently unsed.
+
+=over 4
+
+=item Sys::Virt::Secret::EVENT_DEFINED
+
+Indicates that a persistent configuration has been defined for
+the secret.
+
+=item Sys::Virt::Secret::EVENT_UNDEFINED
+
+The persistent configuration has gone away
+
+=back
+
 =cut
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/lib/Sys/Virt/StorageVol.pm 
new/Sys-Virt-3.0.0/lib/Sys/Virt/StorageVol.pm
--- old/Sys-Virt-2.5.0/lib/Sys/Virt/StorageVol.pm       2016-10-26 
12:35:34.000000000 +0200
+++ new/Sys-Virt-3.0.0/lib/Sys/Virt/StorageVol.pm       2016-12-21 
12:21:38.000000000 +0100
@@ -118,7 +118,7 @@
 listed later. The C<flags> parameter is currently unused and defaults
 to zero.
 
-=item my $info = $vol->get_info()
+=item my $info = $vol->get_info($flags = 0)
 
 Retrieve live information about the storage volume. The returned
 C<$info> hash reference contains three keys. C<type> indicates whether
@@ -127,7 +127,19 @@
 physical usage of the volume. The allocation may be less than the
 capacity for sparse, or grow-on-demand volumes. The allocation
 may also be larger than the capacity, if there is a metadata overhead
-for the volume format.
+for the volume format. C<$flags> may take one of the values
+
+=over 4
+
+=item Sys::Virt::StorageVol::USE_ALLOCATION
+
+Return the current allocation in allocation
+
+=item Sys::Virt::StorageVol::GET_PHYSICAL
+
+Return the physical size in allocation
+
+=back
 
 =item $vol->download($st, $offset, $length);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/lib/Sys/Virt.pm 
new/Sys-Virt-3.0.0/lib/Sys/Virt.pm
--- old/Sys-Virt-2.5.0/lib/Sys/Virt.pm  2016-11-02 11:11:11.000000000 +0100
+++ new/Sys-Virt-3.0.0/lib/Sys/Virt.pm  2017-01-10 11:10:06.000000000 +0100
@@ -78,7 +78,7 @@
 use Sys::Virt::DomainSnapshot;
 use Sys::Virt::Stream;
 
-our $VERSION = '2.5.0';
+our $VERSION = '3.0.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 
@@ -1648,6 +1648,42 @@
 Unregister a callback, associated with the C<$callbackID> previously
 obtained from C<node_device_event_register_any>.
 
+=item $callback = $conn->secret_event_register_any($secret, $eventID, 
$callback)
+
+Register a callback to received notifications of secret events.
+The C<$secret> parameter can be C<undef> to request events on all
+known secrets, or a specific C<Sys::Virt::Secret> object to
+filter events. The C<$eventID> parameter is one of the EVENT ID
+constants described later in this document. The C<$callback> is
+a subroutine reference that will receive the events.
+
+All callbacks receive a C<Sys::Virt> connection as the first parameter
+and a C<Sys::Virt::Secret> object indicating the secret on which the
+event occurred as the second parameter. Subsequent parameters vary
+according to the event type
+
+=over
+
+=item EVENT_ID_LIFECYCLE
+
+Extra C<event> and C<detail> parameters defining the lifecycle
+transition that occurred.
+
+=item EVENT_ID_VALUE_CHANGED
+
+No extra parameters.
+
+=back
+
+The return value is a unique callback ID that must be used when
+unregistering the event.
+
+
+=item $conn->secret_event_deregister_any($callbackID)
+
+Unregister a callback, associated with the C<$callbackID> previously
+obtained from C<secret_event_register_any>.
+
 =item $conn->register_close_callback($coderef);
 
 Register a callback to be invoked when the connection is closed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/perl-Sys-Virt.spec 
new/Sys-Virt-3.0.0/perl-Sys-Virt.spec
--- old/Sys-Virt-2.5.0/perl-Sys-Virt.spec       2016-12-05 14:57:26.000000000 
+0100
+++ new/Sys-Virt-3.0.0/perl-Sys-Virt.spec       2017-01-19 12:00:37.000000000 
+0100
@@ -1,7 +1,7 @@
 # Automatically generated by perl-Sys-Virt.spec.PL
 
 Name:           perl-Sys-Virt
-Version:        2.5.0
+Version:        3.0.0
 Release:        1%{?dist}%{?extra_release}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-2.5.0/t/030-api-coverage.t 
new/Sys-Virt-3.0.0/t/030-api-coverage.t
--- old/Sys-Virt-2.5.0/t/030-api-coverage.t     2016-10-26 12:35:34.000000000 
+0200
+++ new/Sys-Virt-3.0.0/t/030-api-coverage.t     2017-01-09 18:11:07.000000000 
+0100
@@ -94,6 +94,7 @@
 virConnectDomainEventMigrationIterationCallback
 virConnectDomainEventJobCompletedCallback
 virConnectDomainEventDeviceRemovalFailedCallback
+virConnectDomainEventMetadataChangeCallback
 
 virConnectNetworkEventLifecycleCallback
 
@@ -101,6 +102,8 @@
 
 virConnectNodeDeviceEventLifecycleCallback
 
+virConnectSecretEventLifecycleCallback
+
 virEventAddHandleFunc
 virEventAddTimeoutFunc
 virEventRemoveHandleFunc
@@ -179,6 +182,7 @@
 VIR_NETWORK_EVENT_CALLBACK
 VIR_STORAGE_POOL_EVENT_CALLBACK
 VIR_NODE_DEVICE_EVENT_CALLBACK
+VIR_SECRET_EVENT_CALLBACK
 VIR_DOMAIN_MEMORY_FIELD_LENGTH
 VIR_DOMAIN_MEMORY_PARAM_UNLIMITED
 VIR_DOMAIN_SCHED_FIELD_LENGTH

++++++ suse-set-migration-constraints.patch ++++++
--- /var/tmp/diff_new_pack.ykQjB2/_old  2017-02-03 18:54:50.303100563 +0100
+++ /var/tmp/diff_new_pack.ykQjB2/_new  2017-02-03 18:54:50.307100001 +0100
@@ -2,11 +2,11 @@
 
 References: fate#316614, bsc#859868
 
-Index: Sys-Virt-2.5.0/Virt.xs
+Index: Sys-Virt-3.0.0/Virt.xs
 ===================================================================
---- Sys-Virt-2.5.0.orig/Virt.xs
-+++ Sys-Virt-2.5.0/Virt.xs
-@@ -4773,7 +4773,7 @@ _migrate(dom, destcon, newparams, flags=
+--- Sys-Virt-3.0.0.orig/Virt.xs
++++ Sys-Virt-3.0.0/Virt.xs
+@@ -4950,7 +4950,7 @@ _migrate(dom, destcon, newparams, flags=
       virTypedParameterPtr params;
       int nparams;
      CODE:
@@ -15,7 +15,7 @@
       Newx(params, nparams, virTypedParameter);
  
       strncpy(params[0].field, VIR_MIGRATE_PARAM_URI,
-@@ -4836,6 +4836,22 @@ _migrate(dom, destcon, newparams, flags=
+@@ -5013,6 +5013,22 @@ _migrate(dom, destcon, newparams, flags=
               VIR_TYPED_PARAM_FIELD_LENGTH);
       params[14].type = VIR_TYPED_PARAM_INT;
  
@@ -38,7 +38,7 @@
       nparams = vir_typed_param_from_hv(newparams, params, nparams);
  
       vir_typed_param_add_string_list_from_hv(newparams, &params, &nparams,
-@@ -4864,7 +4880,7 @@ _migrate_to_uri(dom, desturi, newparams,
+@@ -5041,7 +5057,7 @@ _migrate_to_uri(dom, desturi, newparams,
       virTypedParameterPtr params;
       int nparams;
    PPCODE:
@@ -47,7 +47,7 @@
       Newx(params, nparams, virTypedParameter);
  
       strncpy(params[0].field, VIR_MIGRATE_PARAM_URI,
-@@ -4927,6 +4943,22 @@ _migrate_to_uri(dom, desturi, newparams,
+@@ -5104,6 +5120,22 @@ _migrate_to_uri(dom, desturi, newparams,
               VIR_TYPED_PARAM_FIELD_LENGTH);
       params[14].type = VIR_TYPED_PARAM_INT;
  
@@ -70,7 +70,7 @@
       nparams = vir_typed_param_from_hv(newparams, params, nparams);
  
       vir_typed_param_add_string_list_from_hv(newparams, &params, &nparams,
-@@ -7985,6 +8017,10 @@ BOOT:
+@@ -8168,6 +8200,10 @@ BOOT:
        REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_PERSIST_XML, 
MIGRATE_PARAM_PERSIST_XML);
        REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL, 
MIGRATE_PARAM_AUTO_CONVERGE_INITIAL);
        REGISTER_CONSTANT_STR(VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT, 
MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT);
@@ -81,10 +81,10 @@
  
        REGISTER_CONSTANT(VIR_DOMAIN_XML_SECURE, XML_SECURE);
        REGISTER_CONSTANT(VIR_DOMAIN_XML_INACTIVE, XML_INACTIVE);
-Index: Sys-Virt-2.5.0/lib/Sys/Virt/Domain.pm
+Index: Sys-Virt-3.0.0/lib/Sys/Virt/Domain.pm
 ===================================================================
---- Sys-Virt-2.5.0.orig/lib/Sys/Virt/Domain.pm
-+++ Sys-Virt-2.5.0/lib/Sys/Virt/Domain.pm
+--- Sys-Virt-3.0.0.orig/lib/Sys/Virt/Domain.pm
++++ Sys-Virt-3.0.0/lib/Sys/Virt/Domain.pm
 @@ -1096,6 +1096,22 @@ The initial percentage to throttle guest
  The additional percentage step size to throttle guest vCPUs if
  progress is not made


Reply via email to