From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Marcel Apfelbaum <marcel@redhat.com>,
Alex Williamson <alex.williamson@redhat.com>,
Hannes Reinecke <hare@suse.de>,
Dmitry Fleytman <dmitry@daynix.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v10 0/8] the reset of msix_init series
Date: Mon, 6 Mar 2017 16:10:42 +0800 [thread overview]
Message-ID: <58BD1982.30509@cn.fujitsu.com> (raw)
In-Reply-To: <1488011202-32121-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Michael,
Is this series ok for 2.9?
--
Sincerely,
Cao jin
On 02/25/2017 04:26 PM, Cao jin wrote:
> v10 changelog:
> 1. drop the unliked patch, introduce a new patch 1 according to mst's comments.
> 2. base on the new patch, remove the following statements
>
> /* Any error other than -ENOTSUP(board's MSI support is broken)
> * is a programming error */
> assert(!ret || ret == -ENOTSUP);
>
> for the affected device: megasas, hcd-xhci. This is trivial changes,
> so I left the R-bs where it was.
>
> Test:
> 1. Detailed test via command line as v9
> 2. make check hangs at: GTESTER check-qtest-x86_64. After ctrl-C, it says:
>
> make: *** [check-qtest-x86_64] Interrupt
> qemu-system-x86_64: Failed to read msg header. Read -1 instead of 12. Original request 11.
> qemu-system-x86_64: vhost VQ 0 ring restore failed: -1: Input/output error (5)
> qemu-system-x86_64: Failed to set msg fds.
> qemu-system-x86_64: vhost VQ 0 ring restore failed: -1: Invalid argument (22)
>
> qemu-system-x86_64: Failed to set msg fds.
> qemu-system-x86_64: vhost VQ 1 ring restore failed: -1: Invalid argument (22)
>
> Is it a regresstion or I missed something?
>
> CC: Jason Wang <jasowang@redhat.com>
> CC: Gerd Hoffmann <kraxel@redhat.com>
> CC: Dmitry Fleytman <dmitry@daynix.com>
> CC: Michael S. Tsirkin <mst@redhat.com>
> CC: Hannes Reinecke <hare@suse.de>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> CC: Alex Williamson <alex.williamson@redhat.com>
> CC: Markus Armbruster <armbru@redhat.com>
> CC: Marcel Apfelbaum <marcel@redhat.com>
>
> Cao jin (8):
> msix: Rename and create a wrapper
> megasas: change behaviour of msix switch
> hcd-xhci: change behaviour of msix switch
> 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
> megasas: remove unnecessary megasas_use_msix()
>
> hw/net/vmxnet3.c | 40 +++++++++++++++-------------------------
> hw/pci/msi.c | 9 ++++++---
> hw/pci/msix.c | 30 +++++++++++++++++++++---------
> hw/scsi/megasas.c | 48 +++++++++++++++++++++++++-----------------------
> hw/usb/hcd-xhci.c | 29 +++++++++++++++++++++--------
> hw/vfio/pci.c | 12 ++++++------
> include/hw/pci/msix.h | 5 +++++
> 7 files changed, 99 insertions(+), 74 deletions(-)
>
next prev parent reply other threads:[~2017-03-06 8:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-25 8:26 [Qemu-devel] [PATCH v10 0/8] the reset of msix_init series Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 1/8] msix: Rename and create a wrapper Cao jin
2017-03-07 7:44 ` Markus Armbruster
2017-03-07 8:08 ` Cao jin
2017-03-07 8:27 ` [Qemu-devel] [PATCH v10] msix: rename " Cao jin
2017-03-07 8:33 ` Markus Armbruster
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 2/8] megasas: change behaviour of msix switch Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 3/8] hcd-xhci: " Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 4/8] megasas: undo the overwrites of msi user configuration Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 5/8] vmxnet3: fix reference leak issue Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 6/8] vmxnet3: remove unnecessary internal msix flag Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 7/8] msi_init: convert assert to return -errno Cao jin
2017-02-25 8:26 ` [Qemu-devel] [PATCH v10 8/8] megasas: remove unnecessary megasas_use_msix() Cao jin
2017-03-06 8:10 ` Cao jin [this message]
2017-03-06 15:10 ` [Qemu-devel] [PATCH v10 0/8] the reset of msix_init series Michael S. Tsirkin
2017-04-28 7:45 ` Cao jin
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=58BD1982.30509@cn.fujitsu.com \
--to=caoj.fnst@cn.fujitsu.com \
--cc=alex.williamson@redhat.com \
--cc=armbru@redhat.com \
--cc=dmitry@daynix.com \
--cc=hare@suse.de \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=marcel@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@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 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).