aboutsummaryrefslogtreecommitdiff
path: root/src/phyp
Commit message (Expand)AuthorAgeFilesLines
* Add many version number annotations to driversDaniel P. Berrange2011-05-161-51/+51
* Convert all driver struct intializers to C99 styleDaniel P. Berrange2011-05-161-136/+27
* Tweak driver naming for consistency with public APIDaniel P. Berrange2011-05-161-2/+2
* Implement basic virDomainGetState in all driversJiri Denemark2011-05-161-1/+16
* Internal driver API for virDomainGetStateJiri Denemark2011-05-161-0/+1
* phyp: avoid a crashEric Blake2011-05-141-0/+5
* screenshot: Defining the internal APIMichal Privoznik2011-05-131-0/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-51/+51
* Rename internal DumpXML functions to GetXMLDescMatthias Bolte2011-05-101-3/+3
* inject-nmi: Defining the internal APILai Jiangshan2011-05-101-1/+2
* maint: rename virBufferVSprintf to virBufferAsprintfEric Blake2011-05-051-124/+124
* PHYP: Adding reboot domain functionEduardo Otubo2011-04-211-1/+34
* Update and sort msg_gen_function list and mark unmarked messagesMatthias Bolte2011-04-181-9/+9
* phyp: another simplificationEric Blake2011-04-181-245/+71
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* phyp: avoid memory leaks in command valuesEric Blake2011-04-151-721/+99
* phyp: use consistent return string handlingEric Blake2011-04-151-20/+17
* phyp: prefer memcpy over memmove when legalEric Blake2011-04-151-5/+5
* phyp: use consistent style for labelsEric Blake2011-04-151-67/+62
* phyp: more return handling cleanupEric Blake2011-04-151-74/+56
* phyp: avoid memory leak on failureEric Blake2011-04-151-19/+27
* phyp: avoid a logic bugEric Blake2011-04-151-10/+1
* maint: use lighter-weight function for straight appendsEric Blake2011-04-151-4/+3
* phyp: Fix too small buffer allocation in phypAttachDeviceMatthias Bolte2011-04-141-56/+48
* phyp: Don't overwrite error from virDomainDeviceDefParse by OOM errorMatthias Bolte2011-04-141-1/+0
* phyp: Don't try to use a string from a failed virAsprintfMatthias Bolte2011-04-141-1/+1
* phyp: Reduce code duplication in error and success pathsMatthias Bolte2011-04-141-305/+291
* phyp: Remove stack allocating a 4kb volume key and fix related memory leaksMatthias Bolte2011-04-142-45/+54
* Remove C99 variable declare in PHYP network driverDaniel P. Berrange2011-04-131-1/+2
* PHYP: Adding network interfaceEduardo Otubo2011-04-131-19/+573
* phyp: Remove 16kb stack allocationMatthias Bolte2011-04-051-2/+11
* build: detect potentential uninitialized variablesEric Blake2011-04-041-8/+16
* Add public API for setting migration speed on the flyDaniel P. Berrange2011-03-221-0/+1
* libvirt: implements virDomain{Get,Set}BlkioParametersGui Jianfeng2011-03-101-2/+4
* setmem: introduce a new libvirt API (virDomainSetMemoryFlags)Taku Izumi2011-03-101-0/+1
* sysinfo: define internal driver APIEric Blake2011-02-081-1/+2
* Implementations of virDomainIsUpdated for drivers except qemuOsier Yang2010-11-241-1/+6
* define internal driver APIOsier Yang2010-11-231-0/+1
* phyp: Don't do a flags check in the storage driverMatthias Bolte2010-11-121-3/+1
* Introduce a virDomainOpenConsole APIDaniel P. Berrange2010-11-111-0/+1
* bye to close(), welcome to VIR_(FORCE_)CLOSE()Stefan Berger2010-11-091-6/+15
* vcpu: support maxvcpu in domain_confEric Blake2010-10-191-1/+1
* vcpu: make old API trivially wrap to new APIEric Blake2010-10-191-4/+28
* vcpu: define internal driver APIEric Blake2010-10-191-0/+2
* XML parsing for memory tunablesNikunj A. Dadhania2010-10-121-6/+7
* Adding virDomainSetMemoryParameters and virDomainGetMemoryParameters APINikunj A. Dadhania2010-10-121-0/+2
* phyp: Verify that domain XML contains at least one disk elementMatthias Bolte2010-10-011-7/+11
* phyp: Checking for NULL values when building new guestEduardo Otubo2010-09-291-0/+23
* PHYP: Bad comparison when checking for existing domain nameEduardo Otubo2010-08-271-1/+1
* PHYP: Add rudimentary network driverEduardo Otubo2010-08-141-6/+31