aboutsummaryrefslogtreecommitdiff
path: root/hw/bt
AgeCommit message (Expand)Author
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2018-01-22hw/bt: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-08-01bt: stop the sdp memory allocation crazinessPaolo Bonzini
2017-06-02be-hci: use backend functionsMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27bt: use qemu_chr_alloc()Marc-André Lureau
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau
2017-01-27char: move callbacks in CharDriverMarc-André Lureau
2016-10-24char: replace avail_connectionsMarc-André Lureau
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini
2016-09-13hw/bt/hci: spelling fix: endiannessMichael Tokarev
2016-07-12hw/bt: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell
2016-05-29bt: rewrite csrhci_write to avoid out-of-bounds writesPaolo Bonzini
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw: Clean up includesPeter Maydell
2015-12-04bt: avoid unintended sign extensionPaolo Bonzini
2015-11-06bt: fix use of uninitialized variable seqlenPaolo Bonzini
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk
2015-09-25bt: remove muldiv64()Laurent Vivier
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-04-28bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi
2014-08-15l2cap: fix access to freed memoryzhanghailiang
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: make subdirectories for devicesPaolo Bonzini