From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSkzS-0002JI-Ex for qemu-devel@nongnu.org; Mon, 08 Feb 2016 07:32:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSkzR-00030g-Es for qemu-devel@nongnu.org; Mon, 08 Feb 2016 07:32:26 -0500 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:33448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSkzR-00030b-Af for qemu-devel@nongnu.org; Mon, 08 Feb 2016 07:32:25 -0500 Received: by mail-vk0-x22c.google.com with SMTP id k196so27336741vka.0 for ; Mon, 08 Feb 2016 04:32:25 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1454784308-21177-1-git-send-email-mst@redhat.com> References: <1454784308-21177-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 8 Feb 2016 12:32:05 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/45] pc and misc cleanups and fixes, virtio optimizations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers , Eduardo Habkost On 6 February 2016 at 19:12, Michael S. Tsirkin wrote: > The following changes since commit 382d34ff9fcc534db32d54eb82590de7c04f9b33: > > Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2016-02-03 19:00:33 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to a407644079c8639002e7ea635d851953b10a38c3: > > net: set endianness on all backend devices (2016-02-06 20:44:10 +0200) > > Changes from v1: > drop accidental seabios update > drop floppy changes (crash winxp) > > ---------------------------------------------------------------- > pc and misc cleanups and fixes, virtio optimizations > > Included here: > Refactoring and bugfix patches in PC/ACPI. > New commands for ipmi. > Virtio optimizations. > > Signed-off-by: Michael S. Tsirkin Applied, thanks. -- PMM