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 <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-02-04 10:57:50 +01:00
parent 159b6e9f14
commit fd7f0d6617
7 changed files with 8 additions and 5 deletions

View file

@ -27,7 +27,7 @@
#include "sysbus.h"
#include "sysemu/sysemu.h"
#include "qemu/log.h"
#include "fifo.h"
#include "qemu/fifo8.h"
#include "ssi.h"