aboutsummaryrefslogtreecommitdiff
path: root/src/vbox
Commit message (Expand)AuthorAgeFilesLines
...
* fdstream: drop delete argumentEric Blake2011-08-021-6/+2
* screenshot: don't unlink bogus fileEric Blake2011-08-021-0/+5
* conf: add <listen> subelement to domain <graphics> elementLaine Stump2011-07-281-5/+8
* destroy: Implement internal API for vbox driverMichal Privoznik2011-07-211-1/+13
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* flags: use common dumpxml flags checkEric Blake2011-07-151-4/+14
* vbox: reject unknown flagsEric Blake2011-07-132-10/+39
* Add domain type checkingMatthias Bolte2011-07-111-0/+1
* vbox: Fix logic in storage driver open functionMatthias Bolte2011-07-091-5/+2
* drivers: prefer unsigned int for flagsEric Blake2011-07-072-7/+8
* util: choose whether to require micro in version stringsEric Blake2011-07-012-2/+2
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* Deprecate several CURRENT/LIVE/CONFIG enumsHu Tao2011-06-131-10/+10
* vbox: Fix typo in error messageMatthias Bolte2011-06-041-1/+1
* vbox: Fix version extraction on Windows for newer VirtualBox versionsMatthias Bolte2011-06-041-27/+60
* Add many version number annotations to driversDaniel P. Berrange2011-05-161-90/+90
* Convert all driver struct intializers to C99 styleDaniel P. Berrange2011-05-161-144/+64
* Implement basic virDomainGetState in all driversJiri Denemark2011-05-161-1/+60
* Internal driver API for virDomainGetStateJiri Denemark2011-05-161-0/+1
* vbox: Implement the driver methodsMichal Privoznik2011-05-131-0/+133
* screenshot: Defining the internal APIMichal Privoznik2011-05-131-0/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-112-23/+23
* Rename internal DumpXML functions to GetXMLDescMatthias Bolte2011-05-101-7/+7
* inject-nmi: Defining the internal APILai Jiangshan2011-05-101-0/+1
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-172-2/+2
* Fix gcc 4.6 warnings in vbox_tmpl.cChristophe Fergeau2011-04-141-3/+8
* build: detect potentential uninitialized variablesEric Blake2011-04-041-14/+14
* 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
* Put <stdbool.h> into internal.h so it is available everywhereDaniel P. Berrange2011-02-242-2/+0
* maint: kill all remaining uses of old DEBUG macroEric Blake2011-02-212-137/+137
* sysinfo: define internal driver APIEric Blake2011-02-081-0/+1
* Add VIR_DIV_UP to divide memory or storage request sizes with round upMatthias Bolte2011-01-291-4/+7
* domain_conf: split source data out from ChrDefEric Blake2011-01-141-24/+25
* vbox: Silently ignore missing registry key on WindowsMatthias Bolte2011-01-111-2/+3
* vbox: Use correct VRAM size unitMatthias Bolte2011-01-061-3/+3
* vbox: Add support for VirtualBox 4.0Matthias Bolte2010-12-288-169/+7921
* Fix misuse of VIR_ERR_INVALID_DOMAINMatthias Bolte2010-12-271-19/+19
* vbox: Handle different IID representation in Version 2.2 on WindowsMatthias Bolte2010-12-272-669/+582
* Change virtual network XML parsing/formatting to support IPv6Laine Stump2010-12-231-30/+51
* vbox: Don't leak domain names in vboxListDefinedDomainsMatthias Bolte2010-12-171-3/+5
* vbox: Don't leak arrays from XPCOMMatthias Bolte2010-12-171-0/+4
* vbox: Handle different array representations of XPCOM and MSCOMMatthias Bolte2010-12-175-249/+447
* vbox: Add glue layer for MSCOM on WindowsMatthias Bolte2010-12-178-33/+777
* vbox: Match struct layout of the MSCOM implementation on WindowsMatthias Bolte2010-12-174-0/+47
* vbox: Use stdcall convention for all COM methods on WindowsMatthias Bolte2010-12-175-3219/+3257
* Fix memory leaks in audit & VirtualBox codeDaniel P. Berrange2010-11-291-0/+1
* Implementations of virDomainIsUpdated for drivers except qemuOsier Yang2010-11-241-1/+5
* define internal driver APIOsier Yang2010-11-231-0/+1