aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-char.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-28qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede1-0/+10
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-11/+1
2011-08-22char: document the functions that will be the public interfaceAnthony Liguori1-7/+130
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-2/+0
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori1-1/+1
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori1-1/+1
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+2
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi1-1/+1
2011-04-28chardev: Allow frontends to notify backends of guest open / closeHans de Goede1-0/+4
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah1-0/+1
2011-02-01add qemu_chr_set_echoPaolo Bonzini1-0/+2
2010-11-17qemu-char: Introduce Memory driverLuiz Capitulino1-0/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell1-0/+3
2010-04-09Always notify consumers of char devices if they're openAlexander Graf1-0/+1
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela1-4/+3
2009-12-12char: Convert qemu_chr_info() to QObjectLuiz Capitulino1-1/+3
2009-12-12un-static qemu_chr_parse_compat()Gerd Hoffmann1-0/+1
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah1-1/+1
2009-11-17char: Remove special init_reset handlingAmit Shah1-1/+0
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori1-2/+0
2009-10-21char: emit the OPENED event only when a new char connection is openedAmit Shah1-0/+2
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-09-11move mux focus field from CharDriverState to MuxDriverGerd Hoffmann1-1/+0
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann1-0/+1
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann1-0/+4
2009-08-24char: Emit 'CLOSED' events on char device closeAmit Shah1-0/+1
2009-07-27Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin1-0/+2
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori1-3/+5
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-1/+3
2009-03-05char: Fix initial reset (Jan Kiszka)aliguori1-0/+1
2009-01-18add an init function parameter to qemu_chr_open()aurel321-1/+2
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori1-0/+2
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-1/+6
2008-08-22qemu-char.h: Fix IOCTL valuesaurel321-2/+2
2008-08-22Parallel Port Direction Fixaurel321-0/+1
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori1-0/+10
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog1-0/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1