aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: new function for scaling numbersEric Blake2012-03-073-0/+75
* api: add overflow errorEric Blake2012-03-073-8/+30
* docs: use correct terminology for 1024 bytesEric Blake2012-03-071-10/+11
* util: fix build mingw (and all non-linux) build failureLaine Stump2012-03-071-1/+2
* rpc: allow truncated return for virDomainGetCPUStatsEric Blake2012-03-073-5/+12
* conf: fix error log with "address address"Laine Stump2012-03-071-1/+1
* Ensure max_id is initialized in linuxParseCPUmap()Daniel P. Berrange2012-03-071-1/+1
* qemu driver for virDomainGetCPUstats using cpuacct cgroup.KAMEZAWA Hiroyuki2012-03-066-6/+169
* add nodeGetCPUmap() for getting available CPU IDs in a cpumap.KAMEZAWA Hiroyuki2012-03-063-2/+72
* Build error on OSX in src/util/virnetlink.cDuncan Rance2012-03-061-1/+1
* qemu: install port profile and mac address on netdev hostdevsRoopa Prabhu2012-03-064-13/+249
* util: Changes to support portprofiles for hostdevsRoopa Prabhu2012-03-064-180/+59
* util: support functions for mac/portprofile associations on hostdevRoopa Prabhu2012-03-064-1/+569
* util: two new pci util functionsRoopa Prabhu2012-03-063-0/+64
* qemu: support type=hostdev network device live hotplug attach/detachLaine Stump2012-03-051-17/+44
* qemu: use virDomainNetRemove instead of inline codeLaine Stump2012-03-051-13/+1
* conf: change virDomainNetRemove from static to globalLaine Stump2012-03-053-1/+3
* qemu: support type='hostdev' network devices at domain startLaine Stump2012-03-052-11/+79
* conf: parse/format type='hostdev' network interfacesLaine Stump2012-03-056-15/+157
* qemu: refactor hotplug detach of hostdevsLaine Stump2012-03-051-135/+93
* qemu: re-order functions in qemu_hotplug.cLaine Stump2012-03-051-144/+145
* conf: hostdev utility functionsLaine Stump2012-03-053-0/+102
* conf: put subsys part of virDomainHostdevDef into its own structLaine Stump2012-03-051-13/+18
* conf: give each hostdevdef a parent pointerLaine Stump2012-03-052-2/+11
* conf: HostdevDef parse/format helper functionsLaine Stump2012-03-051-103/+160
* conf: make hostdev info a separate objectLaine Stump2012-03-057-79/+114
* conf: add device pointer to args of virDomainDeviceInfoIterate callbackLaine Stump2012-03-054-33/+85
* qemu: rename virDomainDeviceInfoPtr variables to avoid confusionLaine Stump2012-03-052-15/+15
* conf: reorder static functions in domain_conf.cLaine Stump2012-03-051-209/+208
* conf: relocate virDomainDeviceDef and virDomainHostdevDefLaine Stump2012-03-051-121/+141
* conf: add missing device types to virDomainDevice(Type|Def)Laine Stump2012-03-052-3/+14
* Fix build after commit e3ba4025Jim Fehlig2012-03-052-6/+8
* util: eliminate crash in virNetDevMacVLanCreateWithVPortProfileLaine Stump2012-03-051-1/+1
* blockResize: add flag for bytesEric Blake2012-03-054-21/+31
* qemu: Shared or readonly disks are always safe wrt migrationJiri Denemark2012-03-051-3/+5
* rpc: Fix client crash on connection closeJiri Denemark2012-03-051-13/+3
* build: Fix build with dtrace + apparmorJiri Denemark2012-03-051-0/+3
* qemu: Fix indentionOsier Yang2012-03-051-4/+4
* cpu: Add new flag supported by qemu to the cpu definitionPeter Krempa2012-03-051-0/+15
* Correct a check for capacity arg of storageVolumeResize()Zeeshan Ali (Khattak)2012-03-021-2/+2
* util: combine bools in virNetDevTapCreateInBridgePort into flagsLaine Stump2012-03-025-36/+54
* util: centralize tap device MAC address 1st byte "0xFE" modificationAnsis Atteka2012-03-025-10/+14
* build: fix output of pid valuesEric Blake2012-03-022-17/+15
* build: use correct type for pid and similar typesEric Blake2012-03-0219-65/+86
* avoid global variable shadowedHu Tao2012-03-011-4/+4
* util: remove unneeded #include in virrandom.cLaine Stump2012-03-011-1/+0
* qemu: pass block pull backing file to monitorEric Blake2012-02-295-22/+35
* qemu: require json for block jobsEric Blake2012-02-293-185/+7
* fix alphabetical order of virNetlink functions in symbol fileLaine Stump2012-02-291-3/+2
* util: wrap virnetlink.c to 80 columnsLaine Stump2012-02-291-11/+17