From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG3kA-0000Ul-D9 for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG3k3-0003rr-Rc for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:10:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG3k3-0003rG-JH for qemu-devel@nongnu.org; Mon, 24 Sep 2012 04:10:11 -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 q8O8AAoU002982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Sep 2012 04:10:10 -0400 Message-ID: <50601560.6050103@redhat.com> Date: Mon, 24 Sep 2012 10:10:08 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347527282-3326-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1347527282-3326-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/13/12 11:07, Gerd Hoffmann wrote: > 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. Ping?