[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-discuss] Qemu "-cpu host" option
From: |
Peter Maydell |
Subject: |
Re: [Qemu-stable] [Qemu-discuss] Qemu "-cpu host" option |
Date: |
Thu, 26 Nov 2015 17:49:42 +0000 |
On 26 November 2015 at 17:46, Abhinav Sharma <address@hidden> wrote:
> Sorry, I should have mentioned this earlier.
> I'm running it on x86_64 architecture, and I'm using -enable-kvm .
> So in this case, does Qemu binary translate even when "-cpu host" is used?
-cpu host doesn't affect the choice of whether we do binary
translation or not -- that is always decided by the -enable-kvm
and/or -machine accel=<whatever> options.
thanks
-- PMM