Re: [Qemu-devel] [PATCH 0/3][uq/master] Basic TSC-Scaling support v2

2011-07-19 Thread Marcelo Tosatti
On Thu, Jul 07, 2011 at 04:13:10PM +0200, Joerg Roedel wrote: > Hi Avi, Marcelo, > > here is v2 of the patches to support setting the guests tsc-frequency > from the qemu command line. This version addresses the comment from Avi > on the first version. To reflect that units can be given to the > f

[Qemu-devel] [PATCH 0/3][uq/master] Basic TSC-Scaling support v2

2011-07-07 Thread Joerg Roedel
Hi Avi, Marcelo, here is v2 of the patches to support setting the guests tsc-frequency from the qemu command line. This version addresses the comment from Avi on the first version. To reflect that units can be given to the frequency, the parameter was renamed from tsc_khz to tsc_freq. Thanks,