summaryrefslogtreecommitdiffstats
path: root/hw/bt-hci.c
Commit message (Expand)AuthorAgeFilesLines
* bt: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-6/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-8/+8
* Get rid of _t suffixmalc2009-10-011-8/+8
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* Don't try to return result from a void function (spotted by Sparse)blueswir12009-04-071-10/+16
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+5
* Add qemu_strndup: qemu_strdup with length limit.balrog2008-11-091-4/+4
* Revert r5532, r5536 and a piece of r5531.balrog2008-11-081-5/+5
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+4
* Change freeing method because the allocation function was changed in r5532blueswir12008-10-251-3/+3
* Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir12008-10-251-1/+1
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Make sure bluez programs (cross-)compile, add missing statics.balrog2008-09-301-3/+3
* Add a virtual HCI.balrog2008-09-291-0/+2220
OpenPOWER on IntegriCloud