]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg-ppc: Merge cache-utils into the backend
authorRichard Henderson <rth@twiddle.net>
Wed, 30 Apr 2014 20:56:50 +0000 (13:56 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jun 2014 14:32:30 +0000 (07:32 -0700)
commit224f9fd4191feaf104965d8feb814f7303923a47
tree391ae91eda31d012979c5b9092ce64ea99947514
parent2b45c3f5008bf760e628126f0344c1effbee0714
tcg-ppc: Merge cache-utils into the backend

As a "utility", it only supported ppc, and in a way that other
tcg backends provided directly in tcg-target.h.  Removing this
disparity is easier now that the two ppc backends are merged.

Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
exec.c
include/qemu/cache-utils.h [deleted file]
linux-user/main.c
tcg/ppc/tcg-target.c
tcg/ppc/tcg-target.h
tcg/tcg.c
util/Makefile.objs
util/cache-utils.c [deleted file]
vl.c