qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/28] Bug fixes + NBD-over-TLS support patches for 2


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/28] Bug fixes + NBD-over-TLS support patches for 2016-02-16
Date: Tue, 16 Feb 2016 17:34:18 +0100

The following changes since commit 80b5d6bfc1280fa06e2514a414690c0e5b4b514b:

  Merge remote-tracking branch 'remotes/rth/tags/pull-i386-20160215' into 
staging (2016-02-15 11:45:11 +0000)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to ddffee3904828f11d596a13bd3c8960d747c66d8:

  nbd: enable use of TLS with nbd-server-start command (2016-02-16 17:17:49 
+0100)

----------------------------------------------------------------
* Coverity fixes for IPMI and mptsas
* qemu-char fixes from Daniel and Marc-André
* Bug fixes that break qemu-iotests
* Changes to fix reset from panicked state
* checkpatch false positives for designated initializers
* TLS support in the NBD servers and clients

----------------------------------------------------------------
Cédric Le Goater (1):
      ipmi: sensor number should not exceed MAX_SENSORS

Daniel P. Berrange (17):
      char: fix handling of QIO_CHANNEL_ERR_BLOCK
      qom: add helpers for UserCreatable object types
      qemu-nbd: add support for --object command line arg
      nbd: convert block client to use I/O channels for connection setup
      nbd: convert qemu-nbd server to use I/O channels for connection setup
      nbd: convert blockdev NBD server to use I/O channels for connection setup
      nbd: convert to using I/O channels for actual socket I/O
      nbd: invert client logic for negotiating protocol version
      nbd: make server compliant with fixed newstyle spec
      nbd: make client request fixed new style if advertised
      nbd: allow setting of an export name for qemu-nbd server
      nbd: always query export list in fixed new style protocol
      nbd: use "" as a default export name if none provided
      nbd: implement TLS support in the protocol negotiation
      nbd: enable use of TLS with NBD block driver
      nbd: enable use of TLS with qemu-nbd server
      nbd: enable use of TLS with nbd-server-start command

Denis V. Lunev (1):
      vl: change QEMU state machine for system reset

Eric Blake (1):
      build: Don't redefine 'inline'

Leonid Bloch (2):
      checkpatch: Eliminate false positive in case of comma-space-square bracket
      checkpatch: Eliminate false positive in case of space before square 
bracket in a definition

Paolo Bonzini (6):
      Revert "qemu-char: Keep pty slave file descriptor open until the master 
is closed"
      vl: fix migration from prelaunch state
      migration: fix incorrect memory_global_dirty_log_start outside BQL
      mptsas: add missing va_end
      mptsas: fix memory leak
      mptsas: fix wrong formula

 Makefile                        |   6 +-
 block/nbd-client.c              |  91 ++++++---
 block/nbd-client.h              |  10 +-
 block/nbd.c                     | 105 ++++++++--
 blockdev-nbd.c                  | 131 ++++++++++--
 hmp.c                           |  54 ++---
 hw/ipmi/ipmi_bmc_sim.c          |  16 +-
 hw/scsi/mptconfig.c             |   1 +
 hw/scsi/mptsas.c                |   3 +-
 include/block/nbd.h             |  28 ++-
 include/monitor/monitor.h       |   3 -
 include/qemu/compiler.h         |  12 --
 include/qom/object_interfaces.h |  92 +++++++++
 migration/ram.c                 |   4 +
 nbd/client.c                    | 440 +++++++++++++++++++++++++++++++++++-----
 nbd/common.c                    |  83 +++++---
 nbd/nbd-internal.h              |  32 ++-
 nbd/server.c                    | 334 +++++++++++++++++++++---------
 qapi/block.json                 |   4 +-
 qemu-char.c                     |  10 +-
 qemu-img.c                      |   1 +
 qemu-io.c                       |   1 +
 qemu-nbd.c                      | 195 ++++++++++++++----
 qemu-nbd.texi                   |  14 ++
 qmp-commands.hx                 |   2 +-
 qmp.c                           |  76 +------
 qom/object_interfaces.c         | 174 ++++++++++++++++
 scripts/checkpatch.pl           |   6 +-
 tests/Makefile                  |   2 +-
 tests/qemu-iotests/140.out      |   2 +-
 tests/qemu-iotests/143.out      |   2 +-
 vl.c                            |  86 ++------
 32 files changed, 1500 insertions(+), 520 deletions(-)
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]