From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5yzD-0008F5-U3 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 12:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5yzA-00069h-DB for qemu-devel@nongnu.org; Fri, 19 Jun 2015 12:17:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5yzA-00069b-0L for qemu-devel@nongnu.org; Fri, 19 Jun 2015 12:17:44 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id B4F07385D3A for ; Fri, 19 Jun 2015 16:17:43 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-30.ams2.redhat.com [10.36.112.30]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5JGHgWB012837 for ; Fri, 19 Jun 2015 12:17:42 -0400 From: Paolo Bonzini Date: Fri, 19 Jun 2015 18:17:40 +0200 Message-Id: <1434730661-5370-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 00/15] Timer, virtio-scsi-test, build, memory changes for 2015-06-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 93f6d1c16036aaf34055d16f54ea770fb8d6d2= 80: Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' = into staging (2015-06-16 10:35:43 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to e4a511f8cc6f4a46d409fb5c9f72c38ba45f8d83: exec: clamp accesses against the MemoryRegionSection (2015-06-19 12:27:= 14 +0200) ---------------------------------------------------------------- * i8254 security fix * Avoid long 100% CPU wait after restarting guests that use the periodic = timer * Fixes for access clamping (WinXP, MIPS) * wixl/.msi support for qemu-ga on Windows ---------------------------------------------------------------- Fam Zheng (5): tests: Link libqos virtio object to virtio-scsi-test libqos: Allow calling guest_free on NULL pointer libqos: Complete virtio device ID definition list tests: virtio-scsi: Move start/stop to individual test functions tests: virtio-scsi: Add test for unaligned WRITE SAME Paolo Bonzini (2): exec: do not clamp accesses to MMIO regions exec: clamp accesses against the MemoryRegionSection Paul Donohue (2): qemu-timer: Call clock reset notifiers on forward jumps mc146818rtc: Reset the periodic timer on load Petr Matousek (1): i8254: fix out-of-bounds memory access in pit_ioport_read() Pranith Kumar (1): qemu-log: Open file for logging when specified Yossi Hindin (4): qemu-ga: adding vss-[un]install options qemu-ga: debug printouts to help troubleshoot installation qemu-ga: Introduce Windows MSI script qemu-ga: Building Windows MSI installation with configure/Makefile Makefile | 24 +++++- configure | 66 +++++++++++++++ exec.c | 8 +- hw/timer/i8254.c | 6 ++ hw/timer/mc146818rtc.c | 6 ++ include/qemu/timer.h | 9 +++ qemu-timer.c | 2 +- qga/channel-win32.c | 2 +- qga/commands-win32.c | 1 + qga/installer/qemu-ga.wxs | 145 +++++++++++++++++++++++++++++++++ qga/main.c | 10 ++- tests/Makefile | 2 +- tests/libqos/malloc.c | 3 + tests/libqos/virtio.h | 10 ++- tests/virtio-scsi-test.c | 201 ++++++++++++++++++++++++++++++++++++++++= ++++-- vl.c | 13 ++- 16 files changed, 485 insertions(+), 23 deletions(-) create mode 100644 qga/installer/qemu-ga.wxs --=20 2.4.3