1. 06 3月, 2018 38 次提交
  2. 05 3月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' into staging · 4ee02f53
      Peter Maydell 提交于
      ui: build curses, gtk and sdl as modules.
      
      # gpg: Signature made Mon 05 Mar 2018 08:48:24 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/ui-20180305-pull-request:
        ui/sdl: build as module
        audio: rename CONFIG_* to CONFIG_AUDIO_*
        ui/curses: build as module
        ui/gtk: build as module
        configure: opengl doesn't depend on x11
        configure: add X11 vars to config-host.mak
        console: add ui module loading support
        console: add and use qemu_display_find_default
        egl-headless: switch over to new display registry
        curses: switch over to new display registry
        cocoa: switch over to new display registry
        sdl: switch over to new display registry
        console: add qemu display registry, add gtk
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4ee02f53
    • P
      Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging · 41dfc0dc
      Peter Maydell 提交于
      # gpg: Signature made Mon 05 Mar 2018 03:06:59 GMT
      # gpg:                using RSA key EF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * remotes/jasowang/tags/net-pull-request:
        tap: setting error appropriately when calling net_init_tap_one()
        hw/net: Remove unnecessary header includes
        net: Add a new convenience option "--nic" to configure default/on-board NICs
        net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
        net: Remove the deprecated way of dumping network packets
        net: Make net_client_init() static
        net: Only show vhost-user in the help text if CONFIG_POSIX is defined
        net: List available netdevs with "-netdev help"
        net: Move error reporting from net_init_client/netdev to the calling site
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      41dfc0dc