libvirt/src/hyperv
Michal Privoznik c8238579fb lib: Drop internal virXXXPtr typedefs
Historically, we declared pointer type to our types:

  typedef struct _virXXX virXXX;
  typedef virXXX *virXXXPtr;

But usefulness of such declaration is questionable, at best.
Unfortunately, we can't drop every such declaration - we have to
carry some over, because they are part of public API (e.g.
virDomainPtr). But for internal types - we can do drop them and
use what every other C project uses 'virXXX *'.

This change was generated by a very ugly shell script that
generated sed script which was then called over each file in the
repository. For the shell script refer to the cover letter:

https://listman.redhat.com/archives/libvir-list/2021-March/msg00537.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-04-13 17:00:38 +02:00
..
hyperv_driver.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_driver.h hyperv: XML parsing of storage volumes 2020-11-24 18:45:07 +00:00
hyperv_network_driver.c hyperv: implement networkGetXMLDesc 2021-02-02 09:36:35 +01:00
hyperv_network_driver.h hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00
hyperv_private.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_util.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_util.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wmi_classes.c
hyperv_wmi_classes.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wmi_generator.input hyperv: implement domainScreenshot 2021-02-02 09:36:35 +01:00
hyperv_wmi.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wmi.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wsman.h hyperv: enable automatic cleanup for OpenWSMAN types 2021-01-22 14:04:24 -05:00
meson.build hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00