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
/
conf
/
domain_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add <seclabel> to character devices.
Richard W.M. Jones
2012-09-21
1
-4
/
+74
*
Make virSecurityDeviceLabelDefParseXML into generic device <seclabel> parser.
Richard W.M. Jones
2012-09-21
1
-18
/
+25
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
Add support for limiting guest coredump
Martin Kletzander
2012-09-20
1
-1
/
+23
*
Add support for reboot-timeout
Martin Kletzander
2012-09-20
1
-6
/
+27
*
qemu: Cleanup boot parameter building
Martin Kletzander
2012-09-20
1
-3
/
+13
*
Fix minor details not only in apic eoi
Martin Kletzander
2012-09-18
1
-3
/
+2
*
conf: Parse and format disk <wwn>
Osier Yang
2012-09-18
1
-0
/
+12
*
remove virDomainCpuSetFormat and virDomainCpuSetParse
Hu Tao
2012-09-17
1
-196
/
+0
*
use virBitmap to store cpumask info.
Hu Tao
2012-09-17
1
-15
/
+9
*
use virBitmap to store numa nodemask info.
Hu Tao
2012-09-17
1
-17
/
+7
*
use virBitmap to store cpupin info
Hu Tao
2012-09-17
1
-101
/
+47
*
bitmap: new member variable and function renaming
Hu Tao
2012-09-17
1
-1
/
+1
*
Add support for EOI with APIC
Martin Kletzander
2012-09-14
1
-1
/
+27
*
conf: avoid libvirt crash with empty address guestfwd channel
Alex Jia
2012-09-14
1
-5
/
+5
*
Allow caps to be NULL when creating virDomainObjPtr instances
Daniel P. Berrange
2012-09-13
1
-5
/
+7
*
qemu: define and parse USB redirection filter XML
Guannan Ren
2012-09-13
1
-0
/
+339
*
maint: fix missing spaces in message
Eric Blake
2012-09-12
1
-2
/
+3
*
Backcompt for console devices in virDomainDeviceInfoIterate
Li Zhang
2012-09-12
1
-0
/
+3
*
Rename iolimit to blockio.
Viktor Mihajlovski
2012-09-04
1
-15
/
+15
*
Add per-guest S3/S4 state configuration
Martin Kletzander
2012-09-03
1
-0
/
+50
*
conf: Support for Block Device IO Limits
Viktor Mihajlovski
2012-08-31
1
-0
/
+49
*
conf: Avoid formatting auto-generated DAC labels
Marcelo Cerri
2012-08-31
1
-2
/
+13
*
conf: Fix parsing of seclabels without model
Marcelo Cerri
2012-08-31
1
-22
/
+41
*
vcpupin: Fix returning of arrays from virDomainVcpuPinAdd
Peter Krempa
2012-08-30
1
-4
/
+4
*
qemu: Fix possible infinite loop and segfault on error path.
Peter Krempa
2012-08-30
1
-5
/
+9
*
conf: Fix the problem which cause libvirtd to crash
Osier Yang
2012-08-28
1
-1
/
+1
*
conf: prevent NULL pointer access in virSecurityLabelDefsParseXML
Ján Tomko
2012-08-27
1
-0
/
+1
*
snapshot: rename an enum
Eric Blake
2012-08-24
1
-4
/
+4
*
snapshot: split snapshot conf code into own file
Eric Blake
2012-08-24
1
-925
/
+4
*
snapshot: make virDomainSnapshotObjList opaque
Eric Blake
2012-08-24
1
-22
/
+50
*
conf: Don't always require security/@model
Michal Privoznik
2012-08-24
1
-16
/
+25
*
fix check of vcpuid in virDomainVcpuPinDefParseXML
Hu Tao
2012-08-23
1
-10
/
+12
*
qemu: introduce period/quota tuning for emulator
Hu Tao
2012-08-22
1
-2
/
+23
*
Introduce virDomainEmulatorPinAdd and virDomainEmulatorPinDel functions
Tang Chen
2012-08-22
1
-0
/
+71
*
Support emulatorpin xml parse.
Tang Chen
2012-08-22
1
-2
/
+49
*
Change virDomainVcpuPinDefParseXML to support parsing emulatorpin
Hu Tao
2012-08-22
1
-9
/
+22
*
updates of some vcpupin related functions
Hu Tao
2012-08-22
1
-1
/
+33
*
refactor virDomainVcpuPinAdd()
Hu Tao
2012-08-22
1
-49
/
+32
*
add function bitmapFromBytemap() to convert bytemap to bitmap
Hu Tao
2012-08-22
1
-14
/
+25
*
Support for Disk Geometry Override
J.B. Joret
2012-08-21
1
-0
/
+66
*
qemu: Unify port-wise SPICE and VNC behavior
Martin Kletzander
2012-08-21
1
-1
/
+1
*
Multiple security drivers in XML data
Marcelo Cerri
2012-08-20
1
-106
/
+243
*
Internal refactory of data structures
Marcelo Cerri
2012-08-20
1
-26
/
+58
*
conf: move DevicePCIAddress functions to separate file
Shradha Shah
2012-08-17
1
-106
/
+22
*
conf: Fix ABI stability check for spicevmc channel
Jiri Denemark
2012-08-17
1
-0
/
+9
*
conf: add <vlan> element to network and domain interface elements
Laine Stump
2012-08-15
1
-3
/
+28
*
conf: log error when encountering multiple filterrefs in interface
Laine Stump
2012-08-14
1
-0
/
+6
*
conf: support partially-specified <virtualport> in parser and formatter
Laine Stump
2012-08-14
1
-6
/
+19
*
conf: simplify Buffer Indentation in virDomainNetDefFormat
Laine Stump
2012-08-14
1
-40
/
+33
[next]