commit | ea8ac63a06bf621408d65fbfc17d77fa4a19be6f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun May 16 11:34:38 2010 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 16 11:34:38 2010 -0400 |
tree | e532a8f0a74c30b54faf739a4451629f7f91f9da | |
parent | 7d09d0e3ba11310e973d4302c7fcc3fc2184e04c [diff] |
Minor improvements to virtio (allow irqs, allocate page aligned). Allow irqs to be handled while waiting for virtio reads to complete. Use native page aligned allocations instead of manually aligning the data. This reduces the amount of low memory virtio requires. Also, some minor white space cleanups.