[libvirt] [PATCH] S390: Add fake PCI root

Eric Blake eblake at redhat.com
Fri Apr 26 14:57:03 UTC 2013


On 04/26/2013 08:52 AM, Viktor Mihajlovski wrote:
> For the time being add a PCI root for s390 to avoid getting issues
> later on with PCI address checking. I don't want to unconditionally
> switch off PCI for s390.
> 
> Signed-off-by: Viktor Mihajlovski <mihajlov at linux.vnet.ibm.com>
> ---
>  src/qemu/qemu_domain.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
> index d927716..a00536f 100644
> --- a/src/qemu/qemu_domain.c
> +++ b/src/qemu/qemu_domain.c
> @@ -700,6 +700,8 @@ qemuDomainDefPostParse(virDomainDefPtr def,
>      case VIR_ARCH_PPCEMB:
>      case VIR_ARCH_SH4:
>      case VIR_ARCH_SH4EB:
> +    case VIR_ARCH_S390:
> +    case VIR_ARCH_S390X:

ACK - this is a sane workaround while trying to get a better fix.  Will
push soon.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130426/ce25461e/attachment-0001.sig>


More information about the libvir-list mailing list