1. 10 11月, 2009 1 次提交
  2. 04 11月, 2009 2 次提交
  3. 02 11月, 2009 1 次提交
  4. 31 10月, 2009 1 次提交
  5. 29 10月, 2009 6 次提交
  6. 28 10月, 2009 1 次提交
  7. 26 10月, 2009 1 次提交
  8. 22 10月, 2009 2 次提交
    • R
      virtio_blk: Revert serial number support · 3225beab
      Rusty Russell 提交于
      This reverts "Add serial number support for virtio_blk, V4a".
      
      Turns out that virtio_pci, lguest and s/390 all have an 8 bit limit
      on virtio config space, so noone could ever use this.
      
      This is coming back later in a cleaner form.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Cc: john cooper <john.cooper@redhat.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      3225beab
    • C
      virtio: let header files include virtio_ids.h · e95646c3
      Christian Borntraeger 提交于
      Rusty,
      
      commit 3ca4f5ca
          virtio: add virtio IDs file
      moved all device IDs into a single file. While the change itself is
      a very good one, it can break userspace applications. For example
      if a userspace tool wanted to get the ID of virtio_net it used to
      include virtio_net.h. This does no longer work, since virtio_net.h
      does not include virtio_ids.h.
      This patch moves all "#include <linux/virtio_ids.h>" from the C
      files into the header files, making the header files compatible with
      the old ones.
      
      In addition, this patch exports virtio_ids.h to userspace.
      
      CC: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      e95646c3
  9. 16 10月, 2009 1 次提交
  10. 15 10月, 2009 3 次提交
  11. 14 10月, 2009 1 次提交
  12. 12 10月, 2009 2 次提交
  13. 10 10月, 2009 1 次提交
  14. 08 10月, 2009 3 次提交
  15. 07 10月, 2009 2 次提交
  16. 06 10月, 2009 9 次提交
  17. 05 10月, 2009 3 次提交