From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Cc: peter.maydell@linaro.org,
Frank Blaschka <frank.blaschka@de.ibm.com>,
qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support
Date: Thu, 18 Dec 2014 15:38:28 +0100 [thread overview]
Message-ID: <20141218153828.2d2fca8c.cornelia.huck@de.ibm.com> (raw)
In-Reply-To: <1418892728-28678-2-git-send-email-blaschka@linux.vnet.ibm.com>
On Thu, 18 Dec 2014 09:52:06 +0100
Frank Blaschka <blaschka@linux.vnet.ibm.com> wrote:
> From: Frank Blaschka <frank.blaschka@de.ibm.com>
>
> This patch implements a pci bus for s390x together with infrastructure
> to generate and handle hotplug events, to configure/unconfigure via
> sclp instruction, to do iommu translations and provide s390 support for
> MSI/MSI-X notification processing.
>
> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
> +void css_generate_css_crws(uint8_t cssid)
> +{
> + css_queue_crw(CRW_RSC_CSS, 0, 0, 0);
> +}
> +
I fixed the last parameter to 'cssid'. It does not matter for PCI
anyway :)
next prev parent reply other threads:[~2014-12-18 14:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-18 8:52 [Qemu-devel] [PATCH 0/3 V2] add PCI support for the s390 platform Frank Blaschka
2014-12-18 8:52 ` [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support Frank Blaschka
2014-12-18 14:38 ` Cornelia Huck [this message]
2014-12-18 8:52 ` [Qemu-devel] [PATCH 2/3 V2] s390: implement pci instructions Frank Blaschka
2014-12-18 8:52 ` [Qemu-devel] [PATCH 3/3 V2] kvm: extend kvm_irqchip_add_msi_route to work on s390 Frank Blaschka
2014-12-18 14:39 ` [Qemu-devel] [PATCH 0/3 V2] add PCI support for the s390 platform 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=20141218153828.2d2fca8c.cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=agraf@suse.de \
--cc=blaschka@linux.vnet.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=frank.blaschka@de.ibm.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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).