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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uml
/
uml_driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
node_memory: Support get/set memory parameters for drivers
Osier Yang
2012-09-17
1
-0
/
+2
*
Destroy virdomainlist.[ch]
Osier Yang
2012-08-14
1
-2
/
+1
*
nwfilter: fix crash during filter define when lxc driver failed startup
Laine Stump
2012-08-09
1
-29
/
+30
*
Desert the FSF address in copyright
Osier Yang
2012-07-23
1
-2
/
+2
*
Replace use of umlReportError with virReportError
Daniel P. Berrange
2012-07-19
1
-54
/
+54
*
Don't autostart domains when reloading config
Daniel P. Berrange
2012-07-19
1
-2
/
+0
*
drivers: Implement virListAllDomains for drivers using virDomainObj
Peter Krempa
2012-06-20
1
-0
/
+18
*
Remove uid param from directory lookup APIs
Daniel P. Berrange
2012-05-28
1
-3
/
+2
*
Fix potential events deadlock when unref'ing virConnectPtr
Daniel P. Berrange
2012-05-21
1
-2
/
+0
*
Use XDG Base Directories instead of storing in home directory
William Jon McCann
2012-05-14
1
-5
/
+5
*
UML: fix iteration over consoles
MATSUDA, Daiki
2012-04-09
1
-1
/
+1
*
Consistent style for usage of sizeof operator
Daniel P. Berrange
2012-03-30
1
-7
/
+7
*
Centralize error reporting for URI parsing/formatting problems
Daniel P. Berrange
2012-03-23
1
-6
/
+3
*
xml: use long long internally, to centralize overflow checks
Eric Blake
2012-03-07
1
-2
/
+4
*
build: use correct type for pid and similar types
Eric Blake
2012-03-02
1
-3
/
+3
*
Fixed URI parsing
Martin Kletzander
2012-02-24
1
-1
/
+2
*
Add new virDomainShutdownFlags API
Daniel P. Berrange
2012-01-24
1
-1
/
+10
*
Only add the timer when a callback is registered
Daniel P. Berrange
2011-12-19
1
-1
/
+1
*
Hide use of timers for domain event dispatch
Daniel P. Berrange
2011-12-19
1
-32
/
+1
*
Convert drivers to thread safe APIs for adding callbacks
Daniel P. Berrange
2011-12-19
1
-9
/
+9
*
Return count of callbacks when registering callbacks
Daniel P. Berrange
2011-12-19
1
-7
/
+8
*
uml: Plug memory leak on umlStartVMDaemon() error path
Alex Jia
2011-11-30
1
-8
/
+4
*
Implement the core API to suspend/resume the host
Srivatsa S. Bhat
2011-11-29
1
-0
/
+2
*
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
-0
/
+1
*
Rename all brXXXX APIs to follow new convention
Daniel P. Berrange
2011-11-09
1
-1
/
+1
*
Make all brXXX APIs raise errors, instead of returning errnos
Daniel P. Berrange
2011-11-09
1
-12
/
+2
*
Remove 'brControl' object
Daniel P. Berrange
2011-11-09
1
-8
/
+1
*
Set aliases for LXC/UML console devices
Daniel P. Berrange
2011-11-03
1
-6
/
+36
*
Allow multiple consoles per virtual guest
Daniel P. Berrange
2011-11-03
1
-5
/
+5
*
Add support for autodestroy of guests to the LXC and UML drivers
Daniel P. Berrange
2011-10-19
1
-21
/
+143
*
Avoid using "devname" as an identifier.
Peter Krempa
2011-09-16
1
-4
/
+4
*
snapshot: also support disks by path
Eric Blake
2011-09-05
1
-31
/
+25
*
uml: Allow to undefine a running domain
Osier Yang
2011-08-19
1
-9
/
+7
*
fdstream: drop delete argument
Eric Blake
2011-08-02
1
-1
/
+1
*
destroy: Implement internal API for uml driver
Michal Privoznik
2011-07-21
1
-1
/
+13
*
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
/
+11
*
flags: use common dumpxml flags check
Eric Blake
2011-07-15
1
-9
/
+15
*
Add domain events support to UML driver
Daniel P. Berrange
2011-07-15
1
-4
/
+191
*
build: don't hand-roll cloexec code
Eric Blake
2011-07-13
1
-16
/
+3
*
uml: reject unknown flags
Eric Blake
2011-07-13
1
-3
/
+13
*
Add missing cleanup for transient guests in UML driver
Daniel P. Berrange
2011-07-12
1
-2
/
+18
*
Add auditing to the UML driver
Daniel P. Berrange
2011-07-12
1
-2
/
+15
*
Add domain type checking
Matthias Bolte
2011-07-11
1
-2
/
+6
*
drivers: prefer unsigned int for flags
Eric Blake
2011-07-07
1
-2
/
+2
*
Fix return value semantic of virFileMakePath
Matthias Bolte
2011-07-06
1
-6
/
+4
[next]