1. 17 9月, 2014 4 次提交
    • P
      util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() · 8287fea3
      Peter Maydell 提交于
      Currently you can specify whether you want a UDP chardev backend
      to be IPv4 or IPv6 using the ipv4 or ipv6 options if you use the
      QemuOpts parsing code in inet_dgram_opts(). However the QMP struct
      parsing code in socket_dgram() doesn't provide this flexibility
      (which in turn prevents us from converting the UDP backend handling
      to the new style QAPI framework).
      
      Use the existing inet_addr_to_opts() function to convert the
      remote->inet address to option strings; this handles ipv4 and
      ipv6 flags as well as host and port. (It will also convert any
      'to' specification, which is harmless as it is ignored in this
      context.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1409653457-27863-3-git-send-email-peter.maydell@linaro.org
      8287fea3
    • P
      qemu-char: Convert socket backend to QAPI · dafd325d
      Peter Maydell 提交于
      Convert the socket char backend to the new style QAPI framework;
      this allows it to return an Error ** to callers who might not
      want it to print directly about socket failures.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1409653457-27863-2-git-send-email-peter.maydell@linaro.org
      dafd325d
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into staging · 8af47027
      Peter Maydell 提交于
      Two minor sdl2 fixes.
      
      # gpg: Signature made Tue 16 Sep 2014 07:20:37 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/kraxel/tags/pull-sdl-20140916-1:
        sdl2: keymap fixups
        sdl2: drop sdl_zoom.h
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      8af47027
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140916-2' into staging · 5f3fb5a2
      Peter Maydell 提交于
      spice: call qemu_spice_set_passwd() during init
      
      # gpg: Signature made Tue 16 Sep 2014 07:11:22 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-20140916-2:
        spice: call qemu_spice_set_passwd() during init
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5f3fb5a2
  2. 16 9月, 2014 5 次提交
  3. 15 9月, 2014 3 次提交
  4. 12 9月, 2014 28 次提交