summaryrefslogtreecommitdiffstats
path: root/qemu-char.h
Commit message (Expand)AuthorAgeFilesLines
* aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-0/+1
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-0/+2
* qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede2011-11-281-0/+10
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-11/+1
* char: document the functions that will be the public interfaceAnthony Liguori2011-08-221-7/+130
* char: remove qemu_chr_send_event()Anthony Liguori2011-08-221-2/+0
* char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2011-08-221-1/+1
* char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori2011-08-221-1/+1
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-0/+2
* char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi2011-04-281-1/+1
* chardev: Allow frontends to notify backends of guest open / closeHans de Goede2011-04-281-0/+4
* char: Prevent multiple devices opening same chardevAmit Shah2011-03-211-0/+1
* add qemu_chr_set_echoPaolo Bonzini2011-02-011-0/+2
* qemu-char: Introduce Memory driverLuiz Capitulino2010-11-171-0/+7
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+2
* RESEND: Inter-VM shared memory PCI deviceCam Macdonell2010-08-101-0/+3
* Always notify consumers of char devices if they're openAlexander Graf2010-04-091-0/+1
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-4/+3
* char: Convert qemu_chr_info() to QObjectLuiz Capitulino2009-12-121-1/+3
* un-static qemu_chr_parse_compat()Gerd Hoffmann2009-12-121-0/+1
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-1/+1
* char: Remove special init_reset handlingAmit Shah2009-11-171-1/+0
* Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2009-10-271-2/+0
* char: emit the OPENED event only when a new char connection is openedAmit Shah2009-10-211-0/+2
* char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah2009-10-211-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* move mux focus field from CharDriverState to MuxDriverGerd Hoffmann2009-09-111-1/+0
* Allow -serial chardev:<name>Gerd Hoffmann2009-09-111-0/+1
* switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann2009-09-111-0/+4
* char: Emit 'CLOSED' events on char device closeAmit Shah2009-08-241-0/+1
* Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2009-07-271-0/+2
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-051-3/+5
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-1/+3
* char: Fix initial reset (Jan Kiszka)aliguori2009-03-051-0/+1
* add an init function parameter to qemu_chr_open()aurel322009-01-181-1/+2
* Move some declarations around in the QEMU CharDriver codealiguori2008-10-311-0/+2
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-1/+6
* qemu-char.h: Fix IOCTL valuesaurel322008-08-221-2/+2
* Parallel Port Direction Fixaurel322008-08-221-0/+1
* Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori2008-08-111-0/+10
OpenPOWER on IntegriCloud