mbox

[PULL,0/2] spice: fix coverity defect, add unix address support

Message ID 1421925514-12398-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150122-1

Message

Gerd Hoffmann Jan. 22, 2015, 11:18 a.m. UTC
Hi,

Here comes the spice patch queue, featuring a coverity fix and
support for unix sockets.

please pull,
  Gerd

The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)

are available in the git repository at:


  git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150122-1

for you to fetch changes up to 51a090991449c7d3c6d428eda18b4f30a36e2c1b:

  spice: fix coverity reported defect in display code (2015-01-22 11:18:41 +0100)

----------------------------------------------------------------
spice: fix coverity defect, add unix address support

----------------------------------------------------------------
Gerd Hoffmann (1):
      spice: fix coverity reported defect in display code

Marc-André Lureau (1):
      spice: add unix address support

 qemu-options.hx    | 3 ++-
 ui/spice-core.c    | 9 +++++++++
 ui/spice-display.c | 6 +++---
 3 files changed, 14 insertions(+), 4 deletions(-)

Comments

Peter Maydell Jan. 22, 2015, 5:41 p.m. UTC | #1
On 22 January 2015 at 11:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the spice patch queue, featuring a coverity fix and
> support for unix sockets.
>
> please pull,
>   Gerd
>
> The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)
>
> are available in the git repository at:
>
>
>   git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150122-1
>
> for you to fetch changes up to 51a090991449c7d3c6d428eda18b4f30a36e2c1b:
>
>   spice: fix coverity reported defect in display code (2015-01-22 11:18:41 +0100)
>
> ----------------------------------------------------------------
> spice: fix coverity defect, add unix address support
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM