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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-15
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
1
-6
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-16
/
+0
2010-04-26
stash away SCM_RIGHTS fd until a getfd command arrives
Paolo Bonzini
1
-6
/
+3
2010-04-09
Always notify consumers of char devices if they're open
Alexander Graf
1
-0
/
+20
2010-04-08
fix function signature of qemu_chr_open_pty on !linux
Riku Voipio
1
-1
/
+1
2010-03-31
Restore terminal monitor attributes - addition
Shahar Havivi
1
-1
/
+3
2010-03-30
Fix some compilation warnings on FreeBSD hosts
Juergen Lock
1
-2
/
+2
2010-03-21
Revert "Convert atexit users to exit_notifier"
Anthony Liguori
1
-9
/
+2
2010-03-19
Convert atexit users to exit_notifier
Anthony Liguori
1
-2
/
+9
2010-03-19
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
1
-2
/
+2
2010-03-14
Fix corner case in chardev udp: parameter
Jan Kiszka
1
-1
/
+1
2010-03-09
Restore terminal attributes for tty based monitor
Shahar Havivi
1
-0
/
+8
2010-02-28
qemu-char.c: drop debug printfs from qemu_chr_parse_compat
Jan Kiszka
1
-3
/
+0
2010-02-22
add close callback for tty-based char device
David Ahern
1
-0
/
+17
2010-02-10
Do not ignore error, if open file failed (-serial /dev/tty)
Evgeniy Dushistov
1
-0
/
+3
2010-01-19
char: Remove redundant qemu_chr_generic_open() call.
Kusanagi Kouichi
1
-1
/
+0
2009-12-12
char: Convert qemu_chr_info() to QObject
Luiz Capitulino
1
-2
/
+41
2009-12-12
un-static qemu_chr_parse_compat()
Gerd Hoffmann
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-4
/
+4
2009-11-30
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
Aurelien Jarno
1
-0
/
+1
2009-11-29
Add support for GNU/kFreeBSD
Aurelien Jarno
1
-8
/
+11
2009-11-17
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
1
-11
/
+11
2009-11-17
char: Remove special init_reset handling
Amit Shah
1
-9
/
+0
2009-11-17
char: don't limit data sent to backends to 1k per buffer
Amit Shah
1
-6
/
+8
2009-10-30
serial: Support additional serial speed values
Stefan Weil
1
-26
/
+61
2009-10-27
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
1
-6
/
+1
2009-10-27
net: remove unused includes of if_tun.h and if_tap.h
Mark McLoughlin
1
-6
/
+0
2009-10-27
Add chardev option to disable signal.
Kusanagi Kouichi
1
-3
/
+3
2009-10-21
char: emit the OPENED event only when a new char connection is opened
Amit Shah
1
-1
/
+6
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-10-21
char: check for initial_reset_issued unnecessary
Amit Shah
1
-4
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-9
/
+9
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
1
-13
/
+14
2009-09-11
monitor: fix muxing
Gerd Hoffmann
1
-0
/
+4
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
1
-0
/
+16
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
1
-38
/
+35
2009-09-11
convert mux chardev to QemuOpts.
Gerd Hoffmann
1
-11
/
+21
2009-09-11
convert vc chardev to QemuOpts.
Gerd Hoffmann
1
-7
/
+19
2009-09-11
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
1
-25
/
+32
2009-09-11
convert windows console chardev to QemuOpts.
Gerd Hoffmann
1
-4
/
+6
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+4
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+5
2009-09-11
convert stdio chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+4
2009-09-11
convert pty chardev to QemuOpts.
Gerd Hoffmann
1
-6
/
+7
2009-09-11
convert unix+tcp chardevs to QemuOpts.
Gerd Hoffmann
1
-56
/
+66
2009-09-11
convert file+pipe chardevs to QemuOpts.
Gerd Hoffmann
1
-15
/
+32
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
1
-4
/
+67
2009-08-24
char: Emit 'CLOSED' events on char device close
Amit Shah
1
-0
/
+10
2009-08-01
More NULL pointer fixes
Blue Swirl
1
-2
/
+2
[next]