392 Commits (e9cf2fe07ff70e939f80c624b44c10a4442eef0b)

Author SHA1 Message Date
Hans de Goede a425d23f8f qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public 15 years ago
Markus Armbruster a4e2604852 qemu-char: Plug memory leak on qemu_chr_open_pty() error path 15 years ago
Fabien Chouteau db418a0a7e Add stdio char device on windows 15 years ago
Stefan Weil 2e02e18ba7 qemu-char: Fix use of free() instead of g_free() 15 years ago
Luiz Capitulino c5a415a0af qapi: Convert query-chardev 15 years ago
Marcelo Tosatti 069c159e39 qemu-char: use qemu_set_fd_handler/2 consistently 15 years ago
Anthony Liguori 903396ad3e char: remove qemu_chr_send_event() 15 years ago
Anthony Liguori 74c0d6f020 char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd() 15 years ago
Anthony Liguori 70f24fb6c6 char: rename qemu_chr_close() -> qemu_chr_delete() 15 years ago
Anthony Liguori f69554b9e8 char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() 15 years ago
Anthony Liguori 27143a445b char: rename qemu_chr_open() -> qemu_chr_new() 15 years ago
Anthony Liguori 15f31519b4 char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo() 15 years ago
Anthony Liguori 41084f1bad char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() 15 years ago
Anthony Liguori 2817822dce char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() 15 years ago
Anthony Liguori c9d830eddc char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() 15 years ago
Anthony Liguori 909cda12b5 char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() 15 years ago
Anthony Liguori fa5efccb2a char: rename qemu_chr_read() -> qemu_chr_be_write() 15 years ago
Anthony Liguori e7e71b0ec6 char: rename qemu_chr_printf() -> qemu_chr_fe_printf() 15 years ago
Anthony Liguori 2cc6e0a142 char: rename qemu_chr_write() -> qemu_chr_fe_write() 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Blue Swirl 00aa0040e8 Wrap recv to avoid warnings 15 years ago
Blue Swirl aad04cd024 Fix chrdev return value conversion 15 years ago
Daniel P. Berrange 1366108981 Introduce a 'client_add' monitor command accepting an open FD 15 years ago
Kevin Wolf 6e1db57b2a qemu-char: Print strerror message on failure 15 years ago
Alexandre Raymond 9bf0960a9a Fix compilation warning due to missing header for sigaction (followup) 15 years ago
Amit Shah da7d998bbb char: Detect chardev release by NULL handlers as well as NULL opaque 16 years ago
Kusanagi Kouichi d5b27167e1 char: Allow devices to use a single multiplexed chardev. 16 years ago
Hans de Goede 7c32c4feeb chardev: Allow frontends to notify backends of guest open / close 16 years ago
Amit Shah 2d6c1ef40f char: Prevent multiple devices opening same chardev 16 years ago
Paolo Bonzini 7bd427d801 change all rt_clock references to use millisecond resolution accessors 16 years ago
Stefan Weil e0efb993b8 Fix conversions from pointer to int and vice versa 16 years ago
Stefan Hajnoczi 1bbd185fa8 qemu-char: Check for missing backend name 16 years ago
Paolo Bonzini 363f8cb9bc fix QemuOpts leak 16 years ago
Paolo Bonzini bb002513a9 add set_echo implementation for qemu_chr_stdio 16 years ago
Paolo Bonzini 0369364be8 move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio 16 years ago
Paolo Bonzini c48855e140 add qemu_chr_set_echo 16 years ago
Paolo Bonzini d55dbc3acd remove broken code for tty 16 years ago
Alon Levy cbcc6336ce spice: add chardev (v5) 16 years ago
Luiz Capitulino 999bd67c87 qemu-char: Introduce Memory driver 16 years ago
Jes Sorensen 5fc9cfedfa Fold send_all() wrapper unix_write() into one function 16 years ago
Gerd Hoffmann 3329f07b7a QemuOpts: make most qemu_*_opts static 16 years ago
Blue Swirl 68c18d1ccf Fix mingw32 build 16 years ago
Cam Macdonell 6cbf4c8c64 RESEND: Inter-VM shared memory PCI device 16 years ago
Markus Armbruster 6ab4b5ab8f block: Decouple block device "commit all" from DriveInfo 16 years ago
Markus Armbruster 666daa6823 blockdev: Collect block device code in new blockdev.c 16 years ago
Luiz Capitulino 637503d122 Monitor: Drop QMP documentation from code 16 years ago
Paolo Bonzini e53f27b9d9 stash away SCM_RIGHTS fd until a getfd command arrives 17 years ago
Alexander Graf 73cdf3f2c9 Always notify consumers of char devices if they're open 17 years ago
Riku Voipio cb301efe4f fix function signature of qemu_chr_open_pty on !linux 17 years ago
Shahar Havivi d3f822d241 Restore terminal monitor attributes - addition 17 years ago