summaryrefslogtreecommitdiff
path: root/hw/bt/hci-csr.c
AgeCommit message (Expand)Author
2019-12-17Remove the core bluetooth codeThomas Huth
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
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-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-05-29bt: rewrite csrhci_write to avoid out-of-bounds writesPaolo Bonzini
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-01-29hw: Clean up includesPeter Maydell
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