aboutsummaryrefslogtreecommitdiff
path: root/hw/bt-hci.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
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