Re: [libvirt] Looking for project ideas and mentors for Google Summer of Code 2014

2014-02-09 Thread Stefan Hajnoczi
On Thu, Feb 06, 2014 at 01:45:07PM +0100, Giorgio Zoppi wrote: i offer part of my free time as mentor. From my original email: In order to mentor you must be an established contributor (regularly contribute patches). I couldn't find any commits from you in QEMU, libvirt, or Linux. Did I miss

[libvirt] [PATCH v7 0/2] bhyve: add a basic driver

2014-02-09 Thread Roman Bogorodskiy
Changes from v6: - Fix typo: s/LIBIVRT_DRIVER_RESULT_BHYVE/LIBVIRT_DRIVER_RESULT_BHYVE/ - Report domain state in 'dominfo' - Add a patch which implements ACL support Now both 'make check' and 'make syntax-check' pass. Changes from v5: - Obtain version using uname(3) - Cleanup driver global

[libvirt] [PATCH v7 2/2] bhyve: add ACL support

2014-02-09 Thread Roman Bogorodskiy
--- src/Makefile.am | 5 ++-- src/bhyve/bhyve_driver.c | 63 2 files changed, 61 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3567d13..d0aa18d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@

[libvirt] [PATCH v7 1/2] bhyve: add a basic driver

2014-02-09 Thread Roman Bogorodskiy
At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo It's only possible to have only one disk device and only one network, which should be of type bridge. --- configure.ac

Re: [libvirt] [PATCH v6] bhyve: add a basic driver

2014-02-09 Thread Roman Bogorodskiy
David Shane Holden wrote: On 02/08/14 01:26, Roman Bogorodskiy wrote: --- a/configure.ac +++ b/configure.ac @@ -2704,6 +2710,7 @@ AC_MSG_NOTICE([ PHYP: $with_phyp]) AC_MSG_NOTICE([ ESX: $with_esx]) AC_MSG_NOTICE([ Hyper-V: $with_hyperv]) AC_MSG_NOTICE([Parallels:

[libvirt] [PATCH] maint: fix line numbers in check-aclrules reports

2014-02-09 Thread Roman Bogorodskiy
Reset line numbering on each input file in check-aclrules.pl. Otherwise it reports wrong line numbers in its error messages. Signed-off-by: Yuri Myasoedov ymyasoe...@yandex.ru --- src/check-aclrules.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/check-aclrules.pl

Re: [libvirt] [Qemu-devel] [uq/master PATCH 4/7] target-i386: Rename cpu_x86_register() to x86_cpu_load_def()

2014-02-09 Thread Andreas Färber
Am 31.01.2014 12:42, schrieb Paolo Bonzini: Il 30/01/2014 20:48, Eduardo Habkost ha scritto: There isn't any kind of registration involved in cpu_x86_register() anymore: it is simply looking up a CPU model name and loading the model definition data into the X86CPU object. Rename it to

Re: [libvirt] [Qemu-devel] [uq/master PATCH 5/7] target-i386: Call x86_cpu_load_def() earlier

2014-02-09 Thread Andreas Färber
Am 30.01.2014 20:48, schrieb Eduardo Habkost: As we will initialize the X86CPU fields on instance_init eventually, move the code that initializes the X86CPU data based on the CPU model name closer to the object_new() call. Signed-off-by: Eduardo Habkost ehabk...@redhat.com Thanks, applied

Re: [libvirt] [Qemu-devel] [uq/master PATCH 6/7] target-i386: Rename x86_def_t to X86CPUDefinition

2014-02-09 Thread Andreas Färber
Am 31.01.2014 12:42, schrieb Paolo Bonzini: Il 30/01/2014 20:48, Eduardo Habkost ha scritto: As the new X86CPU subclass code is going to change lots of the code invoving x86_def_t, let's rename the struct to match coding style first. Signed-off-by: Eduardo Habkost ehabk...@redhat.com [...]

Re: [libvirt] [Qemu-devel] [uq/master PATCH 7/7 v8] target-i386: CPU model subclasses

2014-02-09 Thread Andreas Färber
Am 31.01.2014 19:13, schrieb Eduardo Habkost: Register separate QOM classes for each x86 CPU model. This will allow management code to more easily probe what each CPU model provides, by simply creating objects using the appropriate class name, without having to restart QEMU. This also

[libvirt] [PATCH] docs: grammar fixes in formatdomain

2014-02-09 Thread Chen Hanxiao
From: Chen Hanxiao chenhanx...@cn.fujitsu.com Some grammar fixes. s/namespace,set/namespace, set s/container being allowed/container are allowed s/the codeuid/The codeuid Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- docs/formatdomain.html.in | 12 ++-- 1 file changed, 6

Re: [libvirt] [PATCH v2] qemu: introduce spiceport serial backend

2014-02-09 Thread Martin Kletzander
On Fri, Feb 07, 2014 at 01:10:42PM -0700, Eric Blake wrote: On 02/07/2014 04:37 AM, Martin Kletzander wrote: Adding a new backend that makes the chardev available to be backed up by a port in spice connection (different to spicevmc). This can be used (as well as other backends) for any