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