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
/
phyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add many version number annotations to drivers
Daniel P. Berrange
2011-05-16
1
-51
/
+51
*
Convert all driver struct intializers to C99 style
Daniel P. Berrange
2011-05-16
1
-136
/
+27
*
Tweak driver naming for consistency with public API
Daniel P. Berrange
2011-05-16
1
-2
/
+2
*
Implement basic virDomainGetState in all drivers
Jiri Denemark
2011-05-16
1
-1
/
+16
*
Internal driver API for virDomainGetState
Jiri Denemark
2011-05-16
1
-0
/
+1
*
phyp: avoid a crash
Eric Blake
2011-05-14
1
-0
/
+5
*
screenshot: Defining the internal API
Michal Privoznik
2011-05-13
1
-0
/
+1
*
libvirt,logging: cleanup VIR_XXX0()
Lai Jiangshan
2011-05-11
1
-51
/
+51
*
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
-1
/
+2
*
maint: rename virBufferVSprintf to virBufferAsprintf
Eric Blake
2011-05-05
1
-124
/
+124
*
PHYP: Adding reboot domain function
Eduardo Otubo
2011-04-21
1
-1
/
+34
*
Update and sort msg_gen_function list and mark unmarked messages
Matthias Bolte
2011-04-18
1
-9
/
+9
*
phyp: another simplification
Eric Blake
2011-04-18
1
-245
/
+71
*
Remove virConnectPtr from virRaiseErrorFull
Matthias Bolte
2011-04-17
1
-1
/
+1
*
phyp: avoid memory leaks in command values
Eric Blake
2011-04-15
1
-721
/
+99
*
phyp: use consistent return string handling
Eric Blake
2011-04-15
1
-20
/
+17
*
phyp: prefer memcpy over memmove when legal
Eric Blake
2011-04-15
1
-5
/
+5
*
phyp: use consistent style for labels
Eric Blake
2011-04-15
1
-67
/
+62
*
phyp: more return handling cleanup
Eric Blake
2011-04-15
1
-74
/
+56
*
phyp: avoid memory leak on failure
Eric Blake
2011-04-15
1
-19
/
+27
*
phyp: avoid a logic bug
Eric Blake
2011-04-15
1
-10
/
+1
*
maint: use lighter-weight function for straight appends
Eric Blake
2011-04-15
1
-4
/
+3
*
phyp: Fix too small buffer allocation in phypAttachDevice
Matthias Bolte
2011-04-14
1
-56
/
+48
*
phyp: Don't overwrite error from virDomainDeviceDefParse by OOM error
Matthias Bolte
2011-04-14
1
-1
/
+0
*
phyp: Don't try to use a string from a failed virAsprintf
Matthias Bolte
2011-04-14
1
-1
/
+1
*
phyp: Reduce code duplication in error and success paths
Matthias Bolte
2011-04-14
1
-305
/
+291
*
phyp: Remove stack allocating a 4kb volume key and fix related memory leaks
Matthias Bolte
2011-04-14
2
-45
/
+54
*
Remove C99 variable declare in PHYP network driver
Daniel P. Berrange
2011-04-13
1
-1
/
+2
*
PHYP: Adding network interface
Eduardo Otubo
2011-04-13
1
-19
/
+573
*
phyp: Remove 16kb stack allocation
Matthias Bolte
2011-04-05
1
-2
/
+11
*
build: detect potentential uninitialized variables
Eric Blake
2011-04-04
1
-8
/
+16
*
Add public API for setting migration speed on the fly
Daniel P. Berrange
2011-03-22
1
-0
/
+1
*
libvirt: implements virDomain{Get,Set}BlkioParameters
Gui Jianfeng
2011-03-10
1
-2
/
+4
*
setmem: introduce a new libvirt API (virDomainSetMemoryFlags)
Taku Izumi
2011-03-10
1
-0
/
+1
*
sysinfo: define internal driver API
Eric Blake
2011-02-08
1
-1
/
+2
*
Implementations of virDomainIsUpdated for drivers except qemu
Osier Yang
2010-11-24
1
-1
/
+6
*
define internal driver API
Osier Yang
2010-11-23
1
-0
/
+1
*
phyp: Don't do a flags check in the storage driver
Matthias Bolte
2010-11-12
1
-3
/
+1
*
Introduce a virDomainOpenConsole API
Daniel P. Berrange
2010-11-11
1
-0
/
+1
*
bye to close(), welcome to VIR_(FORCE_)CLOSE()
Stefan Berger
2010-11-09
1
-6
/
+15
*
vcpu: support maxvcpu in domain_conf
Eric Blake
2010-10-19
1
-1
/
+1
*
vcpu: make old API trivially wrap to new API
Eric Blake
2010-10-19
1
-4
/
+28
*
vcpu: define internal driver API
Eric Blake
2010-10-19
1
-0
/
+2
*
XML parsing for memory tunables
Nikunj A. Dadhania
2010-10-12
1
-6
/
+7
*
Adding virDomainSetMemoryParameters and virDomainGetMemoryParameters API
Nikunj A. Dadhania
2010-10-12
1
-0
/
+2
*
phyp: Verify that domain XML contains at least one disk element
Matthias Bolte
2010-10-01
1
-7
/
+11
*
phyp: Checking for NULL values when building new guest
Eduardo Otubo
2010-09-29
1
-0
/
+23
*
PHYP: Bad comparison when checking for existing domain name
Eduardo Otubo
2010-08-27
1
-1
/
+1
*
PHYP: Add rudimentary network driver
Eduardo Otubo
2010-08-14
1
-6
/
+31
[next]