1. 13 3月, 2015 1 次提交
  2. 12 3月, 2015 4 次提交
    • M
      9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv · 7752efca
      Michael Tokarev 提交于
      Don't compare syscall return with -1, use "<0" condition.
      Don't introduce useless local variables when we already
      have similar variable
      Rename local variable to be consistent with other usages
      Finally make the two methods, read and write, to be similar to each other
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      7752efca
    • M
      9pfs-local: simplify/optimize local_mapped_attr_path() · 1b6f85e2
      Michael Tokarev 提交于
      Omit one unnecessary memory allocation for components
      of the path and create the resulting path directly given
      lengths of the components.
      
      Do not use basename(3) because there are 2 versions of
      this function which differs when argument ends with
      slash character, use strrchr() instead so we have
      consistent result.  This also makes sure the function
      will do the right thing in corner cases (eg, empty
      pathname is given), when basename(3) return entirely
      another string.
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      1b6f85e2
    • P
      Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into staging · ee748010
      Peter Maydell 提交于
      MIPS patches 2015-03-11
      
      Changes:
      * use VMStateDescription for MIPS CPU
      
      # gpg: Signature made Wed Mar 11 15:01:52 2015 GMT using RSA key ID 0B29DA6B
      # gpg: Can't check signature: public key not found
      
      * remotes/lalrae/tags/mips-20150311:
        target-mips: add missing MSACSR and restore fp_status and hflags
        target-mips: replace cpu_save/cpu_load with VMStateDescription
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ee748010
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311' into staging · d598911b
      Peter Maydell 提交于
      target-arm queue:
       * fix a bug in bitops.h
       * implement SD card support on integratorcp
       * add a missing 'compatible' property for Cortex-A57
       * add Netduino 2 machine model
       * fix command line parsing bug for CPU options with multiple CPUs
      
      # gpg: Signature made Wed Mar 11 14:14:22 2015 GMT using RSA key ID 14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      
      * remotes/pmaydell/tags/pull-target-arm-20150311:
        bitops.h: sextract64() return type should be int64_t, not uint64_t
        integrator/cp: Implement CARDIN and WPROT signals
        integrator/cp: Model CP control registers as sysbus device
        target-arm: Add missing compatible property to A57
        netduino2: Add the Netduino 2 Machine
        stm32f205: Add the stm32f205 SoC
        stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
        stm32f2xx_USART: Add the stm32f2xx USART Controller
        stm32f2xx_timer: Add the stm32f2xx Timer
        hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d598911b
  3. 11 3月, 2015 28 次提交
  4. 10 3月, 2015 7 次提交