1. 25 5月, 2018 2 次提交
  2. 09 4月, 2018 1 次提交
  3. 20 3月, 2018 5 次提交
  4. 02 3月, 2018 1 次提交
  5. 19 1月, 2018 2 次提交
  6. 22 12月, 2017 2 次提交
  7. 02 8月, 2017 1 次提交
  8. 15 6月, 2017 1 次提交
  9. 02 6月, 2017 2 次提交
  10. 10 1月, 2017 1 次提交
  11. 30 11月, 2016 1 次提交
  12. 10 8月, 2016 1 次提交
  13. 14 4月, 2016 2 次提交
  14. 25 11月, 2015 1 次提交
    • M
      vhost-user: clarify start and enable · c61f09ed
      Michael S. Tsirkin 提交于
      It seems that we currently have some duplication between
      started and enabled states.
      
      The actual reason is that enable is not documented correctly:
      what it does is connecting ring to the backend.
      
      This is important for MQ, because a Linux guest expects TX
      packets to be completed even if it disables some queues
      temporarily.
      
      Cc: Yuanhan Liu <yuanhan.liu@linux.intel.com>
      Cc: Victor Kaplansky <victork@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      c61f09ed
  15. 17 11月, 2015 1 次提交
  16. 16 11月, 2015 1 次提交
  17. 12 11月, 2015 2 次提交
  18. 22 10月, 2015 2 次提交
  19. 24 9月, 2015 5 次提交
  20. 20 7月, 2015 1 次提交
  21. 01 6月, 2015 1 次提交
  22. 30 6月, 2014 2 次提交
    • M
      vhost-user: typo fixups · a628fc8d
      Michael S. Tsirkin 提交于
      Fix typo in field name.
      Strip two consequitive empty lines.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      a628fc8d
    • D
      vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message · 3fd74b84
      Damjan Marion 提交于
      Old code was affected by memory gaps which resulted in buffer pointers
      pointing to address outside of the mapped regions.
      
      Here we are introducing following changes:
       - new function qemu_get_ram_block_host_ptr() returns host pointer
         to the ram block, it is needed to calculate offset of specific
         region in the host memory
       - new field mmap_offset is added to the VhostUserMemoryRegion. It
         contains offset where specific region starts in the mapped memory.
         As there is stil no wider adoption of vhost-user agreement was made
         that we will not bump version number due to this change
       - other fileds in VhostUserMemoryRegion struct are not changed, as
         they are all needed for usermode app implementation
       - region data is not taken from ram_list.blocks anymore, instead we
         use region data which is alredy calculated for use in vhost-net
       - Now multiple regions can have same FD and user applicaton can call
         mmap() multiple times with the same FD but with different offset
         (user needs to take care for offset page alignment)
      Signed-off-by: NDamjan Marion <damarion@cisco.com>
      Acked-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NDamjan Marion <damarion@cisco.com>
      3fd74b84
  23. 29 6月, 2014 1 次提交
  24. 19 6月, 2014 1 次提交