git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fd9ed
)
vhost: optimize interrupt enable/disable
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 19 Jul 2011 14:15:43 +0000
(17:15 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 19 Jul 2011 14:17:28 +0000
(17:17 +0300)
As we now only update used ring after enabling
the backend, we can write flags with __put_user:
as that's done on data path, it matters.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
No differences found