]> git.proxmox.com Git - qemu.git/commit - Makefile
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)
commitfb599c9a030ac438755627f5919bfc40a57a0b9e
treea6f981b7ef3fa609698fb2511076e9cd9d5efa92
parent58a26b477e9f864f67a205ee0a8436c4632a389f
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