1. 16 6月, 2014 3 次提交
  2. 14 6月, 2014 1 次提交
  3. 13 6月, 2014 10 次提交
  4. 12 6月, 2014 3 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into staging · 2a2c4830
      Peter Maydell 提交于
      gtk: misc fixes & cleanups.
      
      # gpg: Signature made Wed 11 Jun 2014 13:28:12 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-gtk-20140611-1:
        gtk: update window size after showing/hiding tabs
        gtk: factor out gtk3 grab into the new gd_grab_devices function
        gtk: cleanup backend dependencies
        gtk: factor out keycode mapping
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2a2c4830
    • P
      Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging · 05fedeef
      Peter Maydell 提交于
      * remotes/qmp-unstable/queue/qmp:
        json-parser: drop superfluous assignment for token variable
        readline: Clear screen on form feed.
        monitor: Add delvm and loadvm argument completion
        monitor: Add host_net_remove arguments completion
        readline: Make completion strings always unique
        monitor: Add host_net_add device argument completion
        net: Export valid host network devices list
        monitor: Add migrate_set_capability completion
        monitor: Add watchdog_action argument completion
        monitor: Add ringbuf_write and ringbuf_read argument completion
        dump: simplify get_len_buf_out()
        dump: hoist lzo_init() from get_len_buf_out() to dump_init()
        dump: select header bitness based on ELF class, not ELF architecture
        dump: eliminate DumpState.page_size ("guest's page size")
        dump: eliminate DumpState.page_shift ("guest's page shift")
        dump: simplify write_start_flat_header()
        dump: fill in the flat header signature more pleasingly to the eye
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      05fedeef
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' into staging · 70680858
      Peter Maydell 提交于
      bsd-user queue:
       * build fixes
       * improvements to strace
      
      # gpg: Signature made Wed 11 Jun 2014 15:23:40 BST using RSA key ID 14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      
      * remotes/pmaydell/tags/pull-bsd-user-20140611:
        bsd-user: Fix syscall format, add strace support for more syscalls
        bsd-user: Implement strace support for thr_* syscalls
        bsd-user: Implement strace support for extattr_* syscalls
        bsd-user: Implement strace support for __acl_* syscalls
        bsd-user: Implement strace support for print_ioctl syscall
        bsd-user: Implement strace support for print_sysctl syscall
        bsd-user: GPL v2 attribution update and style
        bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code
        exec: replace ffsl with ctzl
        vhost: replace ffsl with ctzl
        xen: replace ffsl with ctzl
        util/qemu-openpty: fix build with musl libc by include termios.h as fallback
        bsd-user/mmap.c: Don't try to override g_malloc/g_free
        util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
        bsd-user: refresh freebsd system call numbers
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      70680858
  5. 11 6月, 2014 23 次提交