Sign in
qemu
/
qemu
/
56081919801f1a118983b3a500fb2270844ac8c2
/
chardev
/
baum.c
8110fa1
Use DECLARE_*CHECKER* macros
by Eduardo Habkost
· 4 years, 4 months ago
db1015e
Move QOM typedefs and add missing includes
by Eduardo Habkost
· 4 years, 4 months ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
1ef7c96
baum: Truncate braille device size to 84x1
by Samuel Thibault
· 7 years ago
98e8790
chardev/baum: fix baum that releases brlapi twice
by Liang Yan
· 7 years ago
6b10e57
char: move char devices to chardev/
by Marc-André Lureau
· 8 years ago
[Renamed from backends/baum.c]
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
0b663b7
char: remove class kind field
by Marc-André Lureau
· 8 years ago
88cace9
char: get rid of CharDriver
by Marc-André Lureau
· 8 years ago
e96ebf4
baum: convert to finalize
by Marc-André Lureau
· 8 years ago
777357d
chardev: qom-ify
by Marc-André Lureau
· 8 years ago
fc6d0b8
baum: use a common prefix for chr callbacks
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
41ac54b
char: allocate CharDriverState as a single object
by Marc-André Lureau
· 8 years ago
b68e956
char: move callbacks in CharDriver
by Marc-André Lureau
· 8 years ago
0b812f3
char: use a const CharDriver
by Marc-André Lureau
· 8 years ago
f29b343
console: move window ID code from baum to sdl
by Samuel Thibault
· 8 years ago
cb78d4a
Defer BrlAPI tty acquisition to when guest starts using device
by Samuel Thibault
· 8 years ago
0fb7c88
Add dots keypresses support to the baum braille device
by Samuel Thibault
· 8 years ago
82878da
char: remove explicit_be_open from CharDriverState
by Marc-André Lureau
· 8 years ago
72ac876
char: rename chr_close/chr_free
by Marc-André Lureau
· 8 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
b1918fb
chardev: Drop useless ChardevDummy type
by Eric Blake
· 9 years ago
9c05833
backends: Clean up includes
by Peter Maydell
· 9 years ago
d0d7708
qemu-char: add logfile facility to all chardev backends
by Daniel P. Berrange
· 9 years ago
e47666b
qemu-char: convert braille backend to data-driven creation
by Paolo Bonzini
· 9 years ago
4ca1728
qemu-char: add create to register_char_driver
by Paolo Bonzini
· 9 years ago
70cbae1
baum: Fix build with debugging enabled
by Samuel Thibault
· 9 years ago
e4d50d4
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
by Peter Maydell
· 10 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 11 years ago
e279e25
backends/baum.c: Fix compilation when SDL is not available.
by Richard W.M. Jones
· 11 years ago
47c0374
ui/sdl2 : initial port to SDL 2.0 (v2.0)
by Dave Airlie
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
e93379b
aio / timers: Rename qemu_timer_* functions
by Alex Bligh
· 11 years ago
bd5c51e
qemu-char: don't issue CHR_EVENT_OPEN in a BH
by Michael Roth
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
fee204f
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
by Hans de Goede
· 12 years ago
2d57286
chardev: add braille support to qapi
by Gerd Hoffmann
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
159b6e9
hw: move char backends to backends/
by Paolo Bonzini
· 12 years ago
[Renamed (99%) from hw/baum.c]
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
903396a
char: remove qemu_chr_send_event()
by Anthony Liguori
· 13 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 13 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
6e1db57
qemu-char: Print strerror message on failure
by Kevin Wolf
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
2c7faf3
baum: add destroy hook
by Samuel Thibault
· 15 years ago
49cd804
Fix qemu_free use in baum.c
by Jean-Christophe DUBOIS
· 15 years ago
127338e
char: rename qemu_chr_reset to qemu_chr_generic_open
by Amit Shah
· 15 years ago
2b0efdc
usb-serial and braille: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
b6b8df5
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
by Amit Shah
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
dc1c21e
convert braille chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
6693665
Fix SDL include path.
by Stefan Weil
· 16 years ago
4f72c4d
Fix signedness problems
by Blue Swirl
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
260cfc4
Revert part of 6531, fix build failure
by aurel32
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
c78eae6
baum: remove 2 warnings
by aurel32
· 16 years ago
2e4d9fb
Braille device support
by aurel32
· 17 years ago