1. 17 3月, 2017 5 次提交
  2. 21 12月, 2016 1 次提交
  3. 15 12月, 2016 4 次提交
  4. 14 12月, 2016 1 次提交
  5. 07 12月, 2016 6 次提交
  6. 06 12月, 2016 20 次提交
  7. 05 12月, 2016 3 次提交
    • S
      Merge remote-tracking branch 'yongbok/tags/mips-20161204' into staging · bc66cedb
      Stefan Hajnoczi 提交于
      MIPS patches 2016-12-04
      
      Changes:
      * Fix Loongson instructions
      * Fix bad shifts in {dextp|dextpdp}
      
      # gpg: Signature made Sun 04 Dec 2016 01:39:38 AM GMT
      # gpg:                using RSA key 0x2238EB86D5F797C2
      # gpg: Can't check signature: public key not found
      
      * yongbok/tags/mips-20161204:
        target-mips: fix bad shifts in {dextp|dextpdp}
        target-mips: Fix Loongson multimedia instructions.
        target-mips: Fix Loongson multimedia 'or' instruction.
        target-mips: Fix Loongson pandn instruction.
      
      Message-id: 1480816817-53245-1-git-send-email-yongbok.kim@imgtec.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      bc66cedb
    • P
      display: cirrus: check vga bits per pixel(bpp) value · 4299b90e
      Prasad J Pandit 提交于
      In Cirrus CLGD 54xx VGA Emulator, if cirrus graphics mode is VGA,
      'cirrus_get_bpp' returns zero(0), which could lead to a divide
      by zero error in while copying pixel data. The same could occur
      via blit pitch values. Add check to avoid it.
      Reported-by: NHuawei PSIRT <psirt@huawei.com>
      Signed-off-by: NPrasad J Pandit <pjp@fedoraproject.org>
      Message-id: 1476776717-24807-1-git-send-email-ppandit@redhat.com
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      4299b90e
    • A
      fsl_etsec: Pad short payloads with zeros · 64f441d2
      Andrey Smirnov 提交于
      Depending on QEMU network setup it is possible for us to receive a
      complete Ethernet packet that is less 64 bytes long. One such example is
      when QEMU is configured to use a standalone TAP device (not set to be a
      part of any bridge) receives and ARP packet. In cases like that we need
      to add more than just 4-bytes of CRC padding and ensure that our payload
      is at least 60 bytes long, such that, when combined with CRC padding
      bytes the resulting size is at least 802.3 minimum MTU bytes
      long (64). Failing to do that results in code in etsec_walk_rx_ring()
      setting BD_RX_SH which, in turn, makes corresponding Linux driver of
      emulated host to reject buffer as a runt packet
      Signed-off-by: NAndrey Smirnov <andrew.smirnov@gmail.com>
      Signed-off-by: NJason Wang <jasowang@redhat.com>
      64f441d2