From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [RFC PATCH v2 2/4] KVM: Introduce KVM_CSS_BUS. Date: Fri, 22 Feb 2013 13:09:47 +0100 Message-ID: <1361534989-38884-3-git-send-email-cornelia.huck@de.ibm.com> References: <1361534989-38884-1-git-send-email-cornelia.huck@de.ibm.com> Cc: linux-s390 , qemu-devel , "Michael S. Tsirkin" To: KVM Return-path: Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:57222 "EHLO e06smtp14.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754780Ab3BVMJz (ORCPT ); Fri, 22 Feb 2013 07:09:55 -0500 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 22 Feb 2013 12:06:52 -0000 In-Reply-To: <1361534989-38884-1-git-send-email-cornelia.huck@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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, KVM_NR_BUSES }; -- 1.7.12.4