summaryrefslogtreecommitdiff
path: root/bt-host.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-1/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: move Bluetooth stuff out of net.hPaolo Bonzini1-1/+0
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-01-13bt-host: add missing break statementStefan Hajnoczi1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+2
2010-03-19bt: remove bt_host_read_poll()Juan Quintela1-8/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir11-1/+1
2009-03-10Clean build: Add bt-host.haurel321-0/+1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-11-06Win32: Fix warningsaurel321-1/+1
2008-09-30Disable bluetooth proxy compilation on win32.balrog1-15/+24
2008-09-28Implement a HCI passthrough to host.balrog1-0/+198