From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [RFC PATCH v2 2/4] KVM: Introduce KVM_CSS_BUS. Date: Sun, 24 Feb 2013 11:57:25 +0200 Message-ID: <20130224095725.GF25269@redhat.com> References: <1361534989-38884-1-git-send-email-cornelia.huck@de.ibm.com> <1361534989-38884-3-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: KVM , linux-s390 , qemu-devel To: Cornelia Huck Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17102 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001Ab3BXJ5X (ORCPT ); Sun, 24 Feb 2013 04:57:23 -0500 Content-Disposition: inline In-Reply-To: <1361534989-38884-3-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Feb 22, 2013 at 01:09:47PM +0100, Cornelia Huck wrote: > Add a new bus type for s390 css kvm io devices. > > Signed-off-by: Cornelia Huck > --- > include/linux/kvm_host.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 3b768ef..59be516 100644 > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -148,6 +148,7 @@ struct kvm_io_bus { > enum kvm_bus { > KVM_MMIO_BUS, > KVM_PIO_BUS, > + KVM_CSS_BUS, so maybe KVM_S390_VIRTIO_CCW_NOTIFY_BUS to make the fact it's s390 and virtio specific, explicit? > KVM_NR_BUSES > }; > > -- > 1.7.12.4