From: Chen Wei-Ren <che...@iis.sinica.edu.tw> According to [1], libqemu is not available anymore. Remove libqemu related stuff from QEMU source tree.
[1] http://www.mail-archive.com/address@hidden/msg49809.html v2: - Remove entry "qruncom.c" from "3 Regression Tests" in qemu-tech.texi. - Undo the deletion of common-obj-y. Only remove libqemu_common.a from the comment. v3: - Change tests/Makefile first before removing tests/qruncom.c. - Only remove out-of-date comment about libqemu.a from Makefile.target, leave manually inserted dependencie alone. Chen Wei-Ren (6): tests/Makefile: Remove qruncom target tests/qruncom.c: Remove libqemu.a example qemu-tech.texi: Remove libqemu related stuff from the document Makefile.target: Remove out of date comment Makefile.objs: Remove libqemu_common.a from the comment LICENSE: There is no libqemu.a anymore LICENSE | 4 +- Makefile.objs | 7 +- Makefile.target | 2 - qemu-tech.texi | 10 -- tests/Makefile | 6 - tests/qruncom.c | 284 ------------------------------------------------------- 6 files changed, 4 insertions(+), 309 deletions(-) delete mode 100644 tests/qruncom.c -- 1.7.3.4