aboutsummaryrefslogtreecommitdiff
path: root/bt-host.c
AgeCommit message (Expand)Author
2016-02-04all: Clean up includesPeter Maydell
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: move Bluetooth stuff out of net.hPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-01-13bt-host: add missing break statementStefan Hajnoczi
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-19bt: remove bt_host_read_poll()Juan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-03-10Clean build: Add bt-host.haurel32
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-06Win32: Fix warningsaurel32
2008-09-30Disable bluetooth proxy compilation on win32.balrog
2008-09-28Implement a HCI passthrough to host.balrog