Re: [libvirt] [PATCH] add flag to enforce hugepage backing of guest RAM

2014-04-27 Thread Paolo Bonzini
Il 09/04/2014 17:12, Daniel P. Berrange ha scritto: On Tue, Apr 08, 2014 at 03:06:13PM -0300, Marcelo Tosatti wrote: On Mon, Mar 17, 2014 at 09:39:54AM +, Daniel P. Berrange wrote: We recently had a bunch more feature requests around huge page support in libvirt, so I think it is

Re: [libvirt] [PATCH] Recheck disk backing chains after snapshot

2014-04-27 Thread Jiri Denemark
On Fri, Apr 25, 2014 at 10:45:36 -0600, Eric Blake wrote: On 04/25/2014 07:13 AM, Jiri Denemark wrote: When a snapshot operation finishes we have to recheck the backing chain of all disks involved in the snapshot. And we need to do that even if the operation failed because some of the disks

[libvirt] [PATCH] docs: update docs for setting the QEMU BIOS file path

2014-04-27 Thread Chen Hanxiao
commit ddf2dfa1f79af0405df5ca10583764a497c7a0db provides a way to determine which bios files to use. So we need to update related docs. disccussed at: http://www.redhat.com/archives/libvir-list/2012-June/msg01286.html Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com ---

[libvirt] [PATCH 1/5] conf: changing all the enum structures into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Most of the files changed in this commit

[libvirt] [PATCH 3/5] conf: changing all the enum network filter structures into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory, for example. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Most of the files changed in this

[libvirt] [PATCH 2/5] conf: changing all the enum network and interface structures into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Most of the files changed in this commit

[libvirt] [PATCH 5/5] conf: changing all the enum structures of storage and snapshot into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory, for example. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Most of the files changed in this

[libvirt] [PATCH 4/5] conf: changing all the enum network filter structures into typedef's in src/conf/ directory.

2014-04-27 Thread Julio Faracco
In src/conf/ there are many enumeration (enum) structures like src/util directory, for example. Sometimes, it's better using a typedef for variable types, function types and other usages. Other enumeration and folders will be changed to typedef's in the future. Most of the files changed in this

Re: [libvirt] [PATCH] docs: update docs for setting the QEMU BIOS file path

2014-04-27 Thread Nehal J Wani
ddThe optional codeloader/code tag refers to a firmware blob used to assist the domain creation process. At this time, it is only needed by Xen fully virtualized Is the sentence only needed by Xen fully virtualized valid even now? For example, the support for UEFI