From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nke37-0007TG-Ci for qemu-devel@nongnu.org; Thu, 25 Feb 2010 08:46:41 -0500 Received: from [199.232.76.173] (port=48901 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nke37-0007Sz-31 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 08:46:41 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nke36-0000tj-3A for qemu-devel@nongnu.org; Thu, 25 Feb 2010 08:46:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55618) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nke35-0000td-No for qemu-devel@nongnu.org; Thu, 25 Feb 2010 08:46:39 -0500 From: Amit Shah Date: Thu, 25 Feb 2010 19:15:17 +0530 Message-Id: <1267105520-25457-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] s390: Fix compile, add 0.12 machine type, backward compat List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , agraf@suse.de Hello, This series fixes a compile error and adds 0.12 and 0.13 machine types, disabling newer virtio-serial features for 0.12. Note: The name for the machine type changes from s390-virtio to s390-virtio-vXX, this may not be compatible for 0.12. Amit Shah (3): s390-virtio: Fix compile error for virtio-block init s390: Add a 0.12 machine type for compatibility s390-virtio: Disable new virtio-serial features for 0.12 machine type hw/s390-virtio-bus.c | 2 +- hw/s390-virtio.c | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-)