]> git.proxmox.com Git - mirror_qemu.git/commit - include/migration/vmstate.h
hw: move fifo.[ch] to libqemuutil
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Feb 2013 09:57:50 +0000 (10:57 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <pbonzini@redhat.com>
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]