From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL v2 00/15] Timer, virtio-scsi-test, build, memory changes for 2015-06-19
Date: Fri, 19 Jun 2015 18:17:40 +0200 [thread overview]
Message-ID: <1434730661-5370-1-git-send-email-pbonzini@redhat.com> (raw)
The following changes since commit 93f6d1c16036aaf34055d16f54ea770fb8d6d280:
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
--
2.4.3
next reply other threads:[~2015-06-19 16:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-19 16:17 Paolo Bonzini [this message]
2015-06-19 16:17 ` [Qemu-devel] [PULL 11/15] tests: virtio-scsi: Add test for unaligned WRITE SAME Paolo Bonzini
2015-06-22 11:50 ` [Qemu-devel] [PULL v2 00/15] Timer, virtio-scsi-test, build, memory changes for 2015-06-19 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1434730661-5370-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).