1. 25 3月, 2014 3 次提交
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 90c49ef1
      Peter Maydell 提交于
      acpi,pc,test bug fixes
      
      More small fixes all over the place.
      Notably fixes for big-endian hosts by Marcel.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Mon 24 Mar 2014 10:41:07 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:
        tests/acpi-test: do not fail if iasl is broken
        vl.c: Use MAX_CPUMASK_BITS macro instead of hardcoded constant
        sysemu.h: Document what MAX_CPUMASK_BITS really limits
        acpi: fix endian-ness for table ids
        acpi-test: signature endian-ness fixes
        i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF
        acpi-test: rebuild SSDT
        i386/acpi-build: allow more than 255 elements in CPON
        pc: Refuse max_cpus if it results in too large APIC ID
        acpi: Don't use MAX_CPUMASK_BITS for APIC ID bitmap
        acpi: Assert sts array limit on AcpiCpuHotplug_add()
        pc: Refuse CPU hotplug if the resulting APIC ID is too large
        acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro
        acpi-test: update expected SSDT files
        acpi-build: fix misaligned access
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      90c49ef1
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-5' into staging · e12b2a4f
      Peter Maydell 提交于
      spice: input: Fix absolute mouse y coordinates
      
      # gpg: Signature made Mon 24 Mar 2014 07:44:11 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-5:
        spice: input: Fix absolute mouse y coordinates
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e12b2a4f
    • R
      backends/baum.c: Fix compilation when SDL is not available. · e279e252
      Richard W.M. Jones 提交于
      backends/baum.c: In function ‘chr_baum_init’:
      backends/baum.c:569:64: error: missing binary operator before token "("
       #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)
                                                                      ^
      backends/baum.c:598:64: error: missing binary operator before token "("
       #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)
      Signed-off-by: NRichard W.M. Jones <rjones@redhat.com>
      Message-id: 1395437377-5779-1-git-send-email-rjones@redhat.com
      Reviewed-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e279e252
  2. 24 3月, 2014 2 次提交
  3. 20 3月, 2014 35 次提交