forked from pool/libvirt
refresh patches
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=917
This commit is contained in:
parent
048a050f6a
commit
94d041f14f
@ -119,7 +119,7 @@ Index: libvirt-7.10.0/src/libxl/libxl_driver.c
|
||||
static int
|
||||
libxlDomainGetJobInfo(virDomainPtr dom,
|
||||
virDomainJobInfoPtr info)
|
||||
@@ -6552,6 +6641,7 @@ static virHypervisorDriver libxlHypervis
|
||||
@@ -6575,6 +6664,7 @@ static virHypervisorDriver libxlHypervis
|
||||
.domainGetNumaParameters = libxlDomainGetNumaParameters, /* 1.1.1 */
|
||||
.nodeGetFreeMemory = libxlNodeGetFreeMemory, /* 0.9.0 */
|
||||
.nodeGetCellsFreeMemory = libxlNodeGetCellsFreeMemory, /* 1.1.1 */
|
||||
|
@ -18,11 +18,11 @@ Date: Mon Dec 13 16:59:55 2021 -0700
|
||||
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
|
||||
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
|
||||
|
||||
diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
|
||||
index bc8598ea96..2d9385654c 100644
|
||||
--- a/src/libxl/libxl_driver.c
|
||||
+++ b/src/libxl/libxl_driver.c
|
||||
@@ -6385,6 +6385,29 @@ libxlDomainGetMetadata(virDomainPtr dom,
|
||||
Index: libvirt-7.10.0/src/libxl/libxl_driver.c
|
||||
===================================================================
|
||||
--- libvirt-7.10.0.orig/src/libxl/libxl_driver.c
|
||||
+++ libvirt-7.10.0/src/libxl/libxl_driver.c
|
||||
@@ -6406,6 +6406,29 @@ libxlDomainGetMetadata(virDomainPtr dom,
|
||||
return ret;
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ index bc8598ea96..2d9385654c 100644
|
||||
static virHypervisorDriver libxlHypervisorDriver = {
|
||||
.name = LIBXL_DRIVER_EXTERNAL_NAME,
|
||||
.connectURIProbe = libxlConnectURIProbe,
|
||||
@@ -6498,6 +6521,7 @@ static virHypervisorDriver libxlHypervisorDriver = {
|
||||
@@ -6519,6 +6542,7 @@ static virHypervisorDriver libxlHypervis
|
||||
.connectBaselineCPU = libxlConnectBaselineCPU, /* 2.3.0 */
|
||||
.domainSetMetadata = libxlDomainSetMetadata, /* 5.7.0 */
|
||||
.domainGetMetadata = libxlDomainGetMetadata, /* 5.7.0 */
|
||||
|
@ -76,7 +76,7 @@ Index: libvirt-7.10.0/src/libxl/libxl_driver.c
|
||||
libxlDomainDestroyFlags(virDomainPtr dom,
|
||||
unsigned int flags)
|
||||
{
|
||||
@@ -6430,6 +6487,7 @@ static virHypervisorDriver libxlHypervis
|
||||
@@ -6453,6 +6510,7 @@ static virHypervisorDriver libxlHypervis
|
||||
.domainShutdown = libxlDomainShutdown, /* 0.9.0 */
|
||||
.domainShutdownFlags = libxlDomainShutdownFlags, /* 0.9.10 */
|
||||
.domainReboot = libxlDomainReboot, /* 0.9.0 */
|
||||
|
Loading…
Reference in New Issue
Block a user