kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Glauber Costa <glommer@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] move tpr stuff to qemu-kvm-x86.c
Date: Tue, 20 Oct 2009 08:48:54 +0900	[thread overview]
Message-ID: <4ADCFAE6.2060801@redhat.com> (raw)
In-Reply-To: <1255958965-18471-1-git-send-email-glommer@redhat.com>

On 10/19/2009 10:29 PM, Glauber Costa wrote:
> this whole tpr thing does not belong in common code. Move it to i386 specific
> files.
>
>    

Ack, but:

> @@ -157,6 +157,10 @@ int kvm_arch_create(kvm_context_t kvm, unsigned long phys_mem_bytes,
>   	if (r<  0)
>   		return r;
>
> +#ifdef KVM_EXIT_TPR_ACCESS
> +    kvm_tpr_opt_setup();
> +#endif
> +
>    

Wierd indentation.

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


  reply	other threads:[~2009-10-19 23:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-19 13:29 [PATCH] move tpr stuff to qemu-kvm-x86.c Glauber Costa
2009-10-19 23:48 ` Avi Kivity [this message]
2009-10-20 16:35 ` Marcelo Tosatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ADCFAE6.2060801@redhat.com \
    --to=avi@redhat.com \
    --cc=glommer@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).