public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>,
	Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: kvm@vger.kernel.org
Subject: [PATCH kvm-unit-tests 0/3] Fix apic.flat
Date: Tue,  6 Sep 2011 17:11:33 +0300	[thread overview]
Message-ID: <1315318296-22815-1-git-send-email-avi@redhat.com> (raw)

apic.flat is failing due to an IPI hitting an uninitialized IDT entry.
This patchset fixes the issue.

Avi Kivity (3):
  x86/desc: switch to using boot_idt
  x86/desc: allow multiple initializations
  x86/smp: use desc.c for setting up IPI handler

 lib/x86/desc.c |   23 +++++++++--------------
 lib/x86/smp.c  |   23 ++---------------------
 2 files changed, 11 insertions(+), 35 deletions(-)

-- 
1.7.6.1


             reply	other threads:[~2011-09-06 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-06 14:11 Avi Kivity [this message]
2011-09-06 14:11 ` [PATCH kvm-unit-tests 1/3] x86/desc: switch to using boot_idt Avi Kivity
2011-09-06 14:11 ` [PATCH kvm-unit-tests 2/3] x86/desc: allow multiple initializations Avi Kivity
2011-09-06 14:11 ` [PATCH kvm-unit-tests 3/3] x86/smp: use desc.c for setting up IPI handler 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=1315318296-22815-1-git-send-email-avi@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@redhat.com \
    --cc=mtosatti@redhat.com \
    /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