qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 4f60af: spice: fix "info spice"


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 4f60af: spice: fix "info spice"
Date: Thu, 08 May 2014 04:30:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 4f60af9ac00800d5833f6ec4317535aeaddb1616
      
https://github.com/qemu/qemu/commit/4f60af9ac00800d5833f6ec4317535aeaddb1616
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M ui/spice-core.c

  Log Message:
  -----------
  spice: fix "info spice"

In case no listening address was specified, "info spice" reports
"0.0.0.0" as address.  Which is incorrect in case spice is listening
on ipv6.  Replace it by a wildcard "*" to indicate it is not limited
to a specific address.

Note:  Being more specific is not possible without extending the
spice-server api.  The socket is handled by spice-server not
qemu, so qemu can't easily figure the actual socket address.

Reported-by: David Jaša <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: a76a2f729aae21c45c7e9eef8d1d80e94d1cc930
      
https://github.com/qemu/qemu/commit/a76a2f729aae21c45c7e9eef8d1d80e94d1cc930
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M ui/spice-core.c

  Log Message:
  -----------
  spice: fix libvirt snapshots

Only notify spice-server about migration events in case we got
target host information beforehand.  So we kick the seamless spice
client migration only in case a actual live migration happens, not
when libvirt uses live-migration-to-file for snapshotting.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6b342cc9c872e82620fdd32730cd92affa8a19b3
      
https://github.com/qemu/qemu/commit/6b342cc9c872e82620fdd32730cd92affa8a19b3
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M ui/spice-core.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-7' into staging

spice: small fixes

# gpg: Signature made Thu 08 May 2014 09:50:21 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/spice/tags/pull-spice-7:
  spice: fix libvirt snapshots
  spice: fix "info spice"

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ff788b6fe67f...6b342cc9c872

reply via email to

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