From: Cornelia Huck <cohuck@redhat.com>
To: Pierre Morel <pmorel@linux.vnet.ibm.com>
Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, david@redhat.com,
agraf@suse.de, rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH v2 1/2] s390x/tcg: wire up pci instructions
Date: Thu, 1 Feb 2018 15:23:19 +0100 [thread overview]
Message-ID: <20180201152319.720c0391.cohuck@redhat.com> (raw)
In-Reply-To: <7cefb712-9af5-7a01-3a94-0bd02a2563d1@linux.vnet.ibm.com>
On Thu, 1 Feb 2018 11:00:09 +0100
Pierre Morel <pmorel@linux.vnet.ibm.com> wrote:
> On 31/01/2018 19:17, Cornelia Huck wrote:
> > On s390x, pci support is implemented via a set of instructions
> > (no mmio). Unfortunately, none of them are documented in the
> > PoP; the code is based upon the existing implementation for KVM
> > and the Linux zpci driver.
> >
> > Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> > ---
> > target/s390x/helper.h | 9 ++++
> > target/s390x/insn-data.def | 15 +++++++
> > target/s390x/misc_helper.c | 109 +++++++++++++++++++++++++++++++++++++++++++++
> > target/s390x/translate.c | 101 +++++++++++++++++++++++++++++++++++++++++
> > 4 files changed, 234 insertions(+)
> Hi,
>
> I am not an expert for TCG but the patches are looking clean to me.
>
> And since I also rapidly tested with multibus, virtio_pci_block, and all
> went good so:
>
> Reviewed-by: Pierre Morel <pmorel@linux.vnet.ibm.com>
Thanks!
Out of curiousity, do you have some scripts or instructions for testing
you can share?
next prev parent reply other threads:[~2018-02-01 14:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-31 18:17 [Qemu-devel] [PATCH v2 0/2] s390x: support zpci in tcg Cornelia Huck
2018-01-31 18:17 ` [Qemu-devel] [PATCH v2 1/2] s390x/tcg: wire up pci instructions Cornelia Huck
2018-02-01 10:00 ` Pierre Morel
2018-02-01 14:23 ` Cornelia Huck [this message]
2018-02-01 12:42 ` David Hildenbrand
2018-02-01 12:48 ` Cornelia Huck
2018-02-01 12:59 ` David Hildenbrand
2018-02-01 16:05 ` Cornelia Huck
2018-02-01 14:47 ` Cornelia Huck
2018-01-31 18:17 ` [Qemu-devel] [PATCH v2 2/2] s390x/cpumodel: allow zpci features in qemu model Cornelia Huck
2018-02-01 12:31 ` David Hildenbrand
2018-02-01 14:04 ` Cornelia Huck
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=20180201152319.720c0391.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=agraf@suse.de \
--cc=david@redhat.com \
--cc=pmorel@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
/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.