All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Gregory Haskins <ghaskins-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH 4/5] KVM: in-kernel-apic modification to QEMU
Date: Wed, 16 May 2007 14:51:17 +0300	[thread overview]
Message-ID: <464AF035.9040405@qumranet.com> (raw)
In-Reply-To: <20070515031800.9468.76001.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>

Gregory Haskins wrote:
> @@ -1045,7 +1054,7 @@ static CPUWriteMemoryFunc *ioapic_mem_write[3] = {
>      ioapic_mem_writel,
>  };
>  
> -IOAPICState *ioapic_init(void)
> +IOAPICState *ioapic_init(CPUState *env)
>  {
>      IOAPICState *s;
>      int io_memory;
> @@ -1054,6 +1063,7 @@ IOAPICState *ioapic_init(void)
>      if (!s)
>          return NULL;
>      ioapic_reset(s);
> +    s->cpu_env = env;
>   

Is there actually a 1:1 correspondence between ioapics and vcpus?




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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

  parent reply	other threads:[~2007-05-16 11:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-15  3:17 [PATCH 0/5] in-kernel APIC v4 (usermode side) Gregory Haskins
     [not found] ` <20070515031622.9468.4000.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-15  3:17   ` [PATCH 1/5] KVM: Updates for compiling in-kernel APIC support with external-modules Gregory Haskins
2007-05-15  3:17   ` [PATCH 2/5] KVM-USER: Make the kvm_allowed flag always defined so we dont need #ifdefs Gregory Haskins
2007-05-15  3:17   ` [PATCH 3/5] KVM-USER: Add ability to specify APIC emulation type from the command-line Gregory Haskins
2007-05-15  3:18   ` [PATCH 4/5] KVM: in-kernel-apic modification to QEMU Gregory Haskins
     [not found]     ` <20070515031800.9468.76001.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-15 14:17       ` Anthony Liguori
     [not found]         ` <4649C0E9.4080401-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-05-15 14:25           ` Gregory Haskins
2007-05-16 11:51       ` Avi Kivity [this message]
     [not found]         ` <464AF035.9040405-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-16 12:34           ` Gregory Haskins
2007-05-15  3:18   ` [PATCH 5/5] KVM-USER: Add support for listening for kernel-based interrupts Gregory Haskins
  -- strict thread matches above, loose matches on Subject: below --
2007-05-18 21:53 [PATCH 0/5] in-kernel APIC v6 (usermode side) Gregory Haskins
     [not found] ` <20070518215204.31052.87983.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-18 21:53   ` [PATCH 4/5] KVM: in-kernel-apic modification to QEMU Gregory Haskins

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=464AF035.9040405@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=ghaskins-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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.