qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [5344] Implement a HCI passthrough to host.


From: andrzej zaborowski
Subject: Re: [Qemu-devel] [5344] Implement a HCI passthrough to host.
Date: Tue, 30 Sep 2008 18:10:04 +0200

2008/9/30 Blue Swirl <address@hidden>:
> On 9/30/08, andrzej zaborowski <address@hidden> wrote:
>> 2008/9/29 Anthony Liguori <address@hidden>:
>>
>> > Andrzej Zaborowski wrote:
>>  >>
>>  >> Revision: 5344
>>  >>          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5344
>>  >> Author:   balrog
>>  >> Date:     2008-09-28 23:49:55 +0000 (Sun, 28 Sep 2008)
>>  >>
>>  >> Log Message:
>>  >> -----------
>>  >> 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.
>>  >>
>>  >
>>  > This broke the Windows build.  The whole file should probably be build
>>  > conditionally on CONFIG_BLUEZ.
>>
>>
>> Is that because of uio.h?  writev() seems to be posix.  Does win32
>>  have it under a different name?
>>
>>  Added a stronger check for bluez, hopefully will cross-compile better now.
>
> You are still relying that the host pkg-config exists and gives
> information that is valid for cross-compiling.

Not really -- the information will be (likely) wrong for
cross-compiling and configure will disable bluez, which is what we
want -- unless the user sets PKG_CONFIG_PATH correctly.

Cheers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]