Re: [libvirt] [PATCH v3] Added new attribute mount_security to filesystem element

2010-10-13 Thread Venkateswararao Jujjuri (JV)
On 10/13/2010 8:21 AM, Daniel P. Berrange wrote: > On Mon, Oct 11, 2010 at 12:21:19PM +0530, Harsh Prateek Bora wrote: >> This patch introduces new attribute to filesystem element >> to support customizable security for mount type. >> Valid mount_security are: passthrough and mapped. >> >> Usage: >

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Venkateswararao Jujjuri (JV)
On 10/7/2010 7:20 AM, Daniel Veillard wrote: > On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: >> This patch introduces new attribute to filesystem element >> to support customizable security_model for mount type. >> Valid security_model are: passthrough, mapped and none. >> >>

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Venkateswararao Jujjuri (JV)
On 10/7/2010 5:13 AM, Justin Clift wrote: > On 10/07/2010 10:17 PM, Daniel P. Berrange wrote: >> On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: >>> This patch introduces new attribute to filesystem element >>> to support customizable security_model for mount type. >>> Valid sec

Re: [libvirt] [PATCH] qemu: patch to support security model for filesystem type

2010-09-24 Thread Venkateswararao Jujjuri (JV)
On 9/24/2010 6:23 AM, Harsh Prateek Bora wrote: This patch introduces a new attribute security_model to tag, which can have any of the following three values: passthrough, mapped or none. This patch is based on Daniel's patch to support 9pfs qemu commandline options. Harsh, looks like this patc

Re: [libvirt] XML support for arbitrary command line arguments

2010-09-21 Thread Venkateswararao Jujjuri (JV)
On 9/21/2010 10:02 AM, Daniel P. Berrange wrote: On Mon, Sep 20, 2010 at 04:07:32PM -0700, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 9:34 AM, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 2:43 AM, Daniel P. Berrange wrote: On Tue, Sep 14, 2010 at 11:03:04AM +0530, Harsh Bora wrote

Re: [libvirt] XML support for arbitrary command line arguments

2010-09-20 Thread Venkateswararao Jujjuri (JV)
On 9/14/2010 9:34 AM, Venkateswararao Jujjuri (JV) wrote: On 9/14/2010 2:43 AM, Daniel P. Berrange wrote: On Tue, Sep 14, 2010 at 11:03:04AM +0530, Harsh Bora wrote: As QEMU provides support for accessing such shared directory with the help of 9p server, and therefore need to be passed

Re: [libvirt] XML support for arbitrary command line arguments

2010-09-15 Thread Venkateswararao Jujjuri (JV)
On 9/14/2010 2:43 AM, Daniel P. Berrange wrote: On Tue, Sep 14, 2010 at 11:03:04AM +0530, Harsh Bora wrote: As QEMU provides support for accessing such shared directory with the help of 9p server, and therefore need to be passed additional commandline argument while starting, I wanted to test it