1. 08 2月, 2014 5 次提交
  2. 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
  3. 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
  4. 05 2月, 2014 2 次提交
  5. 04 2月, 2014 24 次提交
  6. 03 2月, 2014 5 次提交
    • S
      qtest: unlink UNIX domain sockets after connecting · 56db2e58
      Stefan Hajnoczi 提交于
      UNIX domain sockets are leaked when tests call abort(3) (indirectly via
      glib assert functions).
      
      Unlink the files immediately after the connection has been established
      to avoid leaks.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      56db2e58
    • S
      qtest: unlink QEMU pid file after startup · 1ad3c6ab
      Stefan Hajnoczi 提交于
      After starting the QEMU process and initializing the QMP connection, we
      can read the pid file and unlink it.
      
      Just stash away the pid instead of the pid filename.  This way we can
      avoid pid file leaks since running tests may abort(3) without cleanup.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      1ad3c6ab
    • G
      Update seabios binaries to 1.7.4 · 41419b0f
      Gerd Hoffmann 提交于
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      41419b0f
    • G
      Update seabios submodule to 1.7.4 · cd4eb4c5
      Gerd Hoffmann 提交于
      Not that many changes as we already have a git snapshot pretty close
      to final 1.7.4 in the tree.  Most notably change is the vgabios change
      which fixes the windows guest regression.
      
      Full git shortlog:
      
      Gerd Hoffmann (2):
            run qemu_cfg_e820 only for CONFIG_QEMU=y
            change boot order load log level
      
      Kevin O'Connor (10):
            Minor - move sgdt/lgdt macros from stacks.c to x86.h.
            Separate out sec32init sections even when not doing code relocation.
            floppy: Fix incorrect LBA to CHS translation.
            floppy: Fix accesses to DOR register.
            vgabios: Avoid memory references via %esp register in vgabios.
            Small improvements to irqentry_extrastack assembler.
            floppy: Encode command and flags into single value in floppy pio code.
            On disk format request, verify cylinders and pass to driver.
            floppy: Implement cylinder seeking when accessing a different cylinder.
            coreboot: Make sure to print the SeaBIOS version in cbmem debug output.
      
      Kyösti Mälkki (1):
            Fix CBMEM console overflow
      cd4eb4c5
    • B
      roms: remove explicit MAKEFLAGS from recursive make invocations · 50df8d5d
      Bruce Rogers 提交于
      When using $(MAKE) within a makefile, we shouldn't be explicitly
      including $(MAKEFLAGS) on the command-line. It causes problems
      when that makefile is recursively invoked. When the roms/Makefile
      is invoked as in make -C roms bios a spurious 'w' appears on the
      sub-make invocation, due to the erroneous $(MAKEFLAGS) inclusion.
      Signed-off-by: NBruce Rogers <brogers@suse.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      50df8d5d