Statistics
| Branch: | Revision:

root / bt-host.c @ 2e9b08e5

History | View | Annotate | Download (5.4 kB)

# Date Author Comment
2e9b08e5 10/01/2008 02:31 am balrog

Disable bluetooth proxy compilation on win32.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5365 c046a42c-6fe2-441c-8c8c-71466251a162

fb599c9a 09/29/2008 02:49 am balrog

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....