From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIa1w-00059t-Vs for qemu-devel@nongnu.org; Fri, 24 Jul 2015 06:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIa1t-0000ho-JY for qemu-devel@nongnu.org; Fri, 24 Jul 2015 06:16:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIa1t-0000hb-Ee for qemu-devel@nongnu.org; Fri, 24 Jul 2015 06:16:37 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 1D6049C0C3 for ; Fri, 24 Jul 2015 10:16:37 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-67.ams2.redhat.com [10.36.112.67]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6OAGZex001711 for ; Fri, 24 Jul 2015 06:16:36 -0400 From: Paolo Bonzini Date: Fri, 24 Jul 2015 12:16:21 +0200 Message-Id: <1437732994-20478-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 00/13] Miscellaneous bugfixes for 2.4.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit dc94bd9166af5236a56bd5bb06845911915a92= 5c: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'= into staging (2015-07-22 12:52:34 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 56496b77d7f9f5600caff6e5437a44b489e48c6f: target-i386/FPU: a misprint in helper_fistll_ST0 (2015-07-24 11:43:19 += 0200) ---------------------------------------------------------------- * qemu-char fixes * SCSI fixes (including CVE-2015-5158) * RCU fixes * Framebuffer logic to set DIRTY_MEMORY_VGA * crypto unit test improvements * Fix compiler warning for --disable-vnc * qemu-doc fixes * x86 TCG pasto fix ---------------------------------------------------------------- Daniel P. Berrange (1): crypto: extend unit tests to cover decryption too Dmitry Poletaev (1): target-i386/FPU: a misprint in helper_fistll_ST0 Gonglei (2): vnc: fix memory leak qemu-doc: fix typos Matthew Rosato (1): scsi: Handle no media case for scsi_get_configuration Nils Carlson (1): qemu-char: Fix missed data on unix socket Paolo Bonzini (5): qemu-char: handle EINTR for TCP character devices scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158) rcu: actually register threads that have RCU read-side critical sec= tions memory: count number of active VGA logging clients framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the frame= buffer Peter Maydell (1): exec.c: Use atomic_rcu_read() to access dispatch in memory_region_s= ection_get_iotlb() Stefan Weil (1): vl: Fix compiler warning for builds without VNC cpus.c | 6 ++++ exec.c | 5 ++- hw/display/framebuffer.c | 75 ++++++++++++++++++++++++--------------= ------ hw/display/framebuffer.h | 44 ++++++++++++++++++++++++-- hw/display/milkymist-vgafb.c | 15 +++++++-- hw/display/omap_lcdc.c | 12 +++++-- hw/display/pl110.c | 13 ++++++-- hw/display/pxa2xx_lcd.c | 29 ++++++++++++----- hw/scsi/scsi-bus.c | 7 ++++- hw/scsi/scsi-disk.c | 16 +++++++++- include/exec/memory.h | 1 + iothread.c | 5 +++ memory.c | 7 +++++ migration/migration.c | 4 +++ qemu-char.c | 26 +++++++++------ qemu-doc.texi | 2 +- qemu-options.hx | 2 +- qemu-tech.texi | 2 +- target-i386/fpu_helper.c | 2 +- tests/test-crypto-cipher.c | 28 ++++++++++++----- tests/test-rcu-list.c | 4 +++ ui/vnc.c | 5 ++- util/rcu.c | 2 ++ vl.c | 2 +- 24 files changed, 236 insertions(+), 78 deletions(-) --=20 2.4.3