1. 18 5月, 2016 4 次提交
  2. 17 5月, 2016 30 次提交
  3. 13 5月, 2016 6 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into staging · 70f87e0f
      Peter Maydell 提交于
      gtk/sdl build tweaks
      fix gtk 3.20 warnings
      gtk clipboard support
      spice-gl monitor config support
      fix coverity warnings
      
      # gpg: Signature made Fri 13 May 2016 13:30:39 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-ui-20160513-1:
        gtk: don't leak the GtkBorder with VTE 0.36
        gtk: update grab code for gtk 3.20
        spice: fix coverity complains
        egl-helpers: fix possible resource leak
        Changed malloc to g_malloc, free to g_free in ui/shader.c
        spice/gl: add & use qemu_spice_gl_monitor_config
        ui/gtk: copy to clipboard support
        ui: gtk: Fix some deprecation warnings
        ui: gtk: Fix a runtime warning on vte >= 0.37
        configure: support vte-2.91
        configure: report SDL version
        configure: report GTK version
        configure: add echo_version helper
        configure: error on unknown --with-sdlabi value
        configure: build SDL if only SDL2 available
        ui: sdl2: Release grab before opening console window
        ui: gtk: fix crash when terminal inner-border is NULL
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      70f87e0f
    • P
      Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into staging · 14fccfa9
      Peter Maydell 提交于
      MIPS patches 2016-05-13
      
      Changes:
      * fix zeroing CP0.WatchLo registers in soft reset
      * QOMify Jazz led
      
      # gpg: Signature made Fri 13 May 2016 11:04:04 BST using RSA key ID 0B29DA6B
      # gpg: Good signature from "Leon Alrae <leon.alrae@imgtec.com>"
      
      * remotes/lalrae/tags/mips-20160513:
        hw/display: QOM'ify jazz_led.c
        target-mips: fix call to memset in soft reset code
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      14fccfa9
    • A
      gtk: don't leak the GtkBorder with VTE 0.36 · 6978dc4a
      Alberto Garcia 提交于
      When gtk_widget_style_get() is used to get the "inner-border" style
      property, it returns a copy of the GtkBorder which must be freed by
      the caller.
      
      This patch also fixes a warning about the unused 'padding' structure
      with VTE 0.36.
      Signed-off-by: NAlberto Garcia <berto@igalia.com>
      Message-id: 1463127654-5171-1-git-send-email-berto@igalia.com
      Cc: Cole Robinson <crobinso@redhat.com>
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      
      [ kraxel: adapted to changes in ui patch queue ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      6978dc4a
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into staging · 20c20318
      Peter Maydell 提交于
      queued 2.7 patches
      
      # gpg: Signature made Fri 13 May 2016 01:08:20 BST using RSA key ID 4DD0279B
      # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
      # gpg:                 aka "Richard Henderson <rth@redhat.com>"
      # gpg:                 aka "Richard Henderson <rth@twiddle.net>"
      
      * remotes/rth/tags/pull-tcg-20160512: (39 commits)
        cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
        cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()
        cpu-exec: Move TB execution stuff out of cpu_exec()
        cpu-exec: Move interrupt handling out of cpu_exec()
        cpu-exec: Move exception handling out of cpu_exec()
        cpu-exec: Move halt handling out of cpu_exec()
        cpu-exec: Remove relic orphaned comment
        tcg: Remove needless CPUState::current_tb
        cpu-exec: Move TB chaining into tb_find_fast()
        tcg: Rework tb_invalidated_flag
        tcg: Clean up from 'next_tb'
        cpu-exec: elide more icount code if CONFIG_USER_ONLY
        tcg: reorganize tb_find_physical loop
        tcg: code_bitmap and code_write_count are not used by user-mode emulation
        tcg: Allow goto_tb to any target PC in user mode
        tcg: Clean up direct block chaining safety checks
        tcg: Clean up tb_jmp_unlink()
        tcg: Extract removing of jumps to TB from tb_phys_invalidate()
        tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
        tcg: Clarify thread safety check in tb_add_jump()
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      20c20318
    • X
      hw/display: QOM'ify jazz_led.c · 7fe91a5b
      xiaoqiang.zhao 提交于
      * Drop the old SysBus init function and use instance_init
      * Move graphic_console_init into realize stage
      Signed-off-by: Nxiaoqiang zhao <zxq_yx_007@163.com>
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NLeon Alrae <leon.alrae@imgtec.com>
      7fe91a5b
    • S
      cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt() · 8b1fe3f4
      Sergey Fedorov 提交于
      Suggested-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NSergey Fedorov <serge.fdrv@gmail.com>
      Signed-off-by: NSergey Fedorov <sergey.fedorov@linaro.org>
      Message-Id: <1463071937-26607-1-git-send-email-sergey.fedorov@linaro.org>
      Reviewed-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      8b1fe3f4