qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH][RFC] Split non-TCG bits out of exec.c


From: andrzej zaborowski
Subject: Re: [Qemu-devel] [PATCH][RFC] Split non-TCG bits out of exec.c
Date: Fri, 14 Nov 2008 14:45:05 +0100

2008/11/14 Anthony Liguori <address@hidden>:
> The issue is not disabling TCG at runtime.  That's easy enough.  The issue
> is that TCG doesn't exist (and probably won't ever exist) for certain
> architectures like ia64 and s390.  Being forced to build with TCG support
> makes having QEMU + KVM not possible on these platforms even though they
> both support KVM.

I mean either compile-time or run-time: assuming that each QEMUAccel
implementation is a bunch of files + a struct with pointers in the
common code, it should make turning on/off each emulator easy.

Cheers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]