mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
hyperv: remove openwsman.h
This header's main purpose was to work around bugs in older versions of openwsman. Most of the files using it only needed wsman-api.h, which they now include directly. Signed-off-by: Matt Coleman <matt@datto.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
6fa53f02df
commit
6930138225
@ -34,7 +34,6 @@
|
|||||||
#include "hyperv_private.h"
|
#include "hyperv_private.h"
|
||||||
#include "hyperv_util.h"
|
#include "hyperv_util.h"
|
||||||
#include "hyperv_wmi.h"
|
#include "hyperv_wmi.h"
|
||||||
#include "openwsman.h"
|
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
#include "virkeycode.h"
|
#include "virkeycode.h"
|
||||||
#include "domain_conf.h"
|
#include "domain_conf.h"
|
||||||
|
@ -22,10 +22,11 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <wsman-api.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "hyperv_util.h"
|
#include "hyperv_util.h"
|
||||||
#include "openwsman.h"
|
|
||||||
#include "capabilities.h"
|
#include "capabilities.h"
|
||||||
|
|
||||||
typedef enum _hypervWmiVersion hypervWmiVersion;
|
typedef enum _hypervWmiVersion hypervWmiVersion;
|
||||||
|
@ -24,7 +24,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <wsman-soap.h>
|
#include <wsman-soap.h>
|
||||||
|
#include <wsman-xml.h>
|
||||||
|
#include <wsman-xml-binding.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
@ -35,7 +38,6 @@
|
|||||||
#include "hyperv_private.h"
|
#include "hyperv_private.h"
|
||||||
#include "hyperv_wmi.h"
|
#include "hyperv_wmi.h"
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
#include "openwsman.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virxml.h"
|
#include "virxml.h"
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "virbuffer.h"
|
#include "virbuffer.h"
|
||||||
#include "hyperv_private.h"
|
#include "hyperv_private.h"
|
||||||
#include "hyperv_wmi_classes.h"
|
#include "hyperv_wmi_classes.h"
|
||||||
#include "openwsman.h"
|
|
||||||
#include "virhash.h"
|
#include "virhash.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,8 +23,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <wsman-api.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "openwsman.h"
|
|
||||||
|
|
||||||
#include "hyperv_wmi_classes.generated.typedef"
|
#include "hyperv_wmi_classes.generated.typedef"
|
||||||
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
/*
|
|
||||||
* openwsman.h: workarounds for bugs in openwsman
|
|
||||||
*
|
|
||||||
* Copyright (C) 2011 Matthias Bolte <matthias.bolte@googlemail.com>
|
|
||||||
*
|
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2.1 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library. If not, see
|
|
||||||
* <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <wsman-api.h>
|
|
||||||
|
|
||||||
/* wsman-xml.h */
|
|
||||||
WsXmlDocH ws_xml_create_doc(const char *rootNsUri, const char *rootName);
|
|
||||||
|
|
||||||
/* wsman-xml-binding.h */
|
|
||||||
WsXmlNodeH xml_parser_get_root(WsXmlDocH doc);
|
|
Loading…
Reference in New Issue
Block a user