1. 01 3月, 2018 21 次提交
  2. 28 2月, 2018 1 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180227-pull-request' into staging · 66974397
      Peter Maydell 提交于
      usb: add mtp write support.
      
      # gpg: Signature made Tue 27 Feb 2018 08:39:01 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/usb-20180227-pull-request:
        usb-mtp: Advertise SendObjectInfo for write support
        usb-mtp: Introduce write support for MTP objects
        usb-mtp: Support delete of mtp objects
        usb-mtp: print parent path in IN_IGNORED trace fn
        usb-mtp: Add one more argument when building results
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      66974397
  3. 27 2月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' into staging · 3ec7b5d8
      Peter Maydell 提交于
      virtio-gpu: add support for second capability set
      
      # gpg: Signature made Tue 27 Feb 2018 07:30:31 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/vga-20180227-pull-request:
        virtio-gpu-3d: add support for second capability set (v4)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3ec7b5d8
    • P
      Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging · 438cd708
      Peter Maydell 提交于
      # gpg: Signature made Sun 25 Feb 2018 17:54:21 GMT
      # gpg:                using RSA key F30C38BD3F2FBE3C
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>"
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/linux-user-for-2.12-pull-request:
        linux-user: MIPS set cpu to r6 CPU if binary is R6
        linux-user, m68k: select CPU according to ELF header values
        linux-user: introduce functions to detect CPU type
        linux-user: Move CPU type name selection to a function
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      438cd708
  4. 26 2月, 2018 10 次提交
  5. 23 2月, 2018 3 次提交
  6. 22 2月, 2018 3 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180222' into staging · 205e3e78
      Peter Maydell 提交于
       * New "raspi3" machine emulating RaspberryPi 3
       * Fix bad register definitions for VMIDR and VMPIDR (which caused
         assertions for 64-bit guest CPUs with EL2 on big-endian hosts)
       * hw/char/stm32f2xx_usart: fix TXE/TC bit handling
       * Fix ast2500 protection register emulation
       * Lots of SD card emulation cleanups and bugfixes
      
      # gpg: Signature made Thu 22 Feb 2018 15:18:53 GMT
      # gpg:                using RSA key 3C2525ED14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>"
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20180222: (32 commits)
        sdcard: simplify SD_SEND_OP_COND (ACMD41)
        sdcard: simplify SEND_IF_COND (CMD8)
        sdcard: warn if host uses an incorrect address for APP CMD (CMD55)
        sdcard: check the card is in correct state for APP CMD (CMD55)
        sdcard: handles more commands in SPI mode
        sdcard: use a more descriptive label 'unimplemented_spi_cmd'
        sdcard: handle the Security Specification commands
        sdcard: handle CMD54 (SDIO)
        sdcard: use the registerfields API for the CARD_STATUS register masks
        sdcard: use the correct masked OCR in the R3 reply
        sdcard: simplify using the ldst API
        sdcard: remove commands from unsupported old MMC specification
        sdcard: clean the SCR register and add few comments
        sdcard: fix the 'maximum data transfer rate' to 25MHz
        sdcard: update the CSD CRC register regardless the CSD structure version
        sdcard: Don't always set the high capacity bit
        sdcard: use the registerfields API to access the OCR register
        sdcard: use G_BYTE from cutils
        sdcard: define SDMMC_CMD_MAX instead of using the magic '64'
        sdcard: add more trace events
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      205e3e78
    • P
      sdcard: simplify SD_SEND_OP_COND (ACMD41) · 4e5cc675
      Philippe Mathieu-Daudé 提交于
      replace switch(single case) -> if()
      Signed-off-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: NAlistair Francis <alistair.francis@xilinx.com>
      Message-id: 20180215221325.7611-17-f4bug@amsat.org
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4e5cc675
    • P
      sdcard: simplify SEND_IF_COND (CMD8) · ad0ade55
      Philippe Mathieu-Daudé 提交于
      replace switch(single case) -> if()
      Signed-off-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: NAlistair Francis <alistair.francis@xilinx.com>
      Message-id: 20180215221325.7611-16-f4bug@amsat.org
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ad0ade55