GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openvz
/
openvz_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
openvz: check the exitstatus of vzlist
Laine Stump
2012-08-24
1
-2
/
+2
*
Destroy virdomainlist.[ch]
Osier Yang
2012-08-14
1
-2
/
+1
*
build: commit to 0.10.0 release naming
Eric Blake
2012-08-02
1
-1
/
+1
*
maint: don't permit format strings without %
Eric Blake
2012-07-26
1
-1
/
+1
*
Desert the FSF address in copyright
Osier Yang
2012-07-23
1
-2
/
+2
*
openvz: Implement domainGetHostname
Guido Günther
2012-07-20
1
-0
/
+42
*
Replace use of openvzError with virReportError
Daniel P. Berrange
2012-07-20
1
-141
/
+143
*
Convert 'raw MAC address' usages to use virMacAddr
Stefan Berger
2012-07-17
1
-4
/
+4
*
drivers: Implement virListAllDomains for drivers using virDomainObj
Peter Krempa
2012-06-20
1
-0
/
+19
*
openvz: wire up domainUpdateDeviceFlags
Guido Günther
2012-06-12
1
-0
/
+106
*
openvz: add persist parameter to openvzSetDiskQuota
Guido Günther
2012-06-12
1
-4
/
+6
*
openvz: add quota argument when creating container
Guido Günther
2012-05-24
1
-1
/
+57
*
openvz: determine kb/pages only once
Guido Günther
2012-05-15
1
-14
/
+5
*
openvz: simplify openvzDomainDefineCmd by using virCommandPtr
Guido Günther
2012-05-07
1
-62
/
+18
*
openvz: read vmguarpages/privvmpages to set memory tunables
Guido Günther
2012-05-04
1
-0
/
+222
*
openvz: add network interface stats
Guido Günther
2012-04-23
1
-0
/
+52
*
openvz: wire up getHostname
Guido Günther
2012-04-20
1
-0
/
+1
*
openvz: Correct the comments for new node APIs
Osier Yang
2012-04-17
1
-4
/
+4
*
openvz: wire up more node information functions
Guido Günther
2012-04-16
1
-0
/
+4
*
Centralize error reporting for URI parsing/formatting problems
Daniel P. Berrange
2012-03-23
1
-4
/
+1
*
xml: use better types for memory values
Eric Blake
2012-03-07
1
-4
/
+4
*
Fixed URI parsing
Martin Kletzander
2012-02-24
1
-1
/
+2
*
Rename virXXXXMacAddr to virMacAddrXXX
Daniel P. Berrange
2012-01-27
1
-2
/
+2
*
Add new virDomainShutdownFlags API
Daniel P. Berrange
2012-01-24
1
-0
/
+1
*
Fix version numbers for isAlive and setKeepAlive driver APIs
Jiri Denemark
2011-11-24
1
-1
/
+1
*
Implement virConnectIsAlive in all drivers
Jiri Denemark
2011-11-24
1
-0
/
+7
*
build: drop useless dirent.h includes
Eric Blake
2011-11-11
1
-1
/
+0
*
Split bridge.h into three separate files
Daniel P. Berrange
2011-11-09
1
-1
/
+0
*
openvz: Allow to undefine a running domain
Osier Yang
2011-08-19
1
-8
/
+7
*
build: silence coverity false positives
Eric Blake
2011-08-02
1
-1
/
+1
*
openvz: detect when a domain was shut down from the inside
Jean-Baptiste Rouault
2011-08-01
1
-8
/
+69
*
destroy: Implement internal API for openvz driver
Michal Privoznik
2011-07-21
1
-1
/
+12
*
build: rename files.h to virfile.h
Eric Blake
2011-07-21
1
-1
/
+1
*
undefine: Implement undefineFlags for all other drivers
Osier Yang
2011-07-20
1
-1
/
+10
*
flags: use common dumpxml flags check
Eric Blake
2011-07-15
1
-0
/
+2
*
openvz: reject unknown flags
Eric Blake
2011-07-13
1
-2
/
+7
*
Add domain type checking
Matthias Bolte
2011-07-11
1
-0
/
+2
*
drivers: prefer unsigned int for flags
Eric Blake
2011-07-07
1
-2
/
+2
*
Promote virEvent*Handle/Timeout to public API
Cole Robinson
2011-06-21
1
-1
/
+0
*
Deprecate several CURRENT/LIVE/CONFIG enums
Hu Tao
2011-06-13
1
-4
/
+4
*
openvz: Restore original EOF handling in openvzGetProcessInfo
Matthias Bolte
2011-05-31
1
-2
/
+5
*
openvz: fix logic bug in previous patch
Eric Blake
2011-05-17
1
-1
/
+1
*
openvz: Convert virExec usage to virCommand
Cole Robinson
2011-05-17
1
-28
/
+33
*
Add many version number annotations to drivers
Daniel P. Berrange
2011-05-16
1
-39
/
+39
*
Convert all driver struct intializers to C99 style
Daniel P. Berrange
2011-05-16
1
-113
/
+41
*
Tweak driver naming for consistency with public API
Daniel P. Berrange
2011-05-16
1
-3
/
+3
*
Implement domain state reason
Jiri Denemark
2011-05-16
1
-15
/
+14
*
Implement basic virDomainGetState in all drivers
Jiri Denemark
2011-05-16
1
-1
/
+36
*
Internal driver API for virDomainGetState
Jiri Denemark
2011-05-16
1
-0
/
+1
[next]