mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
build: commit to 0.10.0 release naming
With 0.10.0-rc0 out the door, we are committed to the next version number. * src/libvirt_public.syms (LIBVIRT_0.9.14): Rename... (LIBVIRT_0.10.0): ...to this. * docs/formatdomain.html.in: Fix fallout. * src/openvz/openvz_driver.c (openvzDriver): Likewise. * src/remote/remote_driver.c (remote_driver): Likewise.
This commit is contained in:
parent
03be7ab586
commit
1d170d3f9a
@ -780,7 +780,7 @@
|
|||||||
CPU model will fail. Supported values for <code>fallback</code>
|
CPU model will fail. Supported values for <code>fallback</code>
|
||||||
attribute are: <code>allow</code> (this is the default), and
|
attribute are: <code>allow</code> (this is the default), and
|
||||||
<code>forbid</code>. The optional <code>vendor_id</code> attribute
|
<code>forbid</code>. The optional <code>vendor_id</code> attribute
|
||||||
(<span class="since">Since 0.9.14</span>) can be used to set the
|
(<span class="since">Since 0.10.0</span>) can be used to set the
|
||||||
vendor id seen by the guest. It must be exactly 12 characters long.
|
vendor id seen by the guest. It must be exactly 12 characters long.
|
||||||
If not set the vendor id of the host is used. Typical possible
|
If not set the vendor id of the host is used. Typical possible
|
||||||
values are "AuthenticAMD" and "GenuineIntel".</dd>
|
values are "AuthenticAMD" and "GenuineIntel".</dd>
|
||||||
|
@ -544,7 +544,7 @@ LIBVIRT_0.9.13 {
|
|||||||
virDomainSnapshotRef;
|
virDomainSnapshotRef;
|
||||||
} LIBVIRT_0.9.11;
|
} LIBVIRT_0.9.11;
|
||||||
|
|
||||||
LIBVIRT_0.9.14 {
|
LIBVIRT_0.10.0 {
|
||||||
global:
|
global:
|
||||||
virDomainGetHostname;
|
virDomainGetHostname;
|
||||||
virConnectRegisterCloseCallback;
|
virConnectRegisterCloseCallback;
|
||||||
|
@ -2170,7 +2170,7 @@ static virDriver openvzDriver = {
|
|||||||
.domainIsUpdated = openvzDomainIsUpdated, /* 0.8.6 */
|
.domainIsUpdated = openvzDomainIsUpdated, /* 0.8.6 */
|
||||||
.isAlive = openvzIsAlive, /* 0.9.8 */
|
.isAlive = openvzIsAlive, /* 0.9.8 */
|
||||||
.domainUpdateDeviceFlags = openvzDomainUpdateDeviceFlags, /* 0.9.13 */
|
.domainUpdateDeviceFlags = openvzDomainUpdateDeviceFlags, /* 0.9.13 */
|
||||||
.domainGetHostname = openvzDomainGetHostname, /* 0.9.14 */
|
.domainGetHostname = openvzDomainGetHostname, /* 0.10.0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
int openvzRegister(void) {
|
int openvzRegister(void) {
|
||||||
|
@ -5366,7 +5366,7 @@ static virDriver remote_driver = {
|
|||||||
.domainGetDiskErrors = remoteDomainGetDiskErrors, /* 0.9.10 */
|
.domainGetDiskErrors = remoteDomainGetDiskErrors, /* 0.9.10 */
|
||||||
.domainSetMetadata = remoteDomainSetMetadata, /* 0.9.10 */
|
.domainSetMetadata = remoteDomainSetMetadata, /* 0.9.10 */
|
||||||
.domainGetMetadata = remoteDomainGetMetadata, /* 0.9.10 */
|
.domainGetMetadata = remoteDomainGetMetadata, /* 0.9.10 */
|
||||||
.domainGetHostname = remoteDomainGetHostname, /* 0.9.14 */
|
.domainGetHostname = remoteDomainGetHostname, /* 0.10.0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
static virNetworkDriver network_driver = {
|
static virNetworkDriver network_driver = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user