Version was bumped but documentation (and comments) didn't follow the
numbering.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
Pushed as trivial.
docs/formatdomain.html.in | 6 +++---
src/libxl/libxl_driver.c | 2 +-
src/vz/vz_driver.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 0ad2bbcc90a2..daa089117d38 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2574,7 +2574,7 @@
if <code>discard</code> is set to "ignore"). NB
enabling the
detection is a compute intensive operation, but can save file
space and/or time on slow media.
- <span class='since'>Since 1.3.6</span>
+ <span class='since'>Since 2.0.0</span>
</li>
<li>
The optional <code>iothread</code> attribute assigns the
@@ -5372,7 +5372,7 @@ qemu-kvm -net nic,model=? /dev/null
of the first forward dev will be used.
</p>
</dd>
- <dt><code>socket</code> <span class="since">since
1.3.6 (QEMU only)</span></dt>
+ <dt><code>socket</code> <span class="since">since
2.0.0 (QEMU only)</span></dt>
<dd>
<p>
This listen type tells a graphics server to listen on unix socket.
@@ -5388,7 +5388,7 @@ qemu-kvm -net nic,model=? /dev/null
attribute all <code>listen</code> elements are ignored.
</p>
</dd>
- <dt><code>none</code> <span class="since">since
1.3.6 (QEMU only)</span></dt>
+ <dt><code>none</code> <span class="since">since
2.0.0 (QEMU only)</span></dt>
<dd>
<p>
This listen type doesn't have any other attribute. Libvirt supports
diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
index 9e9957e739e0..0644f6046742 100644
--- a/src/libxl/libxl_driver.c
+++ b/src/libxl/libxl_driver.c
@@ -5700,7 +5700,7 @@ static virHypervisorDriver libxlHypervisorDriver = {
.domainMigrateConfirm3Params = libxlDomainMigrateConfirm3Params, /* 1.2.6 */
.nodeGetSecurityModel = libxlNodeGetSecurityModel, /* 1.2.16 */
.domainInterfaceAddresses = libxlDomainInterfaceAddresses, /* 1.3.5 */
- .connectGetDomainCapabilities = libxlConnectGetDomainCapabilities, /* 1.3.6 */
+ .connectGetDomainCapabilities = libxlConnectGetDomainCapabilities, /* 2.0.0 */
};
static virConnectDriver libxlConnectDriver = {
diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c
index bb0d1b99b67c..bb96fa07da10 100644
--- a/src/vz/vz_driver.c
+++ b/src/vz/vz_driver.c
@@ -2756,7 +2756,7 @@ static virHypervisorDriver vzHypervisorDriver = {
.domainIsUpdated = vzDomainIsUpdated, /* 1.2.21 */
.domainGetVcpusFlags = vzDomainGetVcpusFlags, /* 1.2.21 */
.domainGetMaxVcpus = vzDomainGetMaxVcpus, /* 1.2.21 */
- .domainSetUserPassword = vzDomainSetUserPassword, /* 1.3.6 */
+ .domainSetUserPassword = vzDomainSetUserPassword, /* 2.0.0 */
.connectDomainEventRegisterAny = vzConnectDomainEventRegisterAny, /* 1.2.10 */
.connectDomainEventDeregisterAny = vzConnectDomainEventDeregisterAny, /* 1.2.10 */
.nodeGetCPUMap = vzNodeGetCPUMap, /* 1.2.8 */
--
2.8.4
Show replies by date
On Tue, Jun 14, 2016 at 10:31:57AM +0100, Daniel P. Berrange wrote:
On Tue, Jun 14, 2016 at 11:17:00AM +0200, Martin Kletzander wrote:
> Version was bumped but documentation (and comments) didn't follow the
> numbering.
Actually I hadn't pushed the v1 patch yet due to that feedback about
missing docs updates and other things. Do you want to ack v2 now :-)
Oh, damn, I applied it locally on master branch by accident and forgot
about it, so I thought it was pushed when looking at the log. And then
I was pushing some ACKed patches and since your patch was on master, it
got pushed as well, so sorry for that. I'll reply to v2.