aboutsummaryrefslogtreecommitdiff
path: root/hw/bt-hci.c
AgeCommit message (Expand)Author
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-25Change freeing method because the allocation function was changed in r5532blueswir1
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-09-30Make sure bluez programs (cross-)compile, add missing statics.balrog
2008-09-29Add a virtual HCI.balrog