mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
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>
This commit is contained in:
parent
2b45c3f500
commit
224f9fd419
9 changed files with 99 additions and 139 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "qemu.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/cache-utils.h"
|
||||
#include "cpu.h"
|
||||
#include "tcg.h"
|
||||
#include "qemu/timer.h"
|
||||
|
@ -3829,8 +3828,6 @@ int main(int argc, char **argv, char **envp)
|
|||
|
||||
module_call_init(MODULE_INIT_QOM);
|
||||
|
||||
qemu_cache_utils_init();
|
||||
|
||||
if ((envlist = envlist_create()) == NULL) {
|
||||
(void) fprintf(stderr, "Unable to allocate envlist\n");
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue