All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@6wind.com>
To: Cam Macdonell <cam@cs.ualberta.ca>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH RFC] char: fix avail_connections init in qemu_chr_open_eventfd()
Date: Fri, 14 Feb 2014 13:16:53 +0100	[thread overview]
Message-ID: <CALwxeUsjbZ6odnf1MvN1YL2PAqJZzV96r0RsVyXzyXiShCWxkg@mail.gmail.com> (raw)
In-Reply-To: <CAKjmthKpubxkjwtT0bbMxTxoVgeXQZ0TcD8HsbosX_wxcijEyQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

Hello Cam,


On Thu, Feb 13, 2014 at 7:58 PM, Cam Macdonell <cam@cs.ualberta.ca> wrote:

> I'm not sure which is the correct approach.  You could either do what you
> did or you could simply remove the qemu_chr_fe_claim_no_fail() from
> ivshmem.c.  I'm not sure how your change impacts other devices.
>
>
Actually, the first thing I tried, when I encountered the problem, was to
remove qemu_chr_fe_claim_no_fail(), and it worked.

In HEAD, ivshmem seems to be the only place where qemu_chr_open_eventfd()
is used :
$ git grep qemu_chr_open_eventfd
hw/misc/ivshmem.c:    chr = qemu_chr_open_eventfd(eventfd);
include/sysemu/char.h:CharDriverState *qemu_chr_open_eventfd(int eventfd);
qemu-char.c:CharDriverState *qemu_chr_open_eventfd(int eventfd)

I suppose my change is not that impacting :-)


Regards,
-- 
David Marchand

[-- Attachment #2: Type: text/html, Size: 2068 bytes --]

  reply	other threads:[~2014-02-14 12:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 21:17 [Qemu-devel] [PATCH RFC] char: fix avail_connections init in qemu_chr_open_eventfd() David Marchand
2014-02-13 14:47 ` David Marchand
2014-02-13 18:58 ` Cam Macdonell
2014-02-14 12:16   ` David Marchand [this message]
2014-02-17 11:52     ` David Marchand
2014-02-21 16:10       ` David Marchand
2014-03-27 15:20         ` David Marchand
2014-06-11 13:39 ` [Qemu-devel] [PATCH] " David Marchand
2014-06-11 14:56   ` Paolo Bonzini
2014-06-11 15:25     ` [Qemu-devel] [PATCH v2] " David Marchand
2014-06-12  9:10       ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALwxeUsjbZ6odnf1MvN1YL2PAqJZzV96r0RsVyXzyXiShCWxkg@mail.gmail.com \
    --to=david.marchand@6wind.com \
    --cc=aliguori@amazon.com \
    --cc=cam@cs.ualberta.ca \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.