1. 11 1月, 2019 1 次提交
  2. 16 10月, 2017 1 次提交
  3. 07 6月, 2016 1 次提交
  4. 19 5月, 2016 1 次提交
  5. 16 2月, 2016 1 次提交
  6. 12 1月, 2016 1 次提交
    • J
      libqos: allow zero-size allocations · b1b66c3b
      John Snow 提交于
      As part of streamlining the AHCI tests interface, it'd be nice
      if specying a size of zero could be handled without special branches
      and the allocator could handle this special case gracefully.
      
      This lets me use the "ahci_io" macros for non-data commands, too,
      which moves me forward towards shepherding all AHCI qtests into
      a common set of commands in a unified pipeline.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Message-id: 1452282920-21550-6-git-send-email-jsnow@redhat.com
      b1b66c3b
  7. 17 6月, 2015 1 次提交
  8. 23 5月, 2015 1 次提交
    • J
      libqos: Add migration helpers · 085248ae
      John Snow 提交于
      libqos.c:
          -set_context for addressing which commands go where
          -migrate performs the actual migration
      
      malloc.c:
          - Structure of the allocator is adjusted slightly with
            a second-tier malloc to make swapping around the allocators
            easy when we "migrate" the lists from the source to the destination.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NKevin Wolf <kwolf@redhat.com>
      Message-id: 1430417242-11859-4-git-send-email-jsnow@redhat.com
      085248ae
  9. 16 2月, 2015 4 次提交
  10. 13 1月, 2015 1 次提交
  11. 08 9月, 2014 1 次提交
    • J
      libqos: add a simple first-fit memory allocator · ec2f1605
      John Snow 提交于
      Implement a simple first-fit memory allocator that
      attempts to keep track of leased blocks of memory
      in order to be able to re-use blocks.
      
      Additionally, allow the user to specify when
      initializing the device that upon cleanup,
      we would like to assert that there are no
      blocks in use. This may be useful for identifying
      problems in qtests that use more complicated
      set-up and tear-down routines.
      
      This functionality is used in my upcoming ahci-test v2
      patch set, but I didn't see fit to enable it for any
      existing tests, which will continue to operate the
      same as they have prior.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      ec2f1605
  12. 16 8月, 2014 2 次提交
  13. 19 7月, 2013 1 次提交
  14. 17 4月, 2013 1 次提交