Re: [PATCH 1/3] S390: take a full byte as ext_param indicator
From: Marcelo Tosatti <hidden>
Date: 2010-08-25 21:20:20
From: Marcelo Tosatti <hidden>
Date: 2010-08-25 21:20:20
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 <redacted> --- 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.