The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e68012a:
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 <m...@redhat.com> ---------------------------------------------------------------- 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é 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(-)