index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
bt-hci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-10
/
+10
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-6
/
+6
*
bt: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-6
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-8
/
+8
*
Get rid of _t suffix
malc
2009-10-01
1
-8
/
+8
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-2
/
+2
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
Don't try to return result from a void function (spotted by Sparse)
blueswir1
2009-04-07
1
-10
/
+16
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-5
/
+5
*
Add qemu_strndup: qemu_strdup with length limit.
balrog
2008-11-09
1
-4
/
+4
*
Revert r5532, r5536 and a piece of r5531.
balrog
2008-11-08
1
-5
/
+5
*
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-26
1
-2
/
+4
*
Change freeing method because the allocation function was changed in r5532
blueswir1
2008-10-25
1
-3
/
+3
*
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
2008-10-25
1
-1
/
+1
*
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
blueswir1
2008-10-25
1
-1
/
+1
*
Make sure bluez programs (cross-)compile, add missing statics.
balrog
2008-09-30
1
-3
/
+3
*
Add a virtual HCI.
balrog
2008-09-29
1
-0
/
+2220