Implement a HCI passthrough to host.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 28 Sep 2008 23:49:55 +0000 (23:49 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 28 Sep 2008 23:49:55 +0000 (23:49 +0000)
commit31648643b8f290cda84a79a1fcb11b2da9e6b0cc
treea6f981b7ef3fa609698fb2511076e9cd9d5efa92
parentb069302f052951dc842641fb11c16014804cc4ea
Implement a HCI passthrough to host.

This allows using a host's physical HCI as one of the HCIs attached
to the virtual machine.  This brings various limitations because not
all commands/events are passed through by Linux kernel, some are
interpreted by the host's kernel for a speed gain.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5344 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile
Makefile.target
bt-host.c [new file with mode: 0644]
configure