Re: [Qemu-devel] [PATCH] tci: Fix broken builds with TCG interpreter

2013-01-02 Thread Anthony Liguori
Thanks, applied. Regards, Anthony Liguori

[Qemu-devel] [PATCH] tci: Fix broken builds with TCG interpreter

2013-01-01 Thread Stefan Weil
TCI no longer compiled after commit 76cad71136b7eb371cf2a2a4e1621cfe8d9c769a. The TCI disassembler depends on data structures which are different for each QEMU target, so it cannot be compiled as a universal-obj today. Signed-off-by: Stefan Weil --- Makefile.target |3 +-- disas/Makefil