From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGqt5-0001lV-DO for qemu-devel@nongnu.org; Wed, 26 Sep 2012 08:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGqt0-0002Z1-JZ for qemu-devel@nongnu.org; Wed, 26 Sep 2012 08:38:47 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGqt0-0002Xl-F1 for qemu-devel@nongnu.org; Wed, 26 Sep 2012 08:38:42 -0400 Received: by obbta14 with SMTP id ta14so468022obb.4 for ; Wed, 26 Sep 2012 05:38:41 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1347527282-3326-1-git-send-email-kraxel@redhat.com> References: <1347527282-3326-1-git-send-email-kraxel@redhat.com> Date: Wed, 26 Sep 2012 07:38:37 -0500 Message-ID: <876271rmb6.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 , qemu-devel@nongnu.org Gerd Hoffmann writes: > 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 > Applied. Thanks. Regards, Anthony Liguori > 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(-)