qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support
Date: Thu, 18 Dec 2014 15:38:28 +0100

On Thu, 18 Dec 2014 09:52:06 +0100
Frank Blaschka <address@hidden> wrote:

> From: Frank Blaschka <address@hidden>
> 
> 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 <address@hidden>

> +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 :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]