From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1zeP-0005kb-EF for qemu-devel@nongnu.org; Thu, 26 Nov 2015 11:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1zeM-0007Rp-8C for qemu-devel@nongnu.org; Thu, 26 Nov 2015 11:44:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1zeM-0007QW-2u for qemu-devel@nongnu.org; Thu, 26 Nov 2015 11:44:02 -0500 Date: Thu, 26 Nov 2015 18:43:58 +0200 From: "Michael S. Tsirkin" Message-ID: <1448556198-25213-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] 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 541abd10a01da56c5f16582cd32d67114ec22a= 5c: Update version for v2.5.0-rc1 release (2015-11-20 17:43:46 +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 d08e42a1125d384cb53423f5810b0c7ea52dc6c9: vhost-user-test: fix migration overlap test (2015-11-26 18:39:34 +0200) ---------------------------------------------------------------- vhost, pc: fixes for 2.5 Minor vhost fixes. HW version tweak for PC. Documentation and test updates. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Eduardo Habkost (2): osdep: Change default value of qemu_hw_version() to "2.5+" pc: Don't set hw_version on pc-*-2.5 Michael S. Tsirkin (3): vhost-user: clarify start and enable Revert "vhost: send SET_VRING_ENABLE at start/stop" vhost-user-test: fix migration overlap test Stefano Dong (=E8=91=A3=E5=85=B4=E6=B0=B4) (1): Fix memory leak on error Victor Kaplansky (2): tests/vhost-user-bridge: propose GUEST_ANNOUNCE feature tests/vhost-user-bridge: read command line arguments Wen Congyang (1): vhost-user: set link down when the char device is closed include/hw/boards.h | 5 ++ include/qemu/osdep.h | 4 ++ hw/acpi/memory_hotplug.c | 1 + hw/i386/pc_piix.c | 1 - hw/i386/pc_q35.c | 1 - hw/ppc/spapr.c | 1 + hw/virtio/vhost.c | 9 ---- net/vhost-user.c | 2 +- tests/vhost-user-bridge.c | 130 +++++++++++++++++++++++++++++++++++++++-= ------ tests/vhost-user-test.c | 13 +++-- util/osdep.c | 9 +++- docs/specs/vhost-user.txt | 20 +++++-- 12 files changed, 155 insertions(+), 41 deletions(-)