All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: [patch uq/master 0/9] enable smp > 1 and related fixes
Date: Thu, 06 May 2010 14:33:25 +0300	[thread overview]
Message-ID: <4BE2A905.50906@redhat.com> (raw)
In-Reply-To: <4BE1B7DE.9010701@codemonkey.ws>

On 05/05/2010 09:24 PM, Anthony Liguori wrote:
> On 05/04/2010 07:45 AM, Marcelo Tosatti wrote:
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe kvm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> How does this work without an in-kernel apic (or does uq/master 
> already have an in-kernel apic)?

An in-kernel apic isn't needed (qemu-kvm supports smp with userspace apic).

-- 
error compiling committee.c: too many arguments to function


WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: [patch uq/master 0/9] enable smp > 1 and related fixes
Date: Thu, 06 May 2010 14:33:25 +0300	[thread overview]
Message-ID: <4BE2A905.50906@redhat.com> (raw)
In-Reply-To: <4BE1B7DE.9010701@codemonkey.ws>

On 05/05/2010 09:24 PM, Anthony Liguori wrote:
> On 05/04/2010 07:45 AM, Marcelo Tosatti wrote:
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe kvm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> How does this work without an in-kernel apic (or does uq/master 
> already have an in-kernel apic)?

An in-kernel apic isn't needed (qemu-kvm supports smp with userspace apic).

-- 
error compiling committee.c: too many arguments to function

  reply	other threads:[~2010-05-06 11:33 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-04 12:45 [patch uq/master 0/9] enable smp > 1 and related fixes Marcelo Tosatti
2010-05-04 12:45 ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 1/9] kvm: set cpu_single_env around KVM_RUN ioctl Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 2/9] make SIG_IPI to tcg vcpu thread reliable Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 3/9] standardize on qemu_cpu_kick for signalling cpu thread(s) Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 4/9] port qemu-kvm's on_vcpu code Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 5/9] kvm: synchronize state from cpu context Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-06 11:31   ` Avi Kivity
2010-05-06 11:31     ` [Qemu-devel] " Avi Kivity
2010-05-04 12:45 ` [patch uq/master 6/9] add cpu_is_stopped helper Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 7/9] move stop/stopped CPU_COMMON fields after area zeroed by reset Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 8/9] kvm: validate context for kvm cpu get/put operations Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-04 12:45 ` [patch uq/master 9/9] kvm: enable smp > 1 Marcelo Tosatti
2010-05-04 12:45   ` [Qemu-devel] " Marcelo Tosatti
2010-05-05 18:24 ` [patch uq/master 0/9] enable smp > 1 and related fixes Anthony Liguori
2010-05-05 18:24   ` [Qemu-devel] " Anthony Liguori
2010-05-06 11:33   ` Avi Kivity [this message]
2010-05-06 11:33     ` Avi Kivity
2010-05-06 11:34 ` Avi Kivity
2010-05-06 11:34   ` [Qemu-devel] " Avi Kivity

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=4BE2A905.50906@redhat.com \
    --to=avi@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.