All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Hecht <dhecht@vmware.com>
To: tglx@linutronix.de
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
	James Morris <jmorris@namei.org>,
	Virtualization Mailing List <virtualization@lists.osdl.org>,
	akpm@linux-foundation.org, john stultz <johnstul@us.ibm.com>,
	Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: + stupid-hack-to-make-mainline-build.patch added to -mm tree
Date: Wed, 07 Mar 2007 13:02:32 -0800	[thread overview]
Message-ID: <45EF2868.8050009@vmware.com> (raw)
In-Reply-To: <1173301065.24738.766.camel@localhost.localdomain>

On 03/07/2007 12:57 PM, Thomas Gleixner wrote:
> On Wed, 2007-03-07 at 12:11 -0800, Jeremy Fitzhardinge wrote:
>> Dan Hecht wrote:
>>> Jeremy, I saw you sent out the Xen version earlier, thanks.  Here's
>>> ours for reference (please excuse any formating issues); it's also
>>> lean. We'll send out a proper patch later after some more testing:
>> So the interrupt side of the clockevent comes through the virtual apic? 
>> Where does evt->handle_event get called?
> 
> 
>>         /* We use normal irq0 handler on cpu0. */
>>         time_init_hook();
> 
> That's exactly the thing I ranted about before. We keep the historic
> view of emulated hardware and just wrap it into enough glue code instead
> of doing an abstract design, which just gets rid of those hardware
> assumptions at all. That's the big advantage of paravirtualization, but
> the current way on paravirt ops is just ignoring this.
> 

Are you saying you would prefer we create our own irq handler something 
like this rather than using the standard i386 handlers?

irqreturn_t vmi_timer_interrupt(int irq, void *dev_id)
{
    local_event->event_handler(local_event);
    return IRQ_HANDLED;
}

??  That's fine with me.

  reply	other threads:[~2007-03-07 21:02 UTC|newest]

Thread overview: 169+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-06  6:52 + stupid-hack-to-make-mainline-build.patch added to -mm tree akpm
     [not found] ` <45ED16D2.3000202@vmware.com>
     [not found]   ` <20070306084258.GA15745@elte.hu>
     [not found]     ` <20070306084647.GA16280@elte.hu>
2007-03-06  8:55       ` Zachary Amsden
2007-03-06 10:59         ` Thomas Gleixner
2007-03-06 21:07           ` Dan Hecht
2007-03-06 21:07             ` Dan Hecht
2007-03-06 22:21             ` Andi Kleen
2007-03-06 22:21               ` Andi Kleen
2007-03-06 21:32               ` Dan Hecht
2007-03-06 23:53             ` Thomas Gleixner
2007-03-07  0:24               ` Jeremy Fitzhardinge
2007-03-07  0:35                 ` Dan Hecht
2007-03-07  0:49                   ` Thomas Gleixner
2007-03-07  0:53                     ` Dan Hecht
2007-03-07  1:18                       ` Thomas Gleixner
2007-03-07  2:08                         ` Dan Hecht
2007-03-07  8:37                           ` Thomas Gleixner
2007-03-07 17:41                             ` Jeremy Fitzhardinge
2007-03-07 17:41                               ` Jeremy Fitzhardinge
2007-03-07 17:49                               ` Ingo Molnar
2007-03-07 17:49                                 ` Ingo Molnar
2007-03-07 18:03                                 ` James Morris
2007-03-07 18:03                                   ` James Morris
2007-03-07 18:35                                 ` Jeremy Fitzhardinge
2007-03-07 18:35                                   ` Jeremy Fitzhardinge
2007-03-08  0:45                                   ` Alan Cox
2007-03-08  0:45                                     ` Alan Cox
2007-03-07 17:52                               ` Ingo Molnar
2007-03-07 17:52                                 ` Ingo Molnar
2007-03-07 18:28                                 ` Jeremy Fitzhardinge
2007-03-07 18:53                                   ` Thomas Gleixner
2007-03-07 18:53                                     ` Thomas Gleixner
2007-03-07 18:11                               ` James Morris
2007-03-07 18:11                                 ` James Morris
2007-03-07 18:56                                 ` Thomas Gleixner
2007-03-07 19:05                                 ` Jeremy Fitzhardinge
2007-03-07 19:49                                   ` Dan Hecht
2007-03-07 20:11                                     ` Jeremy Fitzhardinge
2007-03-07 20:49                                       ` Dan Hecht
2007-03-07 20:49                                         ` Dan Hecht
2007-03-07 21:14                                         ` Thomas Gleixner
2007-03-07 21:14                                           ` Thomas Gleixner
2007-03-07 20:57                                       ` Thomas Gleixner
2007-03-07 20:57                                         ` Thomas Gleixner
2007-03-07 21:02                                         ` Dan Hecht [this message]
2007-03-07 21:08                                           ` Jeremy Fitzhardinge
2007-03-07 21:19                                           ` Thomas Gleixner
2007-03-07 21:19                                             ` Thomas Gleixner
2007-03-07 21:14                                             ` Dan Hecht
2007-03-07 21:21                                     ` Thomas Gleixner
2007-03-07 21:33                                       ` Dan Hecht
2007-03-07 22:05                                       ` Jeremy Fitzhardinge
2007-03-07 23:05                                         ` Thomas Gleixner
2007-03-07 23:05                                           ` Thomas Gleixner
2007-03-07 23:25                                           ` Zachary Amsden
2007-03-07 23:36                                             ` Jeremy Fitzhardinge
2007-03-07 23:40                                               ` Zachary Amsden
2007-03-07 23:40                                                 ` Zachary Amsden
2007-03-08 18:30                                                 ` Chris Wright
2007-03-08 18:30                                                   ` Chris Wright
2007-03-08  0:22                                             ` Thomas Gleixner
2007-03-08  1:01                                               ` Daniel Arai
2007-03-08  1:01                                                 ` Daniel Arai
2007-03-08  1:23                                                 ` Jeremy Fitzhardinge
2007-03-08  1:23                                                   ` Jeremy Fitzhardinge
2007-03-08  7:02                                                   ` Thomas Gleixner
2007-03-08  7:28                                                 ` Thomas Gleixner
2007-03-08  8:01                                                   ` Zachary Amsden
2007-03-08  8:01                                                     ` Zachary Amsden
2007-03-08 18:24                                                 ` Chris Wright
2007-03-08 18:44                                                   ` Daniel Arai
2007-03-08 19:14                                                     ` Chris Wright
2007-03-08 19:14                                                       ` Chris Wright
2007-03-08 19:17                                                       ` Ingo Molnar
2007-03-08 19:17                                                         ` Ingo Molnar
2007-03-08 19:42                                                   ` Jeremy Fitzhardinge
2007-03-08 19:47                                                     ` Chris Wright
2007-03-08 19:47                                                       ` Chris Wright
2007-03-08 19:52                                                       ` Jeremy Fitzhardinge
2007-03-08 20:10                                                         ` Chris Wright
2007-03-08 20:18                                                           ` Jeremy Fitzhardinge
2007-03-08 20:18                                                             ` Jeremy Fitzhardinge
2007-03-08 20:23                                                             ` Chris Wright
2007-03-08 20:23                                                               ` Chris Wright
2007-03-08 20:33                                                               ` Jeremy Fitzhardinge
2007-03-08 20:42                                                                 ` Chris Wright
2007-03-08 20:42                                                                   ` Chris Wright
2007-03-08 20:42                                                                   ` Jeremy Fitzhardinge
2007-03-08 20:42                                                                     ` Jeremy Fitzhardinge
2007-03-08 21:45                                                                 ` Andi Kleen
2007-03-08 21:45                                                                   ` Andi Kleen
2007-03-08 19:54                                                     ` Ingo Molnar
2007-03-08 19:54                                                       ` Ingo Molnar
2007-03-08  9:10                                             ` hardwired VMI crap Ingo Molnar
2007-03-08 10:06                                               ` Zachary Amsden
2007-03-08 11:09                                                 ` Thomas Gleixner
2007-03-08 20:46                                                   ` Zachary Amsden
2007-03-08 20:46                                                     ` Zachary Amsden
2007-03-08 21:13                                                     ` Ingo Molnar
2007-03-08 22:17                                                       ` Zachary Amsden
2007-03-08 22:33                                                         ` Ingo Molnar
2007-03-08 22:39                                                           ` Zachary Amsden
2007-03-16 10:12                                                             ` Pavel Machek
2007-03-08 21:15                                                     ` Jeremy Fitzhardinge
2007-03-08 21:34                                                       ` Ingo Molnar
2007-03-08 21:34                                                         ` Ingo Molnar
2007-03-08 21:43                                                         ` Andi Kleen
2007-03-08 22:30                                                           ` Ingo Molnar
2007-03-08 22:36                                                             ` Zachary Amsden
2007-03-08 23:39                                                         ` Jeremy Fitzhardinge
2007-03-08 23:39                                                           ` Jeremy Fitzhardinge
2007-03-08 23:55                                                           ` Zachary Amsden
2007-03-08 23:55                                                             ` Zachary Amsden
2007-03-09  0:10                                                             ` Jeremy Fitzhardinge
2007-03-09  0:29                                                               ` Linus Torvalds
2007-03-09  0:29                                                                 ` Linus Torvalds
2007-03-09  0:22                                                             ` Daniel Walker
2007-03-09  0:22                                                               ` Daniel Walker
2007-03-09  0:28                                                             ` Thomas Gleixner
2007-03-09  0:28                                                               ` Thomas Gleixner
2007-03-09  0:04                                                           ` Thomas Gleixner
2007-03-09  0:04                                                             ` Thomas Gleixner
2007-03-09  0:44                                                             ` Jeremy Fitzhardinge
2007-03-08 22:31                                                       ` Zachary Amsden
2007-03-08 22:31                                                         ` Zachary Amsden
2007-03-08 21:39                                                     ` Andi Kleen
2007-03-08 21:39                                                       ` Andi Kleen
2007-03-08 22:58                                                       ` Zachary Amsden
2007-03-08 22:42                                                     ` Ingo Molnar
2007-03-08 23:39                                                       ` Zachary Amsden
2007-03-08 18:35                                                 ` Chris Wright
2007-03-08 18:35                                                   ` Chris Wright
2007-03-07 23:33                                           ` + stupid-hack-to-make-mainline-build.patch added to -mm tree Jeremy Fitzhardinge
2007-03-07 23:52                                             ` Dan Hecht
2007-03-08  0:19                                               ` Jeremy Fitzhardinge
2007-03-08  0:19                                                 ` Jeremy Fitzhardinge
2007-03-08  0:35                                             ` Thomas Gleixner
2007-03-08  0:38                                               ` Jeremy Fitzhardinge
2007-03-08  0:38                                                 ` Jeremy Fitzhardinge
2007-03-07 20:40                               ` Thomas Gleixner
2007-03-07 21:07                                 ` Jeremy Fitzhardinge
2007-03-07 21:07                                   ` Jeremy Fitzhardinge
2007-03-07 21:40                                   ` Thomas Gleixner
2007-03-07 21:40                                     ` Thomas Gleixner
2007-03-07 21:34                                     ` Dan Hecht
2007-03-07 22:14                                       ` Thomas Gleixner
2007-03-07 22:17                                         ` Zachary Amsden
2007-03-07 22:17                                           ` Zachary Amsden
2007-03-07 22:31                                           ` Thomas Gleixner
2007-03-07 22:31                                             ` Thomas Gleixner
2007-03-07 22:28                                             ` Dan Hecht
2007-03-07 22:28                                               ` Dan Hecht
2007-03-08  8:01                                   ` Ingo Molnar
2007-03-08  8:01                                     ` Ingo Molnar
2007-03-08  8:15                                     ` Keir Fraser
2007-03-08  8:15                                       ` Keir Fraser
2007-03-08  8:41                                     ` Jeremy Fitzhardinge
2007-03-08 10:26                                     ` Rusty Russell
2007-03-07 21:42                                 ` Dan Hecht
2007-03-07 21:42                                   ` Dan Hecht
2007-03-07 22:07                                   ` Thomas Gleixner
2007-03-07 22:07                                     ` Thomas Gleixner
2007-03-07  5:10                     ` Jeremy Fitzhardinge
2007-03-07  0:40                 ` Thomas Gleixner
2007-03-07  0:42               ` Dan Hecht
2007-03-07  1:22                 ` Thomas Gleixner
2007-03-07  1:22                   ` Thomas Gleixner
2007-03-07  1:44                   ` Dan Hecht
2007-03-07  1:44                     ` Dan Hecht
2007-03-07  7:48                     ` Thomas Gleixner

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=45EF2868.8050009@vmware.com \
    --to=dhecht@vmware.com \
    --cc=akpm@linux-foundation.org \
    --cc=jeremy@goop.org \
    --cc=jmorris@namei.org \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=virtualization@lists.osdl.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.