index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-char.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdev: nuke qdev_init_chardev()
Anthony Liguori
2012-02-03
1
-0
/
+2
*
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
2011-11-28
1
-0
/
+10
*
main-loop: create main-loop.h
Paolo Bonzini
2011-10-21
1
-11
/
+1
*
char: document the functions that will be the public interface
Anthony Liguori
2011-08-22
1
-7
/
+130
*
char: remove qemu_chr_send_event()
Anthony Liguori
2011-08-22
1
-2
/
+0
*
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-0
/
+2
*
char: Allow devices to use a single multiplexed chardev.
Kusanagi Kouichi
2011-04-28
1
-1
/
+1
*
chardev: Allow frontends to notify backends of guest open / close
Hans de Goede
2011-04-28
1
-0
/
+4
*
char: Prevent multiple devices opening same chardev
Amit Shah
2011-03-21
1
-0
/
+1
*
add qemu_chr_set_echo
Paolo Bonzini
2011-02-01
1
-0
/
+2
*
qemu-char: Introduce Memory driver
Luiz Capitulino
2010-11-17
1
-0
/
+7
*
Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
1
-1
/
+2
*
RESEND: Inter-VM shared memory PCI device
Cam Macdonell
2010-08-10
1
-0
/
+3
*
Always notify consumers of char devices if they're open
Alexander Graf
2010-04-09
1
-0
/
+1
*
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
2010-03-19
1
-4
/
+3
*
char: Convert qemu_chr_info() to QObject
Luiz Capitulino
2009-12-12
1
-1
/
+3
*
un-static qemu_chr_parse_compat()
Gerd Hoffmann
2009-12-12
1
-0
/
+1
*
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
2009-11-17
1
-1
/
+1
*
char: Remove special init_reset handling
Amit Shah
2009-11-17
1
-1
/
+0
*
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
2009-10-27
1
-2
/
+0
*
char: emit the OPENED event only when a new char connection is opened
Amit Shah
2009-10-21
1
-0
/
+2
*
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
2009-10-21
1
-1
/
+1
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-2
/
+2
*
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
2009-09-11
1
-1
/
+0
*
Allow -serial chardev:<name>
Gerd Hoffmann
2009-09-11
1
-0
/
+1
*
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
2009-09-11
1
-0
/
+4
*
char: Emit 'CLOSED' events on char device close
Amit Shah
2009-08-24
1
-0
/
+1
*
Add SCM_RIGHTS support to unix socket character devices
Mark McLoughlin
2009-07-27
1
-0
/
+2
*
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
2009-03-05
1
-3
/
+5
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+3
*
char: Fix initial reset (Jan Kiszka)
aliguori
2009-03-05
1
-0
/
+1
*
add an init function parameter to qemu_chr_open()
aurel32
2009-01-18
1
-1
/
+2
*
Move some declarations around in the QEMU CharDriver code
aliguori
2008-10-31
1
-0
/
+2
*
Implement "info chardev" command. (Gerd Hoffmann)
aliguori
2008-10-31
1
-1
/
+6
*
qemu-char.h: Fix IOCTL values
aurel32
2008-08-22
1
-2
/
+2
*
Parallel Port Direction Fix
aurel32
2008-08-22
1
-0
/
+1
*
Upgrade emulated UART to 16550A (Stefano Stabellini)
aliguori
2008-08-11
1
-0
/
+10
*
Add input buffer to mux chr (patch by Tristan Gingold).
balrog
2007-11-25
1
-0
/
+2
[next]