libvirt/src/hyperv
Daniel P. Berrangé 27cb4c1a53 build: remove use of usleep gnulib module in favour of g_usleep
The usleep function was missing on older mingw versions, but we can rely
on it existing everywhere these days. It may only support times upto 1
second in duration though, so we'll prefer to use g_usleep instead.

The commandhelper program is not changed since that can't link to glib.
Fortunately it doesn't need to build on Windows platforms either.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-10-14 10:54:42 +01:00
..
hyperv_driver.c build: remove use of usleep gnulib module in favour of g_usleep 2019-10-14 10:54:42 +01:00
hyperv_driver.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_private.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_util.c Remove unnecessary curly brackets in src/hyperv/ 2014-11-14 17:13:01 +01:00
hyperv_util.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_classes.c Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_generator.input hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_wmi_generator.py hyperv: use "is None" not "== None" for PEP-8 compliance 2019-01-31 10:38:43 +00:00
hyperv_wmi.c build: remove use of usleep gnulib module in favour of g_usleep 2019-10-14 10:54:42 +01:00
hyperv_wmi.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
Makefile.inc.am build: force a UTF-8 locale for python 2019-09-24 15:46:22 +01:00
openwsman.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00