1. 09 5月, 2014 35 次提交
  2. 08 5月, 2014 5 次提交
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-7' into staging · 6b342cc9
      Peter Maydell 提交于
      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) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/spice/tags/pull-spice-7:
        spice: fix libvirt snapshots
        spice: fix "info spice"
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      6b342cc9
    • G
      spice: fix libvirt snapshots · a76a2f72
      Gerd Hoffmann 提交于
      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: NGerd Hoffmann <kraxel@redhat.com>
      a76a2f72
    • G
      spice: fix "info spice" · 4f60af9a
      Gerd Hoffmann 提交于
      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: NDavid Jaša <djasa@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      4f60af9a
    • P
      Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' into staging · ff788b6f
      Peter Maydell 提交于
      trivial patches for 2014-05-07
      
      # gpg: Signature made Wed 07 May 2014 18:01:15 BST using RSA key ID A4C3D7DB
      # gpg: Good signature from "Michael Tokarev <mjt@tls.msk.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@corpit.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@debian.org>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
      #      Subkey fingerprint: 6F67 E18E 7C91 C5B1 5514  66A7 BEE5 9D74 A4C3 D7DB
      
      * remotes/mjt/tags/trivial-patches-2014-05-07: (21 commits)
        libcacard: remove unnecessary EOL from debug prints
        docs/memory.txt: Fix document on MMIO operations
        readline: Sort completions before printing them.
        readline: use g_strndup instead of open-coding it
        qmp: report path ambiguity error
        libcacard: replace pstrcpy() with memcpy()
        glib: move g_poll() replacement into glib-compat.h
        do not call g_thread_init() for glib >= 2.31
        hw/9pfs: Add include file for exported symbol
        xen: remove unused global, xen_xcg
        hw: Add missing 'static' attributes
        qemu-timer: Add missing 'static' attribute
        ui: Add missing 'static' attribute
        monitor: Add missing 'static' attribute
        hw/s390x: Add missing 'static' attribute
        hw/mips: Add missing 'static' and 'const' attributes
        hw/9pfs: Add missing 'static' attributes
        arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
        tests/tcg: Fix compilation of test_path
        qga: Fix typo (plural) in comment
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ff788b6f
    • P
      Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging · 5894145a
      Peter Maydell 提交于
      * remotes/sstabellini/xen-140507-2:
        xen_disk: add discard support
        pass an inclusive address range to xc_domain_pin_memory_cacheattr
        xen: factor out common functions
        xen: move Xen HVM files under hw/i386/xen
        xen: move Xen PV machine files to hw/xenpv
        qemu-xen: free all the pirqs for msi/msix when driver unload
        exec: Limit translation limiting in address_space_translate to xen
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5894145a