summaryrefslogtreecommitdiff
path: root/src/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv: Silence clang alignment warnings in serialization codeSri Ramanujam2017-08-071-49/+16
* hyperv: Correct number of milliseconds in five minutesSri Ramanujam2017-08-071-1/+1
* hyperv: Add support for virDomainSetMemorySri Ramanujam2017-07-084-0/+206
* hyperv: support virDomainSendKeySri Ramanujam2017-07-084-1/+218
* hyperv: add hypervInvokeMethodSri Ramanujam2017-07-083-2/+599
* hyperv: Generate object property type informationSri Ramanujam2017-07-082-1/+33
* hyperv: Functions to work with invocation parametersSri Ramanujam2017-07-082-1/+340
* hyperv: recognize array property as distinct type.Dawid Zamirski2017-04-182-3/+26
* hyperv: add support for Hyper-V 2012 and newerDawid Zamirski2017-04-086-249/+784
* hyperv: update hypervObject struct.Dawid Zamirski2017-04-081-0/+18
* hyperv: introduce hypervWmiClassInfo struct.Dawid Zamirski2017-04-081-0/+22
* hyperv: store WMI version in hypervPrivate.Dawid Zamirski2017-04-081-1/+7
* virGetDomain: Set domain ID tooMichal Privoznik2017-04-031-10/+5
* hyperv: fixed typo in function nameDawid Zamirski2017-03-312-5/+5
* hyperv: additional server 2008 wmi classesJason Miesionczek2016-09-152-2/+489
* conf: Add private data for virDomainVcpuDefPeter Krempa2016-07-111-1/+2
* Pass config file object through to driver open methodsDaniel P. Berrange2016-06-081-1/+3
* conf: add caps to virDomainDefFormat*Joao Martins2016-02-041-1/+1
* conf: Replace writes to def->vcpus with accessorPeter Krempa2015-12-091-1/+4
* conf: Replace writes to def->maxvcpus with accessorPeter Krempa2015-12-091-1/+4
* conf: Split virDomainObjList into a separate fileMichal Privoznik2015-11-301-1/+1
* hyperv: Allocate 'def' via virDomainDefNewPeter Krempa2015-11-241-1/+1
* conf: Rename max_balloon to total_memoryPeter Krempa2015-09-221-1/+1
* domain: Convert os.type to VIR_DOMAIN_OSTYPE enumCole Robinson2015-04-201-3/+1
* conf: Replace access to def->mem.max_balloon with accessor functionsPeter Krempa2015-03-161-1/+1
* Removing probing of secondary driversDaniel P. Berrange2015-01-2713-613/+6
* Give virDomainDef parser & formatter their own flagsDaniel P. Berrange2015-01-131-1/+2
* Replace virDomainFree with virObjectUnrefJohn Ferlan2014-12-021-1/+1
* Remove unnecessary curly brackets in src/hyperv/Martin Kletzander2014-11-149-100/+50
* Update Hyper-V driver to always use privateDataDaniel P. Berrange2014-11-076-30/+6
* hyperv: avoid query memleaks on failureEric Blake2014-10-231-4/+9
* Rename virDriver to virHypervisorDriverDaniel P. Berrange2014-10-231-2/+2
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-3/+1
* Indent top-level labels by one space in the rest of src/Ján Tomko2014-03-253-25/+25
* 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