index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
baum.c
Age
Commit message (
Expand
)
Author
2011-08-22
char: remove qemu_chr_send_event()
Anthony Liguori
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-23
qemu-char: Print strerror message on failure
Kevin Wolf
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2010-04-08
baum: add destroy hook
Samuel Thibault
2009-12-02
Fix qemu_free use in baum.c
Jean-Christophe DUBOIS
2009-11-17
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
2009-10-30
usb-serial and braille: use qdev for -usbdevice
Gerd Hoffmann
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
2009-06-13
Fix SDL include path.
Stefan Weil
2009-06-13
Fix signedness problems
Blue Swirl
2009-05-13
Include assert.h from qemu-common.h
Paul Brook
2009-02-06
Revert part of 6531, fix build failure
aurel32
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-12-11
baum: remove 2 warnings
aurel32
2008-04-08
Braille device support
aurel32