aboutsummaryrefslogtreecommitdiffstats
path: root/hw/bt-hci.c
AgeCommit message (Expand)AuthorFilesLines
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