aboutsummaryrefslogtreecommitdiffstats
path: root/hw/baum.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-4/+3
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-15/+0
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-2/+2
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-4/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-9/+9
2011-07-23qemu-char: Print strerror message on failureKevin Wolf1-3/+4
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2010-04-08baum: add destroy hookSamuel Thibault1-0/+13
2009-12-02Fix qemu_free use in baum.cJean-Christophe DUBOIS1-4/+4
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah1-1/+1
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-6/+0
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah1-1/+1
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+2
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann1-1/+1
2009-06-13Fix SDL include path.Stefan Weil1-1/+1
2009-06-13Fix signedness problemsBlue Swirl1-3/+3
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-02-06Revert part of 6531, fix build failureaurel321-0/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-10/+0
2008-12-11baum: remove 2 warningsaurel321-0/+1
2008-04-08Braille device supportaurel321-0/+643