1. 19 3月, 2014 1 次提交
  2. 18 3月, 2014 11 次提交
  3. 12 3月, 2014 1 次提交
  4. 11 3月, 2014 5 次提交
  5. 10 3月, 2014 15 次提交
  6. 08 3月, 2014 6 次提交
    • P
      Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging · f53f3d0a
      Peter Maydell 提交于
      * remotes/kvaneesh/for-upstream:
        hw/9pfs: Include virtio-9p-device.o in build
        hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
        hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
        hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
        fsdev: Fix overrun after readlink() fills buffer completely
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f53f3d0a
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · d7c698af
      Peter Maydell 提交于
      Block patches
      
      # gpg: Signature made Fri 07 Mar 2014 13:30:04 GMT using RSA key ID C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      
      * remotes/kevin/tags/for-upstream:
        block: qemu-iotests 085 - live snapshots tests
        hw/ide/ahci.h: Avoid shifting left into sign bit
        block: Fix error path segfault in bdrv_open()
        qemu-iotests: Test a few blockdev-add error cases
        blockdev: Fix NULL pointer dereference in blockdev-add
        blockdev: Fail blockdev-add with encrypted images
        block/raw-win32: Strip "file:" prefix on creation
        block/raw-win32: Implement bdrv_parse_filename()
        block/raw-posix: Strip "file:" prefix on creation
        block/raw-posix: Implement bdrv_parse_filename()
        block: Keep "filename" option after parsing
        block: mirror - remove code cruft that has no function
        block: make bdrv_swap rebuild the bs graph node list field.
        block: Fix bs->request_alignment assertion for bs->sg=1
        iscsi: Use bs->sg for everything else than disks
        qemu-iotests: Test progress output for conversion
        qemu-img convert: Fix progress output
        gluster: Remove unused defines and header include
        gluster: Change licence to GPLv2+
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d7c698af
    • L
      build: Fix installation of target-dependent files · 6570025e
      Lluís Vilanova 提交于
      Pass all the relevant sub-directory make variables.
      Signed-off-by: NLluís Vilanova <vilanova@ac.upc.edu>
      Reviewed-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 20140120112153.5685.30949.stgit@fimbulvetr.bsc.es
      6570025e
    • A
      xenfb: Fix graphic_console_init() build failure · 80aaa074
      Andreas Färber 提交于
      In commit 5643706a (console: add head
      to index to qemu consoles.) graphic_console_init() was extended to take
      an additional argument, but xenfb was not updated accordingly. Fix it.
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Reviewed-by: NStefan Weil <sw@weilnetz.de>
      Reviewed-by: NDon Slutz <dslutz@verizon.com>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1394228528-31625-1-git-send-email-afaerber@suse.de
      80aaa074
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into staging · 6fc0303b
      Peter Maydell 提交于
      Input handling rewrite.
      SDL2 support.
      
      # gpg: Signature made Wed 05 Mar 2014 11:16:08 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-4: (38 commits)
        ui/sdl2 : initial port to SDL 2.0 (v2.0)
        console: add QemuUIInfo
        console: add head to index to qemu consoles.
        input: remove index_from_keycode (no users)
        input: move do_mouse_set to new core
        input: move qmp_query_mice to new core
        input: add input_mouse_mode tracepoint
        input: move mouse mode notifier to new core
        input-legacy: remove kbd_mouse_event
        input-legacy: remove kbd_mouse_is_absolute
        input-legacy: remove kbd_mouse_has_absolute
        input-legacy: remove kbd_put_keycode
        input: trace events
        input: mouse: switch cocoa ui to new core
        input: keyboard: switch cocoa ui to new core
        input: mouse: switch monitor to new core
        input: mouse: switch spice ui to new core
        input: mouse: switch vnc ui to new core
        input: mouse: switch sdl ui to new core
        input: mouse: switch gtk ui to new core
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      6fc0303b
    • P
      Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging · bb2b0450
      Peter Maydell 提交于
      Patch queue for ppc - 2014-03-05
      
      This pull request includes:
      
        - VSX emulation support
        - book3s pr/hv selection
        - some bug fixes
        - qdev stable numbering
        - eTSEC emulation
      
      # gpg: Signature made Wed 05 Mar 2014 02:14:19 GMT using RSA key ID 03FEDC60
      # gpg: Can't check signature: public key not found
      
      * remotes/agraf/tags/signed-ppc-for-upstream: (130 commits)
        target-ppc: spapr: e500: fix to use cpu_dt_id
        target-ppc: add PowerPCCPU::cpu_dt_id
        target-ppc: Introduce hypervisor call H_GET_TCE
        target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab
        target-ppc: Change the hpte store API
        target-ppc: Fix page table lookup with kvm enabled
        target-ppc: Fix htab_mask calculation
        target-ppc: Use Additional Temporary in stqcx Case
        target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL
        PPC: sPAPR: Only use getpagesize() when we run with kvm
        target-ppc/translate.c: Use ULL suffix for 64 bit constants
        spapr-vlan: flush queue whenever can_receive can go from false to true
        target-ppc: Altivec 2.07: Vector Permute and Exclusive OR
        target-ppc: Altivec 2.07: Vector SHA Sigma Instructions
        target-ppc: Altivec 2.07: AES Instructions
        target-ppc: Altivec 2.07: Binary Coded Decimal Instructions
        target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum
        target-ppc: Altivec 2.07: Vector Gather Bits by Bytes
        target-ppc: Altivec 2.07: Doubleword Compares
        target-ppc: Altivec 2.07: vbpermq Instruction
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      bb2b0450
  7. 07 3月, 2014 1 次提交