summary refs log tree commit diff stats
path: root/hw/fifo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw: move fifo.[ch] to libqemuutilPaolo Bonzini2013-03-011-78/+0
| | | | | | | fifo.c is generic code that can be easily unit tested. So it belongs in libqemuutil. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: Added generic FIFO API.Peter A. G. Crosthwaite2012-10-101-0/+78
Added a FIFO API that can be used to create and operate byte FIFOs. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>