From bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 Mon Sep 17 00:00:00 2001 From: RajithaY Date: Tue, 25 Apr 2017 03:31:15 -0700 Subject: Adding qemu as a submodule of KVMFORNFV This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY --- qemu/include/standard-headers/asm-s390/virtio-ccw.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 qemu/include/standard-headers/asm-s390/virtio-ccw.h (limited to 'qemu/include/standard-headers/asm-s390/virtio-ccw.h') diff --git a/qemu/include/standard-headers/asm-s390/virtio-ccw.h b/qemu/include/standard-headers/asm-s390/virtio-ccw.h deleted file mode 100644 index a9a4ebf79..000000000 --- a/qemu/include/standard-headers/asm-s390/virtio-ccw.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Definitions for virtio-ccw devices. - * - * Copyright IBM Corp. 2013 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License (version 2 only) - * as published by the Free Software Foundation. - * - * Author(s): Cornelia Huck - */ -#ifndef __KVM_VIRTIO_CCW_H -#define __KVM_VIRTIO_CCW_H - -/* Alignment of vring buffers. */ -#define KVM_VIRTIO_CCW_RING_ALIGN 4096 - -/* Subcode for diagnose 500 (virtio hypercall). */ -#define KVM_S390_VIRTIO_CCW_NOTIFY 3 - -#endif -- cgit 1.2.3-korg