1. 28 5月, 2014 6 次提交
    • L
      QemuOpt: add unit tests · 4ba6fabf
      Leandro Dorileo 提交于
      Cover basic aspects and API usage for QemuOpt. The current implementation
      covers the API's planned to be changed by Chunyan Liu in his QEMUOptionParameter
      replacement/cleanup job.
      
      Other APIs should be covered in future improvements.
      
      [Squashing in a small fix "QemuOpt: use qemu_find_opts_err() to avoid
      output on stderr in tests".
      
      qemu_find_opts() calls error_report() instead of propagating the Error
      object.  It is undesirable to clutter test case output with error
      messages from a passing test.
      
      Use qemu_find_opts_err() to avoid the output on stderr.
      --Stefan]
      Signed-off-by: NLeandro Dorileo <l@dorileo.org>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      4ba6fabf
    • F
      qemu-iotests: Handle cache mode option in 091 · 7cf6376a
      Fam Zheng 提交于
      We should allow testing this on tmpfs. Any cache setting in iotests
      should try to obey $CACHEMODE.
      
      The cache mode is still "none" by default but overridable
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      7cf6376a
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging · 4aa23452
      Peter Maydell 提交于
      input: add event routing and multiseat support.
      input: misc bugfixes and minor improvements.
      
      # gpg: Signature made Mon 26 May 2014 07:44:29 BST using RSA key ID D3E87138
      # gpg: Can't check signature: public key not found
      
      * remotes/kraxel/tags/pull-input-9:
        docs: add multiseat.txt
        usb: add input routing support for tablet and keyboard
        sdl: pass key event source to input layer
        input: bind devices and input routing
        input: switch hid mouse and tablet to the new input layer api.
        input: switch hid keyboard to new input layer api.
        input: keymap: add meta keys
        input: add name to input_event_key_number
        input: add qemu_input_key_number_to_qcode
        input (curses): mask keycodes to remove modifier bits
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4aa23452
    • P
      Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' into staging · 9474ab14
      Peter Maydell 提交于
      trivial patches for 2014-05-26
      
      # gpg: Signature made Mon 26 May 2014 08:17:08 BST using RSA key ID A4C3D7DB
      # gpg: Can't check signature: public key not found
      
      * remotes/mjt/tags/trivial-patches-2014-05-26: (23 commits)
        libcacard: remove useless initializers
        net: cadence_gem: Fix top comment
        bsd-user: replace fprintf(stderr, ...) with error_report()
        audio: replace fprintf(stderr, ...) with error_report() in audio
        libcacard: fix wrong array expansion logic
        libcacard/vcard_emul_nss: Drop a redundant conditional
        libcacard: Convert two leftover realloc() to GLib
        libcacard/vreader: Tighten assertion to clarify intent
        libcacard/vreader: Drop broken recovery from failed assertion
        libcacard: Plug memory leaks around vreader_get_reader_list()
        libcacard/vscclient: Bury some dead code
        vl: fix 'name' option to work with -readconfig
        configure: Put tempfiles in a subdir of the build directory
        dma-helpers: avoid calling dma_bdrv_unmap() twice
        arch_init: replace fprintf(stderr, ...) with error_report()
        pci: move dereferencing of root only after verifying valid root pointer
        jazz_led: Add missing break in switch case
        bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc
        configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable
        nbd: Miscellaneous typo fixes.
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9474ab14
    • P
      Merge remote-tracking branch 'remotes/mwalle/tags/lm32-semihosting/20140524' into staging · 2f21ff25
      Peter Maydell 提交于
      * remotes/mwalle/tags/lm32-semihosting/20140524:
        lm32: remove lm32_sys
        test: lm32: use semihosting for testing
        target-lm32: add semihosting support
        test: lm32: make test cases independent
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2f21ff25
    • P
      Merge remote-tracking branch 'remotes/rth/tcg-mips' into staging · 27aa9485
      Peter Maydell 提交于
      * remotes/rth/tcg-mips: (24 commits)
        tcg-mips: Enable direct chaining of TBs
        tcg-mips: Simplify movcond
        tcg-mips: Simplify brcond2
        tcg-mips: Improve setcond eq/ne vs zeros
        tcg-mips: Simplify setcond2
        tcg-mips: Simplify brcond
        tcg-mips: Simplify setcond
        tcg-mips: Commonize opcode implementations
        tcg-mips: Improve add2/sub2
        tcg-mips: Hoist args loads
        tcg-mips: Fix subtract immediate range
        tcg-mips: Name the opcode enumeration
        tcg-mips: Use EXT for AND on mips32r2
        tcg-mips: Use T9 for TCG_TMP1
        tcg-mips: Introduce TCG_TMP0, TCG_TMP1
        tcg-mips: Rearrange register allocation
        tcg-mips: Convert to new_ldst
        tcg-mips: Convert to new qemu_l/st helpers
        tcg-mips: Move softmmu slow path out of line
        tcg-mips: Split large ldst offsets
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      27aa9485
  2. 27 5月, 2014 2 次提交
  3. 26 5月, 2014 15 次提交
  4. 25 5月, 2014 4 次提交
  5. 24 5月, 2014 13 次提交