]> Git Repo - qemu.git/commit
hw: move fifo.[ch] to libqemuutil
authorPaolo Bonzini <[email protected]>
Mon, 4 Feb 2013 09:57:50 +0000 (10:57 +0100)
committerPaolo Bonzini <[email protected]>
Fri, 1 Mar 2013 12:53:10 +0000 (13:53 +0100)
commitfd7f0d66177ec1058a2a256856ff38fc9ceae5af
tree0e98bd491df2916b0c435c5822e91bf36883f051
parent159b6e9f144c7afdf3ad95c29d1fede9626fa8b1
hw: move fifo.[ch] to libqemuutil

fifo.c is generic code that can be easily unit tested.  So it
belongs in libqemuutil.

Signed-off-by: Paolo Bonzini <[email protected]>
hw/Makefile.objs
hw/fifo.c [deleted file]
hw/fifo.h [deleted file]
hw/xilinx_spi.c
hw/xilinx_spips.c
include/migration/vmstate.h
include/qemu/fifo8.h [new file with mode: 0644]
util/Makefile.objs
util/fifo8.c [new file with mode: 0644]
This page took 0.027444 seconds and 4 git commands to generate.