Sign in
qemu
/
qemu
/
e280ff5e9159ed227a117339c1157143627cab96
/
ui
/
console.c
fee204f
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
by Hans de Goede
· 12 years ago
1562e53
console: remove ds_get_* helper functions
by Gerd Hoffmann
· 12 years ago
cf6f054
console: zap color_table
by Gerd Hoffmann
· 12 years ago
c78f713
console: stop using DisplayState in gfx hardware emulation
by Gerd Hoffmann
· 12 years ago
bc2ed97
console: zap displaystate from dcl callbacks
by Gerd Hoffmann
· 12 years ago
c12aeb8
console: rework DisplaySurface handling [dcl/ui side]
by Gerd Hoffmann
· 12 years ago
da229ef
console: rework DisplaySurface handling [vga emu side]
by Gerd Hoffmann
· 12 years ago
7c20b4a
console: fix displaychangelisteners interface
by Gerd Hoffmann
· 12 years ago
702ec69
chardev: add vc support to qapi
by Gerd Hoffmann
· 12 years ago
01f45d9
qemu-char: move text console init to console.c
by Anthony Liguori
· 12 years ago
d82831d
console: allow VCs to be overridden by UI
by Anthony Liguori
· 12 years ago
b1424e0
vga: fix byteswapping.
by Gerd Hoffmann
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
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
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
[Renamed (99%) from console.c]
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
64f7359
pixman: drop obsolete fields from DisplaySurface
by Gerd Hoffmann
· 12 years ago
09bbb0a
console: don't set PixelFormat alpha fields for 32bpp
by Gerd Hoffmann
· 12 years ago
537a439
console: make qemu_alloc_display static
by Gerd Hoffmann
· 12 years ago
69c7777
pixman: add pixman image to DisplaySurface
by Gerd Hoffmann
· 12 years ago
187cd1d
console: remove DisplayAllocator
by Gerd Hoffmann
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
76ffb0b
console: s/TextConsole/QemuConsole/
by Gerd Hoffmann
· 12 years ago
bf2fde7
console: move set_mouse + cursor_define callbacks
by Gerd Hoffmann
· 12 years ago
c10600a
TextConsole: saturate escape parameter in TTY_STATE_CSI
by Laszlo Ersek
· 12 years ago
feadf1a
console: Clean up bytes per pixel calculation
by BALATON Zoltan
· 13 years ago
ad39cf6
qapi: convert screendump
by Luiz Capitulino
· 13 years ago
d709813
console: vga_hw_screen_dump_ptr: take Error argument
by Luiz Capitulino
· 13 years ago
3eea549
console: bounds check whenever changing the cursor due to an escape code
by Ian Campbell
· 12 years ago
8bd6b06
console: Fix warning from clang (and potential crash)
by Stefan Weil
· 13 years ago
bf1bed8
console: Implementing blinking of cursor
by Jan Kiszka
· 13 years ago
45efb16
optimize screendump for the common non-switch case
by Gerd Hoffmann
· 13 years ago
1673510
Remove screendump dummy functions.
by Gerd Hoffmann
· 13 years ago
8811e1e
console: Eliminate text_consoles[]
by Markus Armbruster
· 13 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
33bcd98
console: Fix segfault on screendump without VGA adapter
by Alexander Graf
· 13 years ago
0eba62e
console: Fix qemu_default_pixelformat() for 24 bpp
by Markus Armbruster
· 13 years ago
95d8f9f
console: Fix console_putchar() for CSI J
by Markus Armbruster
· 13 years ago
f94a950
console: Clean up confusing indentation in console_putchar()
by Markus Armbruster
· 13 years ago
439229c
console: Fix rendering of VGA underline
by Markus Armbruster
· 13 years ago
5354d08
Fix mismatching allocation and deallocation
by Stefan Weil
· 13 years ago
f81bdef
console: Properly switch consoles for screen dumps
by Jan Kiszka
· 13 years ago
df00bed
curses: fix garbling when chtype != long
by Devin J. Pohly
· 13 years ago
903396a
char: remove qemu_chr_send_event()
by Anthony Liguori
· 14 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 14 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
6e1db57
qemu-char: Print strerror message on failure
by Kevin Wolf
· 14 years ago
1802651
Align dummy display to fixed-size active console
by Jan Kiszka
· 14 years ago
e34b12a
Fix segfault on screendump with -nographic
by Alexander Graf
· 14 years ago
ffe8b82
Consolidate DisplaySurface allocation in qemu_alloc_display()
by Jes Sorensen
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
44b37b9
remove text_console_opts
by Paolo Bonzini
· 14 years ago
4104833
add set_echo implementation for text consoles
by Paolo Bonzini
· 14 years ago
491e114
create TextConsole together with the CharDeviceState
by Paolo Bonzini
· 14 years ago
358664c
console: Avoid dereferencing NULL active_console
by Stefan Hajnoczi
· 14 years ago
b627808
Add support for depth 15 to qemu_default_pixelformat()
by Gerd Hoffmann
· 15 years ago
26572b8
check for active_console before using it
by Gerd Hoffmann
· 15 years ago
9678d95
Remove dead assignments in various common files, spotted by clang analyzer
by Blue Swirl
· 15 years ago
98b5008
move default allocator to console.c
by Paolo Bonzini
· 15 years ago
735ba58
vc: colorize chardev title line with blue background.
by Gerd Hoffmann
· 15 years ago
51bfa4d
chardev: move greeting into vc backend.
by Gerd Hoffmann
· 15 years ago
127338e
char: rename qemu_chr_reset to qemu_chr_generic_open
by Amit Shah
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ea314d
convert vc chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
90a1e3c
vnc fixes and improvements (Stefano Stabellini)
by aliguori
· 16 years ago
0da2ea1
fix endianness problem sharing the videoram buffer
by malc
· 16 years ago
f497f14
re-fix screendump (Stefano Stabellini)
by aliguori
· 16 years ago
68f0099
fix curses interface (Stefano Stabellini)
by aliguori
· 16 years ago
14778c2
Coalesce virtual console screen updates.
by pbrook
· 16 years ago
ceecf1d
add an init function parameter to qemu_chr_open()
by aurel32
· 16 years ago
f0f2f97
console: remove trailing spaces
by aurel32
· 16 years ago
fdb868e
Squash warnings in console.c
by aliguori
· 16 years ago
42aa98e
Remove assumption about a single graphic console.
by aliguori
· 16 years ago
2796dae
Fix character devices after DisplayState refactoring
by aliguori
· 16 years ago
a147d62
Fix warnings
by blueswir1
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
7d957bd
DisplayState interface change (Stefano Stabellini)
by aliguori
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
c21bbcf
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
by balrog
· 16 years ago
38334f7
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
by balrog
· 16 years ago
7b45522
Fix typo in console.c comment
by aurel32
· 17 years ago
3bba22d
Force screen resize if no buffer set (Avi Kivity).
by balrog
· 17 years ago
8571c05
Pretend to be the active console while a screendump takes place (Avi Kivity).
by balrog
· 17 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
4d3b6f6
Add an ncurses UI.
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
a528b80
Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.
by balrog
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
af3a903
New features for QEMU text console, by Stefan Weil.
by ths
· 18 years ago
ed8276a
Serial console improvements, by Stefan Weil.
by ths
· 18 years ago
Next »