All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	Markus Armbruster <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v5 00/10] Convert msix_init() to error
Date: Thu, 3 Nov 2016 14:05:15 +0800	[thread overview]
Message-ID: <581AD39B.9030705@cn.fujitsu.com> (raw)
In-Reply-To: <1478145997-28865-1-git-send-email-caoj.fnst@cn.fujitsu.com>

sorry I forget to cc maintainers in cover letter.

On 11/03/2016 12:06 PM, Cao jin wrote:
> v5 changelog:
> 1. Address to all comments of Markus
> 2. Add the given R-b to each commit message.
>
> Cao jin (10):
>    msix: Follow CODING_STYLE
>    hcd-xhci: check & correct param before using it
>    pci: Convert msix_init() to Error and fix callers to check it
>    megasas: change behaviour of msix switch
>    hcd-xhci: change behaviour of msix switch
>    megasas: remove unnecessary megasas_use_msix()
>    megasas: undo the overwrites of msi user configuration
>    vmxnet3: fix reference leak issue
>    vmxnet3: remove unnecessary internal msix flag
>    msi_init: convert assert to return -errno
>
>   hw/block/nvme.c        |  5 +++-
>   hw/misc/ivshmem.c      |  8 +++---
>   hw/net/e1000e.c        |  6 ++++-
>   hw/net/rocker/rocker.c |  7 ++++-
>   hw/net/vmxnet3.c       | 46 ++++++++++++++------------------
>   hw/pci/msi.c           | 11 +++++---
>   hw/pci/msix.c          | 42 ++++++++++++++++++++++++-----
>   hw/scsi/megasas.c      | 49 +++++++++++++++++++---------------
>   hw/usb/hcd-xhci.c      | 71 ++++++++++++++++++++++++++++++--------------------
>   hw/vfio/pci.c          |  4 ++-
>   hw/virtio/virtio-pci.c | 11 ++++----
>   include/hw/pci/msix.h  |  5 ++--
>   12 files changed, 164 insertions(+), 101 deletions(-)
>

-- 
Yours Sincerely,

Cao jin

  parent reply	other threads:[~2016-11-03  6:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-03  4:06 [Qemu-devel] [PATCH v5 00/10] Convert msix_init() to error Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 01/10] msix: Follow CODING_STYLE Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 02/10] hcd-xhci: check & correct param before using it Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 03/10] pci: Convert msix_init() to Error and fix callers to check it Cao jin
2016-11-03 11:38   ` Marcel Apfelbaum
2016-11-04  3:01     ` Cao jin
2016-11-05 16:52       ` Marcel Apfelbaum
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 04/10] megasas: change behaviour of msix switch Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 05/10] hcd-xhci: " Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 06/10] megasas: remove unnecessary megasas_use_msix() Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 07/10] megasas: undo the overwrites of msi user configuration Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 08/10] vmxnet3: fix reference leak issue Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 09/10] vmxnet3: remove unnecessary internal msix flag Cao jin
2016-11-03  4:06 ` [Qemu-devel] [PATCH v5 10/10] msi_init: convert assert to return -errno Cao jin
2016-11-03  6:16   ` Cao jin
2016-11-03  6:05 ` Cao jin [this message]
2016-11-03  6:10 ` Cao jin
2016-11-03 11:47   ` Marcel Apfelbaum

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=581AD39B.9030705@cn.fujitsu.com \
    --to=caoj.fnst@cn.fujitsu.com \
    --cc=armbru@redhat.com \
    --cc=mst@redhat.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 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.