From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCIWH-00077P-9a for qemu-devel@nongnu.org; Wed, 30 Nov 2016 22:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCIWD-0004ND-Dp for qemu-devel@nongnu.org; Wed, 30 Nov 2016 22:58:49 -0500 Received: from mail.kernel.org ([198.145.29.136]:58420) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cCIWD-0004Mt-81 for qemu-devel@nongnu.org; Wed, 30 Nov 2016 22:58:45 -0500 Date: Thu, 1 Dec 2016 05:58:40 +0200 From: "Michael S. Tsirkin" Message-ID: <1480564455-23933-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/5] virtio, vhost, pc: fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi Comments on patches included: - a spec update seems important for 2.8 as incorrect spec makes people implement backends incorrectly. - undefined behaviour fix seems important too - who knows what would compiler optimizers come up with Others are imho clearly uncontroversial. The following changes since commit 1cd56fd2e14f67ead2f0458b4ae052f19865c41c: Update version for v2.8.0-rc2 release (2016-11-29 22:26:25 +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 9730280d54634caa5d63f0d8fcd85da8311d2ebf: virtio-crypto: fix uninitialized variables (2016-11-30 04:22:18 +0200) ---------------------------------------------------------------- virtio, vhost, pc: fixes Minor fixes since 2.8.0-rc2. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Gonglei (1): virtio-crypto: fix uninitialized variables Laszlo Ersek (2): loader: fix handling of custom address spaces when adding ROM blobs loader: fix undefined behavior in rom_order_compare() Peter Xu (1): intel_iommu: fix incorrect device invalidate Wei Wang (1): spec/vhost-user: fix the VHOST_USER prefix docs/specs/vhost-user.txt | 20 ++++++++++---------- hw/lm32/lm32_hwsetup.h | 2 +- include/hw/loader.h | 6 +++--- hw/arm/virt-acpi-build.c | 2 +- hw/core/loader.c | 6 ++++-- hw/i386/acpi-build.c | 2 +- hw/i386/intel_iommu.c | 1 + hw/virtio/virtio-crypto.c | 2 +- 8 files changed, 22 insertions(+), 19 deletions(-)