qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Auger <eric.auger@linaro.org>
To: Chen Fan <chen.fan.fnst@cn.fujitsu.com>, qemu-devel@nongnu.org
Cc: Alex Williamson <alex.williamson@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list
Date: Thu, 22 Jan 2015 09:14:14 +0100	[thread overview]
Message-ID: <54C0B156.3080608@linaro.org> (raw)
In-Reply-To: <1421898608-10313-1-git-send-email-chen.fan.fnst@cn.fujitsu.com>

Hi Chen,

thanks for correcting this mistake I introduced when moving code from
pci to common.

Best Regards

Eric

On 01/22/2015 04:50 AM, Chen Fan wrote:
> Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
> ---
>  hw/vfio/common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/vfio/common.c b/hw/vfio/common.c
> index cf483ff..e71385e 100644
> --- a/hw/vfio/common.c
> +++ b/hw/vfio/common.c
> @@ -32,7 +32,7 @@
>  #include "trace.h"
>  
>  struct vfio_group_head vfio_group_list =
> -    QLIST_HEAD_INITIALIZER(vfio_address_spaces);
> +    QLIST_HEAD_INITIALIZER(vfio_group_list);
>  struct vfio_as_head vfio_address_spaces =
>      QLIST_HEAD_INITIALIZER(vfio_address_spaces);
>  
> 

  reply	other threads:[~2015-01-22  8:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22  3:50 [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list Chen Fan
2015-01-22  8:14 ` Eric Auger [this message]
2015-01-26  1:06   ` Chen Fan
2015-01-26  2:06     ` Alex Williamson
2015-01-26  2:18       ` Chen Fan
2015-01-26  2:39         ` Alex Williamson

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=54C0B156.3080608@linaro.org \
    --to=eric.auger@linaro.org \
    --cc=alex.williamson@redhat.com \
    --cc=chen.fan.fnst@cn.fujitsu.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).