summaryrefslogtreecommitdiff
path: root/src/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-189-9/+2
* Don't leave empty first line in C source filesMartin Kletzander2014-03-1822-22/+0
* Change file names in comments to match the files they are inJán Tomko2014-03-101-1/+1
* src: Align make outputMichal Privoznik2013-12-041-2/+2
* Convert 'int i' to 'size_t i' in src/hyperv/ filesDaniel P. Berrange2013-07-102-3/+3
* Adapt to VIR_ALLOC and virAsprintf in src/hyperv/*Michal Privoznik2013-07-103-24/+9
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/hyperv/*Michal Privoznik2013-05-092-53/+14
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-029-9/+2
* Make driver method names consistent with public APIsDaniel P. Berrange2013-04-242-32/+32
* Dedicated name for sub-driver open/close methodsDaniel P. Berrange2013-04-246-12/+12
* Rename 'DeviceMonitor' to 'NodeDeviceDriver'Daniel P. Berrange2013-04-241-4/+4
* Extend previous check to validate driver struct field namesDaniel P. Berrange2013-04-247-24/+24
* hyperv: Simplify hypervPrivate pointer handling in hypervOpenMatthias Bolte2013-02-021-6/+3
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-218-8/+8
* Rename uuid.{c,h} to viruuid.{c,h}Daniel P. Berrange2012-12-219-9/+9
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-219-9/+9
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-219-9/+9
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-219-9/+9
* Rename buf.{c,h} to virbuffer.{c,h}Daniel P. Berrange2012-12-212-2/+2
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-1/+1
* hyperv: Fix and improve hypervListAllDomainsMatthias Bolte2012-09-291-9/+13
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2023-23/+23
* hyperv: Add implementation for virConnectListAllDomains()Peter Krempa2012-09-061-0/+135
* maint: avoid regression on copyright listingsEric Blake2012-07-271-2/+2
* Desert the FSF address in copyrightOsier Yang2012-07-2322-44/+44
* Replace use of HYPERV_ERROR with virReportErrorDaniel P. Berrange2012-07-204-137/+133
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-3/+3
* Lookup auth credentials in config file before promptingDaniel P. Berrange2012-03-231-2/+2
* Rename virRequest{Username,Password} to virAuthGet{Username,Password}Daniel P. Berrange2012-03-231-2/+2
* Rename src/util/authhelper.[ch] to src/util/virauth.[ch]Daniel P. Berrange2012-03-231-1/+1
* Convert drivers over to use virURIPtr for query paramsDaniel P. Berrange2012-03-231-15/+2
* Use a libvirt custom struct for virURIPtrDaniel P. Berrange2012-03-231-4/+0
* Fixed URI parsingMartin Kletzander2012-02-242-4/+3
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+18
* hyperv: Report an error for acceptable URI schemes with a transportMatthias Bolte2011-09-291-3/+22
* hyperv: Add basic driver for Microsoft Hyper-VMatthias Bolte2011-08-264-2/+1368
* hyperv: Add OpenWSMAN based client for the Hyper-V WMI APIMatthias Bolte2011-08-268-0/+1603
* hyperv: Add driver skeletonMatthias Bolte2011-08-2615-0/+819