From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzPNd-0005Fz-Mu for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:36:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzPNX-0005DI-NY for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:36:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzPNX-0005DD-HF for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:35:59 -0500 Date: Thu, 19 Nov 2015 15:35:57 +0200 From: "Michael S. Tsirkin" Message-ID: <1447939696-28930-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/15] vhost, pc: fixes for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e6801= 2a: Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +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 1c7ba94a184df1eddd589d5400d879568d3e5d08: exec: silence hugetlbfs warning under qtest (2015-11-19 15:26:05 +0200) ---------------------------------------------------------------- vhost, pc: fixes for 2.5 Fixes all over the place. This also re-enables a test we disabled in 2.5 cycle now that there's a way not to get a warning from it. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Bandan Das (2): q35: Check propery to determine if iommu is set i440fx: print an error message if user tries to enable iommu Marc-Andr=E9 Lureau (2): tests: re-enable vhost-user-test exec: silence hugetlbfs warning under qtest Michael S. Tsirkin (8): vhost-user: update spec description vhost-user-test: support VHOST_USER_SET_VRING_ENABLE vhost-user: print original request on error vhost-user: start/stop all rings specs/vhost-user: fix spec to match reality vhost-user: ignore qemu-only features vhost-user: fix log size acpi: fix buffer overrun on migration Victor Kaplansky (1): tests/vhost-user-bridge: implement logging of dirty pages Yuanhan Liu (2): vhost: let SET_VRING_ENABLE message depends on protocol feature vhost: don't send RESET_OWNER at stop configure | 1 + include/hw/boards.h | 1 - exec.c | 5 +- hw/acpi/core.c | 8 +- hw/core/machine.c | 5 -- hw/net/vhost_net.c | 14 +-- hw/pci-host/piix.c | 5 ++ hw/pci-host/q35.c | 2 +- hw/virtio/vhost-user.c | 25 +++--- tests/vhost-user-bridge.c | 220 ++++++++++++++++++++++++++++++++++++++++= ------ tests/vhost-user-test.c | 7 +- vl.c | 28 +++--- docs/specs/vhost-user.txt | 70 +++++++++++++-- tests/Makefile | 5 +- 14 files changed, 311 insertions(+), 85 deletions(-)