1. 09 2月, 2014 1 次提交
  2. 08 2月, 2014 4 次提交
    • P
      Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into staging · 1f6b12f7
      Peter Maydell 提交于
      target-lm32: fixes
      
      # gpg: Signature made Tue 04 Feb 2014 18:47:56 GMT using DSA key ID 3F98A378
      # gpg: Can't check signature: public key not found
      
      * remotes/mwalle/tags/lm32-fixes/20140204:
        hw/lm32: print error if cpu model is not found
        target-lm32: stop VM on illegal or unknown instruction
        lm32_sys: dump cpu state if test case fails
        lm32_sys: print test result on stderr
        target-lm32: add breakpoint/watchpoint support
        target-lm32: move model features to LM32CPU
        target-lm32: kill cpu_abort() calls
        milkymist-vgafb: swap pixel data in source buffer
        lm32_uart/lm32_juart: use qemu_chr_fe_write_all()
        milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()
        tests: lm32: new rule for single test cases
        lm32_sys: increase test case name length limit
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1f6b12f7
    • P
      Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140204-1' into staging · 3ea3bd62
      Peter Maydell 提交于
      migration/next for 20140204
      
      # gpg: Signature made Tue 04 Feb 2014 15:52:00 GMT using RSA key ID 5872D723
      # gpg: Can't check signature: public key not found
      
      * remotes/juanquintela/tags/migration/20140204-1:
        Don't abort on memory allocation error
        Don't abort on out of memory when creating page cache
        XBZRLE cache size should not be larger than guest memory size
        migration:fix free XBZRLE decoded_buf wrong
        Add check for cache size smaller than page size
        Set xbzrle buffers to NULL after freeing them to avoid double free errors
        exec: fix ram_list dirty map optimization
        vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3ea3bd62
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-1' into staging · 4db00145
      Peter Maydell 提交于
      Update seabios to 1.7.4
      
      # gpg: Signature made Mon 03 Feb 2014 14:42:44 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-roms-1:
        Update seabios binaries to 1.7.4
        Update seabios submodule to 1.7.4
        roms: remove explicit MAKEFLAGS from recursive make invocations
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4db00145
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/qtest-for-peter' into staging · 91abb80b
      Peter Maydell 提交于
      qtest resource cleanup patches
      
      # gpg: Signature made Tue 04 Feb 2014 08:29:12 GMT using RSA key ID 81AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.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: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/qtest-for-peter:
        qtest: unlink UNIX domain sockets after connecting
        qtest: unlink QEMU pid file after startup
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      91abb80b
  3. 07 2月, 2014 1 次提交
    • P
      Merge remote-tracking branch 'remotes/kvm/uq/master' into staging · bc1c7217
      Peter Maydell 提交于
      * remotes/kvm/uq/master:
        target-i386: Move KVM default-vendor hack to instance_init
        target-i386: Don't change x86_def_t struct on cpu_x86_register()
        target-i386: Eliminate CONFIG_KVM #ifdefs
        kvm: add support for hyper-v timers
        kvm: make hyperv vapic assist page migratable
        kvm: make hyperv hypercall and guest os id MSRs migratable.
        kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV
        KVM: fix coexistence of KVM and Hyper-V leaves
        kvm: print suberror on all internal errors
        target-i386: kvm_check_features_against_host(): Kill feature word array
        target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
        target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
        target-i386: kvm_cpu_fill_host(): No need to check xlevel2
        target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
        target-i386: kvm_cpu_fill_host(): No need to check level
        target-i386: kvm_cpu_fill_host(): Kill unused code
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      bc1c7217
  4. 06 2月, 2014 3 次提交
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-2' into staging · 26530780
      Peter Maydell 提交于
      misc spice patches
      
      # gpg: Signature made Mon 03 Feb 2014 15:05:29 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-2:
        spice: hook qemu_chr_fe_set_open() event to ports
        Add the ability to vary Spice playback and record rates, to facilitate Opus support.
        hw/display/qxl: fix signed to unsigned comparison
        qxl: clear irq on reset
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      26530780
    • P
      Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' into staging · 31db5b36
      Peter Maydell 提交于
      trivial patches for 2014-02-02
      
      # gpg: Signature made Sun 02 Feb 2014 16:11:37 GMT using RSA key ID 74F0C838
      # gpg: Good signature from "Michael Tokarev <mjt@tls.msk.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@corpit.ru>"
      # gpg:                 aka "Michael Tokarev <mjt@debian.org>"
      # 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: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
      #      Subkey fingerprint: E190 8639 3B10 B51B AC2C  8B73 5253 C5AD 74F0 C838
      
      * remotes/mjt/tags/trivial-patches-2014-02-02:
        tests/.gitignore: Ignore tests/check-qom-interface
        hw/ppc: Remove unused defines
        readline: Add missing GCC_FMT_ATTR
        tcg/s390: Remove sigill_handler
        i386: Add missing include file for QEMU_PACKED
        osdep: drop unused #include "trace.h"
        qemu 1.7.0 does not build on NetBSD
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      31db5b36
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · e5d3df6d
      Peter Maydell 提交于
      Block pull request
      
      # gpg: Signature made Fri 31 Jan 2014 21:16:43 GMT using RSA key ID 81AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.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: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/block-pull-request:
        qemu-iotests: only run 071 on qcow2
        dataplane: Comment fix
        block/vhdx: Error checking fixes
        qemu-iotests: Drop assert_no_active_commit in case 040
        block/vmdk: add basic .bdrv_check support
        block: remove qcow2 .bdrv_make_empty implementation
        block: remove QED .bdrv_make_empty implementation
        Describe flaws in qcow/qcow2 encryption in the docs
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e5d3df6d
  5. 05 2月, 2014 14 次提交
  6. 04 2月, 2014 17 次提交