1. 11 3月, 2014 6 次提交
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging · ed9b103d
      Peter Maydell 提交于
      minor spice patches.
      
      # gpg: Signature made Mon 10 Mar 2014 13:13:14 GMT 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-4:
        configure: Prettify message for hosts without spice support
        spice: QemuUIInfo windup
        spice: fix simple display surface handling
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ed9b103d
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging · c57ec324
      Peter Maydell 提交于
      input: fixes for the rewrite.
      
      # gpg: Signature made Mon 10 Mar 2014 12:50:25 GMT 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-input-5:
        input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
        input: sdl: fix guest_cursor logic.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c57ec324
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into staging · fe6c53b4
      Peter Maydell 提交于
      vnc dirty tracking optinizations.
      various vnc bugfixes.
      
      # gpg: Signature made Mon 10 Mar 2014 12:39:54 GMT 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-vnc-1:
        ui/vnc: disable adaptive update calculations if not needed
        ui/vnc: optimize setting in vnc_dpy_update()
        ui/vnc: optimize clearing in find_and_clear_dirty_height()
        ui/vnc: optimize dirty bitmap tracking
        ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT
        ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
        vnc: fix use-after-free in vnc_update_client_sync
        vnc: Fix qemu crashed when vnc client disconnect suddenly
        vnc: Fix tight_detect_smooth_image() for lossless case
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fe6c53b4
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 118760df
      Peter Maydell 提交于
      acpi,pc,pci,virtio,memory bug fixes
      
      This collects several small fixes from all over the place.
      Additionally, Marcel's changes make acpi unit tests more robust.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Sun 09 Mar 2014 19:14:57 GMT using RSA key ID D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      # 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: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream:
        qemu: x86: ignore ioapic polarity
        pckbd: return 'keyboard enabled' on read input port command
        pam: partly fix write-only mode
        acpi-test: issue errors instead of warnings when possible
        acpi-test: retain both asl and aml files on failure
        MAINTAINERS: drop an out of date address
        Add a 'name' parameter to qemu_thread_create
        Add 'debug-threads' suboption to --name
        Rework --name to use QemuOpts
        PCIE: fix regression with coldplugged multifunction device
        memory_region_present: return false if address is not found in child MemoryRegion
        virtio-net: remove function calls from assert
        acpi-test-data: update expected files
        acpi-build: append description for non-hotplug
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      118760df
    • C
      s390/kvm: Add Maintainers for s390/kvm · b304bf00
      Christian Borntraeger 提交于
      Lets add Conny and myself as maintainers for s390/kvm and
      related code. This does not include any tcg related code,
      which is maintained by Richard and Alex.
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      Acked-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Acked-by: NPaolo Bonzini <pbonzini@redhat.com>
      Acked-by: NAlexander Graf <agraf@suse.de>
      Message-id: 1394095765-29686-2-git-send-email-borntraeger@de.ibm.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      b304bf00
    • P
      Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging · 3f150670
      Peter Maydell 提交于
      * remotes/riku/linux-user-for-upstream:
        linux-user: set minimum kernel version to 2.6.32
        linux-user: correct handling of break exception for MIPS
        linux-user: translate signal number on return from sigtimedwait
        linux-user: Implement sendmmsg syscall
        linux-user: Fix getresuid, getresgid if !USE_UID16
        linux-user: Don't use UID16 on AArch64
        linux-user: AArch64: Implement SA_RESTORER for signal handlers
        linux-user/signal.c: Fix AArch64 big-endian FP register restore
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3f150670
  2. 10 3月, 2014 33 次提交
  3. 09 3月, 2014 1 次提交