diff options
Diffstat (limited to 'introduction.tex')
-rw-r--r-- | introduction.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introduction.tex b/introduction.tex index 241caee..60846b9 100644 --- a/introduction.tex +++ b/introduction.tex @@ -14,7 +14,7 @@ inter-guest communication) requires copying. Efficient: Virtio devices consist of rings of descriptors for input and output, which are neatly separated to avoid cache - effects from both guest and device writing to the same cache + effects from both driver and device writing to the same cache lines. Standard: Virtio makes no assumptions about the environment in which |