* kvm -kernel option (x86_64)
@ 2007-11-14 14:55 Alexander Graf
[not found] ` <76F10B2B-18F0-49E7-973C-8C17100ED191-r27SGEef+tmzQB+pC5nmwQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Graf @ 2007-11-14 14:55 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I just tried to run a kernel directly using the -kernel option on VMX.
This worked with the kvm modules in the vanilla 2.6.24 kernel but
breaks on the recent git. I have not tried any version in between.
This really looks like the x86 emulator is broken.
Is this a known issue? Are there any (easy) means to debug the emulator?
Thanks,
Alexander Graf
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kvm -kernel option (x86_64)
[not found] ` <76F10B2B-18F0-49E7-973C-8C17100ED191-r27SGEef+tmzQB+pC5nmwQ@public.gmane.org>
@ 2007-11-14 15:27 ` Avi Kivity
[not found] ` <473B13D0.4010509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2007-11-14 15:27 UTC (permalink / raw)
To: Alexander Graf; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Alexander Graf wrote:
> Hi,
>
> I just tried to run a kernel directly using the -kernel option on VMX.
> This worked with the kvm modules in the vanilla 2.6.24 kernel but
> breaks on the recent git. I have not tried any version in between.
> This really looks like the x86 emulator is broken.
>
>
May also be userspace guest memory, which changes how memory is allocated.
> Is this a known issue?
No, though -kernel is very useful on occasion.
> Are there any (easy) means to debug the emulator?
>
>
Bisect.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kvm -kernel option (x86_64)
[not found] ` <473B13D0.4010509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-14 16:10 ` Anthony Liguori
[not found] ` <473B1E05.4050808-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2007-11-14 16:10 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Alexander Graf
Avi Kivity wrote:
> Alexander Graf wrote:
>
>> Hi,
>>
>> I just tried to run a kernel directly using the -kernel option on VMX.
>> This worked with the kvm modules in the vanilla 2.6.24 kernel but
>> breaks on the recent git. I have not tried any version in between.
>> This really looks like the x86 emulator is broken.
>>
>>
>>
>
> May also be userspace guest memory, which changes how memory is allocated.
>
>
It looks like it broke somewhere between
0fcf487831bbc48e720210c164ca9747b6e99af7 and kvm-52. It's definitely a
qemu issue as I'm currently using that git rev of kvm-userspace and
kvm-52 kernel modules and it works just fine.
Regards,
Anthony Liguori
>> Is this a known issue?
>>
>
> No, though -kernel is very useful on occasion.
>
>
>> Are there any (easy) means to debug the emulator?
>>
>>
>>
>
> Bisect.
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kvm -kernel option (x86_64)
[not found] ` <473B1E05.4050808-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2007-11-14 16:19 ` Izik Eidus
0 siblings, 0 replies; 4+ messages in thread
From: Izik Eidus @ 2007-11-14 16:19 UTC (permalink / raw)
To: Anthony Liguori
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Alexander Graf,
Avi Kivity
On Wed, 2007-11-14 at 10:10 -0600, Anthony Liguori wrote:
> Avi Kivity wrote:
> > Alexander Graf wrote:
> >
> >> Hi,
> >>
> >> I just tried to run a kernel directly using the -kernel option on VMX.
> >> This worked with the kvm modules in the vanilla 2.6.24 kernel but
> >> breaks on the recent git. I have not tried any version in between.
> >> This really looks like the x86 emulator is broken.
> >>
> >>
> >>
> >
> > May also be userspace guest memory, which changes how memory is allocated.
> >
> >
>
> It looks like it broke somewhere between
> 0fcf487831bbc48e720210c164ca9747b6e99af7 and kvm-52. It's definitely a
> qemu issue as I'm currently using that git rev of kvm-userspace and
> kvm-52 kernel modules and it works just fine.
>
it is probably the new mappings that we did in qemu,
i will check this.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-14 16:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 14:55 kvm -kernel option (x86_64) Alexander Graf
[not found] ` <76F10B2B-18F0-49E7-973C-8C17100ED191-r27SGEef+tmzQB+pC5nmwQ@public.gmane.org>
2007-11-14 15:27 ` Avi Kivity
[not found] ` <473B13D0.4010509-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-14 16:10 ` Anthony Liguori
[not found] ` <473B1E05.4050808-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2007-11-14 16:19 ` Izik Eidus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox