On 9/10/07, Dong, Eddie <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > On Sun, 09 Sep 2007 14:05:13 +0300
> > Avi Kivity <avi-atKUWr5tajBWk0Htik3J/[EMAIL PROTECTED]> wrote:
> >
> >> This release merges the pic/lapic/ioapic into mainline.  While some
> >> known issues exist, we're now at the point where it's better to get
> >> some wider exposure rather than keep it alone on a branch.
> >>
> >> Some regressions are expected; please report them as they appear.  A
> >> new qmeu option -no-kvm-irqchip is available to disable the new
> >> functionality.
> >
> > (message seems to get stuck at gmane, sorry if it appears twice
> > eventually)
> >
> > My experience so far:
> >
> > On 32-bit Intel host, lapic fails to link due to missing 64bit
> > division. I tried the attached patch to fix the build, but Windows
> > XP froze before showing the booting screen. With -no-kvm-irqchip
> > they work, except the IE plugins like Flash & Java, which are broken
> > since kvm-29. With -no-kvm, qemu-system-x86_64 segfaults immediately.
> >
> > Regards,
> > --
> > Jindrich Makovicka
>
> div64_32 is enough, does this function exist?

afaik, __div64_32 is architecture specific, but do_div() could be
actually used here.

-- 
Jindrich Makovicka

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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

Reply via email to