Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio: Refactoring and cleanup #98

Merged
merged 3 commits into from
Oct 3, 2016

Commits on Sep 28, 2016

  1. Cleanup for virtio_net and virtio_blk

    - Moved all the common vring and descriptor handling code from virtio_net and
      virtio_blk into virtio_ring.c.
    - Use two descriptors per virtio-net tx
    - test_blk: now correctly checking the read buffer instead of the write buffer
    ricarkol committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    6d11a94 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    e2dfa22 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    5898efa View commit details
    Browse the repository at this point in the history