From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYB01-0000U9-Ra for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYAzx-0000EO-9g for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:25 -0500 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:50553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAzx-0000DX-0c for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:21 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Feb 2016 11:19:16 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id C1DAC2190066 for ; Tue, 23 Feb 2016 11:18:59 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1NBJFrA60555460 for ; Tue, 23 Feb 2016 11:19:15 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1NBJEI5008504 for ; Tue, 23 Feb 2016 04:19:15 -0700 From: Cornelia Huck Date: Tue, 23 Feb 2016 12:19:06 +0100 Message-Id: <1456226350-3367-7-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1456226350-3367-1-git-send-email-cornelia.huck@de.ibm.com> References: <1456226350-3367-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 06/10] s390x/virtio: old machine leftovers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de Remove some now unused #defines. Reviewed-By: Sascha Silbe Reviewed-by: Halil Pasic Signed-off-by: Cornelia Huck --- hw/s390x/s390-virtio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/s390x/s390-virtio.c b/hw/s390x/s390-virtio.c index c320878..8e533ae 100644 --- a/hw/s390x/s390-virtio.c +++ b/hw/s390x/s390-virtio.c @@ -54,8 +54,6 @@ #endif #define MAX_BLK_DEVS 10 -#define S390_MACHINE "s390-virtio" -#define TYPE_S390_MACHINE MACHINE_TYPE_NAME(S390_MACHINE) #define S390_TOD_CLOCK_VALUE_MISSING 0x00 #define S390_TOD_CLOCK_VALUE_PRESENT 0x01 -- 2.7.1