From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC5PC-0006bP-VD for qemu-devel@nongnu.org; Thu, 13 Sep 2012 05:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC5P3-0000a1-C3 for qemu-devel@nongnu.org; Thu, 13 Sep 2012 05:08:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC5P2-0000Zi-S6 for qemu-devel@nongnu.org; Thu, 13 Sep 2012 05:08:05 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8D9844K007273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Sep 2012 05:08:04 -0400 From: Gerd Hoffmann Date: Thu, 13 Sep 2012 11:07:59 +0200 Message-Id: <1347527282-3326-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] add pc-1.3, fix xhci comat, ivshmem 64bit option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small series with tree patches, the first one adds a new machine type for the upcoming 1.3 release so we can add compat properties as needed, the other two patches actually add compat properties. The xhci one is a pure compat fix which turns off msi+msix on old machine types. The other is the 64bit ivshmem patch which has been posted multiple times and still didn't make it into master yet. It adds a compat property too to turn off 64bit on old machine types. cheers, Gerd The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc: Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200) are available in the git repository at: git://git.kraxel.org/qemu misc.1 Gerd Hoffmann (3): add pc-1.3 machine type compat: turn off msi/msix on xhci for old machine types ivshmem: add 64bit option hw/ivshmem.c | 13 ++++++++++--- hw/pc_piix.c | 32 ++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 5 deletions(-)