From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/3] S390: take a full byte as ext_param indicator Date: Wed, 25 Aug 2010 18:20:20 -0300 Message-ID: <20100825212020.GA2345@amt.cnet> References: <1282657732-20902-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: virtualization@lists.linux-foundation.org, Rusty Russell , Christian Ehrhardt , Carsten Otte , borntraeger@de.ibm.com, linux-s390@vger.kernel.org, KVM list To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13058 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754392Ab0HYVYJ (ORCPT ); Wed, 25 Aug 2010 17:24:09 -0400 Content-Disposition: inline In-Reply-To: <1282657732-20902-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Aug 24, 2010 at 03:48:50PM +0200, Alexander Graf wrote: > Currenty the ext_param field only distinguishes between "config change" and > "vring interrupt". We can do a lot more with it though, so let's enable a > full byte of possible values and constants to #defines while at it. > > Signed-off-by: Alexander Graf > > --- > > v1 -> v2: > > - move defines to virtio_s390.h > --- > arch/s390/include/asm/kvm_virtio.h | 6 ++++++ > drivers/s390/kvm/kvm_virtio.c | 19 +++++++++++++------ > 2 files changed, 19 insertions(+), 6 deletions(-) Applied, thanks.