qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] cpu: implementing victim TLB for QEMU system em


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] cpu: implementing victim TLB for QEMU system emulated TLB
Date: Wed, 22 Jan 2014 14:56:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/22/2014 02:40 PM, Xin Tong wrote:
> Thank you very much for your comments. I will provide fixes to the
> problems you raised and make sure my next patch passes the
> checkpatch.pl. I have a question I would like to make sure. After i go
> back and fixed the problems with this patch. I need to send another
> (different) email with the title of "[Qemu-devel] [PATCH v2] cpu:
> implementing victim TLB for QEMU system emulated TLB"  and with the
> changes from both of the patches?

Well, "both" patches is a misnomer.  One patch.  The new patch.

The subject does not need to contain [Qemu-devel].  Try

  git format-patch --subject-prefix='PATCH v2' master

from the branch containing your work.  Then use "git send-email" to avoid the
line wrapping you had before.

But otherwise yes.  And if you can get some different benchmarks, something
with more context switches than running a single program, that'd be great.
Peter mentioned an OS boot.  I might suggest a complex shell script.

An example that comes to mind is qemu's own configure script.  Set up a linux
virtual machine with everything to build qemu within the virtual machine.  This
part can be done with -enable-kvm for speed.  Then restart the vm without
-enable-kvm so that we use TCG.  Then you can do something as simple as "time
./configure" to get your number.


r~



reply via email to

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