Re: [Qemu-devel] [PATCH v2 1/7] build-sys: Move fifo8.c to hw/misc

2014-08-22 Thread Peter Crosthwaite
On Fri, Aug 22, 2014 at 8:54 PM, Fam Zheng wrote: > Since it has a dependency on vmstate and is only used by device > emulation, moving out from util will make the archive more independent. > > Signed-off-by: Fam Zheng We probably also want to move the corresponding header at some stage too. bu

[Qemu-devel] [PATCH v2 1/7] build-sys: Move fifo8.c to hw/misc

2014-08-22 Thread Fam Zheng
Since it has a dependency on vmstate and is only used by device emulation, moving out from util will make the archive more independent. Signed-off-by: Fam Zheng --- hw/misc/Makefile.objs | 1 + {util => hw/misc}/fifo8.c | 0 util/Makefile.objs| 1 - 3 files changed, 1 insertion(+), 1