The following changes since commit dc94bd9166af5236a56bd5bb06845911915a925c:
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 178846bdd93994c1acafe4423f99ead8bb24cf38: target-i386/FPU: a misprint in helper_fistll_ST0 (2015-07-24 13:57:45 +0200) ---------------------------------------------------------------- * qemu-char fixes * SCSI fixes (including CVE-2015-5158) * RCU fixes * Framebuffer logic to set DIRTY_MEMORY_VGA * Fix compiler warning for --disable-vnc * qemu-doc fixes * x86 TCG pasto fix ---------------------------------------------------------------- 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 sections memory: count number of active VGA logging clients framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer Peter Maydell (1): exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_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-rcu-list.c | 4 +++ ui/vnc.c | 5 ++- util/rcu.c | 2 ++ vl.c | 2 +- 23 files changed, 216 insertions(+), 70 deletions(-) -- 2.4.3