qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] vhost, pc: fixes for 2.5
@ 2015-11-26 16:43 Michael S. Tsirkin
  2015-11-26 16:44 ` [Qemu-devel] [PULL 1/9] osdep: Change default value of qemu_hw_version() to "2.5+" Michael S. Tsirkin
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2015-11-26 16:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

The following changes since commit 541abd10a01da56c5f16582cd32d67114ec22a5c:

  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 <mst@redhat.com>

----------------------------------------------------------------
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 (董兴水) (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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-26 17:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:43 [Qemu-devel] [PULL 0/9] vhost, pc: fixes for 2.5 Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 1/9] osdep: Change default value of qemu_hw_version() to "2.5+" Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 2/9] pc: Don't set hw_version on pc-*-2.5 Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 3/9] vhost-user: set link down when the char device is closed Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 4/9] vhost-user: clarify start and enable Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 5/9] tests/vhost-user-bridge: propose GUEST_ANNOUNCE feature Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 6/9] tests/vhost-user-bridge: read command line arguments Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 7/9] Revert "vhost: send SET_VRING_ENABLE at start/stop" Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 8/9] Fix memory leak on error Michael S. Tsirkin
2015-11-26 16:44 ` [Qemu-devel] [PULL 9/9] vhost-user-test: fix migration overlap test Michael S. Tsirkin
2015-11-26 17:39 ` [Qemu-devel] [PULL 0/9] vhost, pc: fixes for 2.5 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).