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
/
libxl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drivers: prefer unsigned int for flags
Eric Blake
2011-07-07
1
-3
/
+3
*
Fix return value semantic of virFileMakePath
Matthias Bolte
2011-07-06
1
-8
/
+6
*
build: rename Vcpupin to VcpuPin
Eric Blake
2011-06-27
1
-1
/
+1
*
Promote virEvent*Handle/Timeout to public API
Cole Robinson
2011-06-21
1
-1
/
+0
*
Use VIR_USE_CPU instead of new wheel
Osier Yang
2011-06-07
1
-5
/
+2
*
Fix minor issues in libxenlight managed save
Jim Fehlig
2011-06-02
1
-10
/
+20
*
libxl : fix the version for the managed save APIs
Daniel Veillard
2011-06-02
1
-3
/
+3
*
libxl: adds managed save and restore support
Markus Groß
2011-06-02
1
-77
/
+276
*
libxl: get maximum memory of running domain
Markus Groß
2011-06-02
1
-1
/
+2
*
Support maximum and current memory flags in libxl driver
Markus Groß
2011-05-30
1
-28
/
+73
*
Add domainSave/Restore to libxl driver
Markus Groß
2011-05-30
2
-15
/
+228
*
Add domainCoreDump to libxl driver
Markus Groß
2011-05-30
1
-0
/
+95
*
Populate domid field of devices for libxenlight
Markus Groß
2011-05-30
3
-14
/
+22
*
sched: provide new API shims for remaining drivers
Eric Blake
2011-05-29
1
-4
/
+28
*
maint: prefer newer API names internally
Eric Blake
2011-05-29
1
-7
/
+7
*
Add disk attach/detach support to libxl driver
Markus Groß
2011-05-26
1
-0
/
+519
*
Fix libxl vm def handling on domU cleanup
Markus Groß
2011-05-26
1
-0
/
+7
*
Refactored libxl datastructure instantiation
Markus Groß
2011-05-26
2
-141
/
+171
*
Fix initialization of current vcpus in libxl driver
Jim Fehlig
2011-05-24
1
-1
/
+16
*
build: silence clang false positive
Eric Blake
2011-05-18
1
-0
/
+2
*
Clarify that virDomainSetSchedulerParameters(Flags) can take subsets
Matthias Bolte
2011-05-18
1
-2
/
+4
*
Clarify the semantic of virDomainGetSchedulerParameters arguments
Matthias Bolte
2011-05-18
1
-1
/
+2
*
Clarify semantic of nparams argument of virDomainGetSchedulerType
Matthias Bolte
2011-05-18
1
-2
/
+4
*
Add many version number annotations to drivers
Daniel P. Berrange
2011-05-16
1
-52
/
+52
*
Convert all driver struct intializers to C99 style
Daniel P. Berrange
2011-05-16
1
-113
/
+54
*
Tweak driver naming for consistency with public API
Daniel P. Berrange
2011-05-16
1
-7
/
+7
*
Implement domain state reason
Jiri Denemark
2011-05-16
1
-22
/
+31
*
Implement basic virDomainGetState in all drivers
Jiri Denemark
2011-05-16
1
-1
/
+35
*
Internal driver API for virDomainGetState
Jiri Denemark
2011-05-16
1
-0
/
+1
*
libxl: fix typos in previous patch
Eric Blake
2011-05-13
1
-4
/
+4
*
libxl: Convert to virDomainEventState
Cole Robinson
2011-05-13
2
-62
/
+24
*
screenshot: Defining the internal API
Michal Privoznik
2011-05-13
1
-0
/
+1
*
libvirt,logging: cleanup VIR_XXX0()
Lai Jiangshan
2011-05-11
1
-9
/
+9
*
build: remove some dead assignments
Eric Blake
2011-05-11
1
-1
/
+0
*
libxl: support enabling the HPET
Paolo Bonzini
2011-05-10
1
-1
/
+1
*
libxl: support enabling the HPET
Paolo Bonzini
2011-05-10
1
-0
/
+8
*
Rename internal DumpXML functions to GetXMLDesc
Matthias Bolte
2011-05-10
1
-3
/
+3
*
inject-nmi: Defining the internal API
Lai Jiangshan
2011-05-10
1
-0
/
+1
*
Balloon dom0 in libxl driver
Markus Groß
2011-05-06
1
-2
/
+46
*
libxl: avoid compiler warning
Eric Blake
2011-05-04
1
-2
/
+0
*
Add cputune support to libxl driver
Markus Groß
2011-04-18
1
-37
/
+122
*
Remove virConnectPtr from virRaiseErrorFull
Matthias Bolte
2011-04-17
1
-1
/
+1
*
Add domainSet/GetSchedulerParameters to libxl driver
Markus Groß
2011-04-07
1
-2
/
+164
*
Add domainIsUpdated to libxl driver
Markus Groß
2011-04-06
1
-1
/
+23
*
libxl: avoid compiler warning
Eric Blake
2011-04-05
1
-3
/
+2
*
Add autostart support to libxl driver
Markus Groß
2011-04-04
1
-6
/
+131
*
Fix libxl driver startup
Daniel Veillard
2011-04-01
1
-5
/
+7
*
Add domainSuspend/Resume to libxl driver
Markus Groß
2011-03-29
1
-2
/
+118
*
Add domainGetOSType to libxl driver
Markus Groß
2011-03-29
1
-1
/
+28
*
Add domainGetSchedulerType to libxl driver
Markus Groß
2011-03-29
1
-1
/
+63
[prev]
[next]