index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
1
-0
/
+2
2011-11-28
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
1
-0
/
+10
2011-10-21
main-loop: create main-loop.h
Paolo Bonzini
1
-11
/
+1
2011-08-22
char: document the functions that will be the public interface
Anthony Liguori
1
-7
/
+130
2011-08-22
char: remove qemu_chr_send_event()
Anthony Liguori
1
-2
/
+0
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-07-23
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
1
-0
/
+2
2011-04-28
char: Allow devices to use a single multiplexed chardev.
Kusanagi Kouichi
1
-1
/
+1
2011-04-28
chardev: Allow frontends to notify backends of guest open / close
Hans de Goede
1
-0
/
+4
2011-03-21
char: Prevent multiple devices opening same chardev
Amit Shah
1
-0
/
+1
2011-02-01
add qemu_chr_set_echo
Paolo Bonzini
1
-0
/
+2
2010-11-17
qemu-char: Introduce Memory driver
Luiz Capitulino
1
-0
/
+7
2010-10-03
Use GCC_FMT_ATTR (format checking)
Stefan Weil
1
-1
/
+2
2010-08-10
RESEND: Inter-VM shared memory PCI device
Cam Macdonell
1
-0
/
+3
2010-04-09
Always notify consumers of char devices if they're open
Alexander Graf
1
-0
/
+1
2010-03-19
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
1
-4
/
+3
2009-12-12
char: Convert qemu_chr_info() to QObject
Luiz Capitulino
1
-1
/
+3
2009-12-12
un-static qemu_chr_parse_compat()
Gerd Hoffmann
1
-0
/
+1
2009-11-17
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
1
-1
/
+1
2009-11-17
char: Remove special init_reset handling
Amit Shah
1
-1
/
+0
2009-10-27
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
1
-2
/
+0
2009-10-21
char: emit the OPENED event only when a new char connection is opened
Amit Shah
1
-0
/
+2
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-2
/
+2
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
1
-1
/
+0
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
1
-0
/
+1
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
1
-0
/
+4
2009-08-24
char: Emit 'CLOSED' events on char device close
Amit Shah
1
-0
/
+1
2009-07-27
Add SCM_RIGHTS support to unix socket character devices
Mark McLoughlin
1
-0
/
+2
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
1
-3
/
+5
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-1
/
+3
2009-03-05
char: Fix initial reset (Jan Kiszka)
aliguori
1
-0
/
+1
2009-01-18
add an init function parameter to qemu_chr_open()
aurel32
1
-1
/
+2
2008-10-31
Move some declarations around in the QEMU CharDriver code
aliguori
1
-0
/
+2
2008-10-31
Implement "info chardev" command. (Gerd Hoffmann)
aliguori
1
-1
/
+6
2008-08-22
qemu-char.h: Fix IOCTL values
aurel32
1
-2
/
+2
2008-08-22
Parallel Port Direction Fix
aurel32
1
-0
/
+1
2008-08-11
Upgrade emulated UART to 16550A (Stefano Stabellini)
aliguori
1
-0
/
+10
2007-11-25
Add input buffer to mux chr (patch by Tristan Gingold).
balrog
1
-0
/
+2
[next]