]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add blktap2 support to xend driver
authorJim Fehlig <jfehlig@novell.com>
Tue, 24 Aug 2010 17:31:14 +0000 (11:31 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 31 Aug 2010 15:51:05 +0000 (09:51 -0600)
commit2b3109e2bd9116b7e2a027cd5ebd34aa66d02aa5
treec8ee0ab07f0879508b7ed02f3e734dbe334fa702
parent4aad5fbb96952a9de91edc193e6c3c21f1b2e69c
Add blktap2 support to xend driver

Xen4.0 includes a new blktap2 implementation, which is specified
with 'tap2' prefix.  AFAICT it's configuration syntax is identical
to blktap, with exception of 'tap2' vs 'tap' prefix.  This patch
takes the simple approach of accepting and generating sexp
containing 'tap2' prefix.
src/xen/xend_internal.c