index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
bt-hci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-2
/
+2
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: move Bluetooth stuff out of net.h
Paolo Bonzini
1
-1
/
+1
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-1
/
+0
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
bt: replace fragile snprintf use and unwarranted strncpy
Jim Meyering
1
-5
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-10
/
+10
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-6
/
+6
2010-04-25
bt: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-6
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-8
/
+8
2009-10-01
Get rid of _t suffix
malc
1
-8
/
+8
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-2
/
+2
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
1
-1
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-04-07
Don't try to return result from a void function (spotted by Sparse)
blueswir1
1
-10
/
+16
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-5
/
+5
2008-11-09
Add qemu_strndup: qemu_strdup with length limit.
balrog
1
-4
/
+4
2008-11-08
Revert r5532, r5536 and a piece of r5531.
balrog
1
-5
/
+5
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-2
/
+4
2008-10-25
Change freeing method because the allocation function was changed in r5532
blueswir1
1
-3
/
+3
2008-10-25
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
1
-1
/
+1
2008-10-25
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
blueswir1
1
-1
/
+1
2008-09-30
Make sure bluez programs (cross-)compile, add missing statics.
balrog
1
-3
/
+3
2008-09-29
Add a virtual HCI.
balrog
1
-0
/
+2220