mbox

[PULL,0/5] pci, pc, virtio, misc bugfixes

Message ID 1412069893-4717-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin Sept. 30, 2014, 9:39 a.m. UTC
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 <mst@redhat.com>

----------------------------------------------------------------
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(-)

Comments

Peter Maydell Sept. 30, 2014, 1:59 p.m. UTC | #1
On 30 September 2014 10:39, Michael S. Tsirkin <mst@redhat.com> wrote:
> 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 <mst@redhat.com>
>

Applied, thanks.

-- PMM