From: Laurent Vivier <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
To: Izik Eidus <izike-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
Andi Kleen <andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>,
Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Subject: Re: kvm-59 doesn't work
Date: Wed, 23 Jan 2008 14:38:23 +0100 [thread overview]
Message-ID: <1201095504.6621.2.camel@frecb07144> (raw)
In-Reply-To: <47974132.40909-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Le mercredi 23 janvier 2008 à 15:29 +0200, Izik Eidus a écrit :
> Izik Eidus wrote:
> > Andi Kleen wrote:
> >> On Tue, Jan 15, 2008 at 12:56:52PM +0200, Avi Kivity wrote:
> >>
> >>> Andi Kleen wrote:
> >>>
> >>>> FWIW it seems things are broken even without -kernel in -59 too. If
> >>>> I try
> >>>> to boot an existing image with just -hda ... the VGA screen just stays
> >>>> black while the process runs at 99% CPU. Again with -49 it works fine.
> >>>>
> >>>>
> >>>>
> >>> Yes, 6b8bb99a9cde386d72b4b7c22b92f4bdec333dab in kvm-userspace.git
> >>> ought to fix it.
> >>>
> >>
> >> Thanks will try later. How about the oops in 2.6.24 I reported though?
> >>
> >> -Andi
> >>
> >>
> > the bellow patch should fix this opss
> > (it is targeted for 2.6.24-rc7)
> >
> sorry i forgat one break in this patch
> this is the fixed patch.
> if ((d & ModRM) && modrm_mod == 3) {
> src.type = OP_REG;
[snip]
> break;
> }
> src.type = OP_MEM;
>
So src.type is OP_MEM and not OP_REG... is it what you want ?
Laurent
--
----------------- Laurent.Vivier@bull.net ------------------
"La perfection est atteinte non quand il ne reste rien à
ajouter mais quand il ne reste rien à enlever." Saint Exupéry
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
next prev parent reply other threads:[~2008-01-23 13:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-13 16:27 kvm-59 doesn't work Andi Kleen
[not found] ` <20080113162751.GA20663-3rXA9MLqAseW/qJFnhkgxti2O/JbrIOy@public.gmane.org>
2008-01-13 16:42 ` Avi Kivity
[not found] ` <478A3F87.6040509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-13 17:09 ` Izik Eidus
[not found] ` <478A45B4.1050208-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-13 17:19 ` Anthony Liguori
2008-01-13 17:18 ` Anthony Liguori
[not found] ` <478A47E4.8020109-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2008-01-13 17:15 ` Izik Eidus
[not found] ` <478A473E.5090907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-13 20:24 ` Anthony Liguori
[not found] ` <478A7382.5040406-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2008-01-13 21:43 ` Izik Eidus
2008-01-13 17:59 ` Andi Kleen
[not found] ` <20080113175922.GA4002-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-01-13 18:08 ` Avi Kivity
[not found] ` <478A53BB.30308-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-13 18:17 ` Andi Kleen
[not found] ` <20080113181704.GA4196-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-01-13 18:21 ` Avi Kivity
[not found] ` <478A56BF.8020507-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-13 18:16 ` Izik Eidus
2008-01-13 18:33 ` Andi Kleen
[not found] ` <20080113183331.GB4196-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-01-13 18:37 ` kvm-59 doesn't work II Andi Kleen
2008-01-13 18:41 ` kvm-59 doesn't work Alexey Eremenko
2008-01-15 10:56 ` Avi Kivity
[not found] ` <478C9174.6020909-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-15 11:57 ` Andi Kleen
[not found] ` <20080115115731.GA31275-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-01-15 12:14 ` Avi Kivity
2008-01-23 13:18 ` Izik Eidus
[not found] ` <47973EAA.2000007-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-23 13:29 ` Izik Eidus
[not found] ` <47974132.40909-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-23 13:38 ` Laurent Vivier [this message]
2008-01-23 13:43 ` Laurent Vivier
2008-01-23 15:57 ` 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=1201095504.6621.2.camel@frecb07144 \
--to=laurent.vivier-6ktuutfb/bm@public.gmane.org \
--cc=andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org \
--cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=izike-atKUWr5tajBWk0Htik3J/w@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox