aboutsummaryrefslogtreecommitdiffstats
path: root/hw/bt-hci.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-6/+6
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl1-6/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-8/+8
2009-10-01Get rid of _t suffixmalc1-8/+8
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir11-10/+16
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-5/+5
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog1-4/+4
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog1-5/+5
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+4
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir11-3/+3
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir11-1/+1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+1
2008-09-30Make sure bluez programs (cross-)compile, add missing statics.balrog1-3/+3
2008-09-29Add a virtual HCI.balrog1-0/+2220