From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYtrQ-0008Qu-PI for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:36:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYtrK-0000be-M2 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:36:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYtrK-0000b6-AJ for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:36:38 -0400 Date: Tue, 30 Sep 2014 12:39:58 +0300 From: "Michael S. Tsirkin" Message-ID: <1412069893-4717-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/5] pci, pc, virtio, misc bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit ed9114356b587b362f5ed10e75366a4f07ed32af: raw-posix: Fix build without posix_fallocate() (2014-09-29 16:28:24 +0100) 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 28d16f38d0d5881f95b074cc802dae8cacc1bf58: vl: Adjust the place of calling mlockall to speedup VM's startup (2014-09-29 19:44:04 +0300) ---------------------------------------------------------------- pci, pc, virtio, misc bugfixes A bunch of bugfixes. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Gonglei (1): pci-hotplug-old: avoid losing error message Markus Armbruster (1): loader: g_realloc(p, 0) frees and returns NULL, simplify Michael S. Tsirkin (1): Revert "virtio-pci: fix migration for pci bus master" zhanghailiang (2): pc-dimm: Don't check dimm->node when there is non-NUMA config vl: Adjust the place of calling mlockall to speedup VM's startup include/hw/elf_ops.h | 15 +++++---------- hw/mem/pc-dimm.c | 2 +- hw/pci/pci-hotplug-old.c | 5 ++++- hw/virtio/virtio-pci.c | 39 +++++++++++++++++++-------------------- vl.c | 11 +++++------ 5 files changed, 34 insertions(+), 38 deletions(-)