On Tue, 15 Mar 2011 11:11:46 +, Stefan Hajnoczi wrote:
> On Tue, Mar 15, 2011 at 9:19 AM, Aneesh Kumar K. V
> wrote:
> > On Mon, 14 Mar 2011 10:20:57 +, Stefan Hajnoczi
> > wrote:
> >> On Sun, Mar 13, 2011 at 7:04 PM, Aneesh Kumar K. V
> >> wrote:
On Tue, 15 Mar 2011 10:38:31 +, Stefan Hajnoczi wrote:
> On Tue, Mar 15, 2011 at 9:20 AM, Aneesh Kumar K. V
> wrote:
> > On Sun, 13 Mar 2011 20:53:41 +, Stefan Hajnoczi
> > wrote:
> >> On Sun, Mar 13, 2011 at 7:06 PM, Aneesh Kumar K. V
> >> wrote:
On Sun, 13 Mar 2011 20:53:41 +, Stefan Hajnoczi wrote:
> On Sun, Mar 13, 2011 at 7:06 PM, Aneesh Kumar K. V
> wrote:
> > On Sun, 13 Mar 2011 15:46:29 +, Stefan Hajnoczi
> > wrote:
> >> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> >> wrote:
On Mon, 14 Mar 2011 10:20:57 +, Stefan Hajnoczi wrote:
> On Sun, Mar 13, 2011 at 7:04 PM, Aneesh Kumar K. V
> wrote:
> > On Sun, 13 Mar 2011 17:23:50 +, Stefan Hajnoczi
> > wrote:
> >> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> >> wrote:
&g
On Sun, 13 Mar 2011 20:57:12 +, Stefan Hajnoczi wrote:
> On Sun, Mar 13, 2011 at 7:04 PM, Aneesh Kumar K. V
> wrote:
> > On Sun, 13 Mar 2011 17:23:50 +, Stefan Hajnoczi
> > wrote:
> >> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> >> wrote:
&g
On Mon, 14 Mar 2011 10:13:59 +, Stefan Hajnoczi wrote:
> On Sun, Mar 13, 2011 at 6:57 PM, Aneesh Kumar K. V
> wrote:
> > On Sun, 13 Mar 2011 16:08:29 +, Stefan Hajnoczi
> > wrote:
> >> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> >> wrote:
&g
On Sun, 13 Mar 2011 15:46:29 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/9pfs/virtio-9p.c | 327
> > ++-
> > hw/9pfs/virtio-9p.h | 22 +++-
> > 2
On Sun, 13 Mar 2011 17:23:50 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > cache=none implies the file are opened in the host with O_SYNC open flag
>
> O_SYNC does not bypass the host page cache. It ensures that writes
> only complete once data ha
On Sun, 13 Mar 2011 16:42:56 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/9pfs/virtio-9p.c | 21 +++--
> > 1 files changed, 19 insertions(+), 2 deletions(-)
> >
> > diff --git a/hw/
On Sun, 13 Mar 2011 16:38:39 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > +static int get_dotl_openflags(int oflags)
> > +{
> > + int flags;
> > + /*
> > + * Since we can share the fd between multiple fids,
> > + * open the file in re
On Sun, 13 Mar 2011 16:24:13 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > +static void v9fs_post_do_syncfs(V9fsState *s, V9fsPDU *pdu, int err)
> > +{
> > + if (err == -1) {
> > + err = -errno;
> > + }
>
> errno may have been clobbere
On Sun, 13 Mar 2011 16:10:20 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > @@ -1873,7 +1873,7 @@ static void v9fs_post_lcreate(V9fsState *s,
> > V9fsLcreateState *vs, int err)
> > vs->fidp->fsmap.fid_type = P9_FID_NONE;
> > err = -e
On Sun, 13 Mar 2011 16:08:29 +, Stefan Hajnoczi wrote:
> On Sat, Mar 5, 2011 at 5:52 PM, Aneesh Kumar K.V
> wrote:
> > @@ -107,7 +108,12 @@ static int v9fs_do_closedir(V9fsState *s, DIR *dir)
> >
> > static int v9fs_do_open(V9fsState *s, V9fsString *path, int flags)
> > {
> > - return s-
On Wed, 2 Mar 2011 10:20:41 +, Stefan Hajnoczi wrote:
> On Wed, Mar 2, 2011 at 5:05 AM, Aneesh Kumar K. V
> wrote:
> > On Tue, 1 Mar 2011 20:27:19 +, Stefan Hajnoczi
> > wrote:
> >> On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V
> >> wrote:
>
On Tue, 1 Mar 2011 20:27:19 +, Stefan Hajnoczi wrote:
> On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V
> wrote:
> > On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi
> > wrote:
> >> >> Please explain the semantics of P9_TSYNCFS. Won't returning
On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi wrote:
> On Tue, Mar 1, 2011 at 3:02 PM, Aneesh Kumar K. V
> wrote:
> > On Tue, 1 Mar 2011 10:22:07 +, Stefan Hajnoczi
> > wrote:
> >> On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V
> >> wrote:
&g
On Tue, 1 Mar 2011 10:22:07 +, Stefan Hajnoczi wrote:
> On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V
> wrote:
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/9pfs/virtio-9p.c | 31 +++
> > hw/9pfs/virtio-9p.h | 2 ++
> > 2 files changed, 33 insertions
On Tue, 1 Mar 2011 12:08:49 +0530, "Aneesh Kumar K.V"
wrote:
> diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h
> index 2ae4ce7..2f49641 100644
> --- a/hw/9pfs/virtio-9p.h
> +++ b/hw/9pfs/virtio-9p.h
> @@ -101,7 +101,10 @@ enum p9_proto_version {
> #define P9_NOTAG(u16)(~0)
> #define
On Mon, 28 Feb 2011 17:44:56 -0800, "Venkateswararao Jujjuri (JV)"
wrote:
> On 2/5/2011 10:08 AM, Aneesh Kumar K.V wrote:
> > This add file descriptor recliam to 9p server
>
> Please split it into two patches.
>
> 1. Introducing fsmap.
> 2. Introducing the reclaim mechanism.
Already did that i
On Mon, 28 Feb 2011 17:48:34 -0800, "Venkateswararao Jujjuri (JV)"
wrote:
> On 2/5/2011 10:08 AM, Aneesh Kumar K.V wrote:
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/9pfs/virtio-9p.c | 31 +++
> > hw/9pfs/virtio-9p.h |2 ++
> > 2 files changed, 33 insert
On Mon, 28 Feb 2011 18:00:56 -0800, "Venkateswararao Jujjuri (JV)"
wrote:
> On 2/5/2011 10:08 AM, Aneesh Kumar K.V wrote:
> > We use this flag when we reopen the file. We need
> > to track open flag because if the open request have
> > flags like O_SYNC, we want to open the file with same flag
>
On Sun, 23 Jan 2011 13:33:14 -0600, Rob Landley wrote:
> Using yesterday's -git, following the instructions in
> http://wiki.qemu.org/Documentation/9psetup (which is missing a kernel
> symbol, you need to add CONFIG_VIRTIO_PCI to your kernel too), I managed
> to mount a read-only virtfs filesystem
On Thu, 11 Nov 2010 12:59:24 +0100, Gerd Hoffmann wrote:
> Hi,
>
> This tiny patch series adds msi support for virtfs. It's two patches
> only because we need a compat property to stay compatible with -stable
> and we don't have a pc-0.14 machine type yet, so this is added first.
>
Sorry for
On Thu, 11 Nov 2010 12:59:24 +0100, Gerd Hoffmann wrote:
> Hi,
>
> This tiny patch series adds msi support for virtfs. It's two patches
> only because we need a compat property to stay compatible with -stable
> and we don't have a pc-0.14 machine type yet, so this is added first.
>
Sorry for
On Wed, 21 Jul 2010 17:27:47 +0900, Dallas Lee wrote:
> Hi,
>
> I have trying to use the virtio-9p for my linux in QEMU, but without
> success.
>
> Here is my option for booting my qemu:
> i386-softmmu/qemu -kernel bzImage -append "console=ttyS0
> video=uvesafb:ywrap,overlay:rgb16,480x800...@60
On Thu, 1 Jul 2010 14:26:13 +0530, Sripathi Kodi wrote:
> On Thu, 01 Jul 2010 11:01:15 +0530
> "Aneesh Kumar K. V" wrote:
>
> > On Fri, 28 May 2010 16:08:43 +0530, Sripathi Kodi
> > wrote:
> > > From: M. Mohan Kumar
> > >
> > >
On Fri, 28 May 2010 16:08:43 +0530, Sripathi Kodi wrote:
> From: M. Mohan Kumar
>
> SYNOPSIS
>
> size[4] Tgetattr tag[2] fid[4]
>
> size[4] Rgetattr tag[2] lstat[n]
>
>DESCRIPTION
>
> The getattr transaction inquires about the file identified by fid.
> The reply w
On Fri, 04 Jun 2010 07:59:42 -0700, "Venkateswararao Jujjuri (JV)"
wrote:
> Aneesh Kumar K. V wrote:
> > On Thu, 3 Jun 2010 18:29:02 +0530, Sripathi Kodi
> > wrote:
> >> On Wed, 02 Jun 2010 19:49:24 +0530
> >> "Aneesh Kumar K. V" wrote:
&g
On Thu, 3 Jun 2010 18:29:02 +0530, Sripathi Kodi wrote:
> On Wed, 02 Jun 2010 19:49:24 +0530
> "Aneesh Kumar K. V" wrote:
>
> > On Fri, 28 May 2010 16:08:43 +0530, Sripathi Kodi
> > wrote:
> > > From: M. Mohan Kumar
> > >
> > >
On Fri, 28 May 2010 16:08:43 +0530, Sripathi Kodi wrote:
> From: M. Mohan Kumar
>
> SYNOPSIS
>
> size[4] Tgetattr tag[2] fid[4]
>
> size[4] Rgetattr tag[2] lstat[n]
>
>DESCRIPTION
>
> The getattr transaction inquires about the file identified by fid.
> The reply w
On Sun, 30 May 2010 09:40:38 -0700, "Venkateswararao Jujjuri (JV)"
wrote:
> Create a link.
>
> SYNOPSIS
>
> size[4] Tlink tag[2] dfid[4] oldpath[s] newpath[s]
>
> size[4] Rlink tag[2]
>
> DESCRIPTION
>
> Create a link 'newpath' in directory pointed by dfid linking to oldpath.
>
> Signed-off
On Tue, 1 Jun 2010 19:47:14 +0530, "M. Mohan Kumar" wrote:
> Compute iounit based on the host filesystem block size and pass it to
> client with open/create response. Also return iounit as statfs's f_bsize
> for optimal block size transfers.
>
> Signed-off-by: M. Mohan Kumar
> ---
> hw/virtio-
On Tue, 1 Jun 2010 13:23:09 -0700, "Venkateswararao Jujjuri (JV)"
wrote:
> This patch fluesh the debug messages to the log file at the end of each
> debug message.
>
> Signed-off-by: Venkateswararao Jujjuri
> ---
> hw/virtio-9p-debug.c |2 ++
> 1 files changed, 2 insertions(+), 0 deletio
On Fri, 26 Mar 2010 11:15:47 -0500, Anthony Liguori
wrote:
> On 03/16/2010 04:15 AM, Aneesh Kumar K.V wrote:
> > From: Anthony Liguori
> >
> > [ki...@linux.vnet.ibm.com: malloc to qemu_malloc coversion]
> >
> > Signed-off-by: Anthony Liguori
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/vi
On Tue, 23 Mar 2010 20:17:33 -0300, Luiz Capitulino
wrote:
> On Tue, 16 Mar 2010 14:44:58 +0530
> "Aneesh Kumar K.V" wrote:
>
> > Hi,
> >
> >
> > This patch series adds a paravirtual file system passthrough mechanism to
> > QEMU
> > based on the 9P protocol. With the current implementation,
On Tue, 9 Mar 2010 12:30:08 +, Paul Brook wrote:
> > Is there any reason (other than being coding style) in using qemu_free()
> > instead of free()? As per qem-malloc.c qemu_free() is nothing but free().
>
> The whole point of qemu_{malloc,free} is to isolate code from the system
> implemen
On Thu, 4 Mar 2010 11:23:24 +0200, "Michael S. Tsirkin" wrote:
> On Wed, Mar 03, 2010 at 01:00:59PM -0600, Anthony Liguori wrote:
> > [ki...@linux.vnet.ibm.com: malloc to qemu_malloc coversion]
> >
> > Signed-off-by: Anthony Liguori
> > Signed-off-by: Aneesh Kumar K.V
> > ---
> > hw/virtio-9p.
On Wed, 3 Mar 2010 23:35:36 +0300 (MSK), malc wrote:
> On Wed, 3 Mar 2010, Anthony Liguori wrote:
>
> > This get the mount to work on the guest
> >
> > [ki...@linux.vnet.ibm.com: malloc to qemu_malloc conversion]
> >
> > Signed-off-by: Anthony Liguori
> > Signed-off-by: Gautham R Shenoy
> > S
38 matches
Mail list logo