]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add cputune support to libxl driver
authorMarkus Groß <gross@univention.de>
Mon, 18 Apr 2011 09:16:33 +0000 (11:16 +0200)
committerJim Fehlig <jfehlig@novell.com>
Mon, 18 Apr 2011 18:13:11 +0000 (12:13 -0600)
commit68c5b6fb2b5fdabce775e9f8fc761a400e16a9d3
tree8ed29d2cbc6abdd5ba08c2318bda7d84e218f33a
parent78ef49eae3ca73cfb8f0ef6329884276b3c80a6a
Add cputune support to libxl driver

Here is a new version of this patch:
https://www.redhat.com/archives/libvir-list/2011-April/msg00337.html

v2:
  - store the cputune info for the whole runtime of the domain
  - remove cputune info when domain is destroyed

The nodeGetInfo code had to be moved into a helper
function to reuse it without a virConnectPtr.
src/libxl/libxl_driver.c