public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* XP image creayed with kvm-16 doesn't work with kvm-19
@ 2007-04-18 15:37 Andrew Walrond
       [not found] ` <200704181637.42339.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Walrond @ 2007-04-18 15:37 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Should images created with older version in general work with newer versions?

Anyhow, my XP vm just sits at a black screen with or without the modules 
loaded (I using those built installed from the package, not the old ones 
installed with my Feisty installation).

Reverting to kvm-16, again with or without the -16 modules, and it works fine.

I created the vm with
	qemu-system-x86_64 -hda vdisk.qcow -cdrom xp.iso -boot d -m 384

and run it (as root) with

	qemu-system-x86_64 . -hda xp.qcow -boot c  -m 512

Any clues as to what goes on?

TIA

Andrew Walrond

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: XP image creayed with kvm-16 doesn't work with kvm-19
       [not found] ` <200704181637.42339.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
@ 2007-04-18 15:50   ` Avi Kivity
       [not found]     ` <46263E28.2050508-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2007-04-18 15:50 UTC (permalink / raw)
  To: Andrew Walrond; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Andrew Walrond wrote:
> Should images created with older version in general work with newer versions?
>   

Yes.

> Anyhow, my XP vm just sits at a black screen with or without the modules 
> loaded (I using those built installed from the package, not the old ones 
> installed with my Feisty installation).
>
> Reverting to kvm-16, again with or without the -16 modules, and it works fine.
>
> I created the vm with
> 	qemu-system-x86_64 -hda vdisk.qcow -cdrom xp.iso -boot d -m 384
>
> and run it (as root) with
>
> 	qemu-system-x86_64 . -hda xp.qcow -boot c  -m 512
>
> Any clues as to what goes on?

What's your VM HAL 
(http://kvm.qumranet.com/kvmwiki/Windows_ACPI_Workaround step 5)?

What stage in the boot does the black screen appear?

What does kvm_stat say?

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: XP image creayed with kvm-16 doesn't work with kvm-19
       [not found]     ` <46263E28.2050508-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-04-18 22:02       ` Andrew Walrond
       [not found]         ` <200704182302.08732.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Walrond @ 2007-04-18 22:02 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Wednesday 18 April 2007 16:50:00 Avi Kivity wrote:
>
> What's your VM HAL
> (http://kvm.qumranet.com/kvmwiki/Windows_ACPI_Workaround step 5)?

	MPS Uniprocessor PC

And after following those instructions, it now works fine under version 19, 
and at lightning speed :)

Thanks for the pointer; sorry for the obviously FAQ and keep up the great 
work!

Andrew Walrond

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: XP image creayed with kvm-16 doesn't work with kvm-19
       [not found]         ` <200704182302.08732.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
@ 2007-04-19  5:43           ` Avi Kivity
       [not found]             ` <4627017B.8050803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2007-04-19  5:43 UTC (permalink / raw)
  To: Andrew Walrond; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Andrew Walrond wrote:
> On Wednesday 18 April 2007 16:50:00 Avi Kivity wrote:
>   
>> What's your VM HAL
>> (http://kvm.qumranet.com/kvmwiki/Windows_ACPI_Workaround step 5)?
>>     
>
> 	MPS Uniprocessor PC
>
> And after following those instructions, it now works fine under version 19, 
> and at lightning speed :)
>
> Thanks for the pointer; sorry for the obviously FAQ and keep up the great 
> work!
>   

The workaround is purely speed related, it looks like you identified a
regression with the MPS Uniprocessor PC HAL (what's that anyway; first
time I see it).


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: XP image creayed with kvm-16 doesn't work with kvm-19
       [not found]             ` <4627017B.8050803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-04-19  7:53               ` Andrew Walrond
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Walrond @ 2007-04-19  7:53 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Thursday 19 April 2007 06:43:23 Avi Kivity wrote:
> Andrew Walrond wrote:
> > On Wednesday 18 April 2007 16:50:00 Avi Kivity wrote:
> >> What's your VM HAL
> >> (http://kvm.qumranet.com/kvmwiki/Windows_ACPI_Workaround step 5)?
> >
> > 	MPS Uniprocessor PC
> >
> > And after following those instructions, it now works fine under version
> > 19, and at lightning speed :)
> >
> > Thanks for the pointer; sorry for the obviously FAQ and keep up the great
> > work!
>
> The workaround is purely speed related, it looks like you identified a
> regression with the MPS Uniprocessor PC HAL (what's that anyway; first
> time I see it).

Ah - Ok. The options were Standard PC, MPS Uniprocessor PC and MPS 
Multiprocessor PC. Means nothing to me I'm afraid :)

Andrew Walrond



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-19  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 15:37 XP image creayed with kvm-16 doesn't work with kvm-19 Andrew Walrond
     [not found] ` <200704181637.42339.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
2007-04-18 15:50   ` Avi Kivity
     [not found]     ` <46263E28.2050508-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-04-18 22:02       ` Andrew Walrond
     [not found]         ` <200704182302.08732.andrew-2/QedQ4M3FBAfugRpC6u6w@public.gmane.org>
2007-04-19  5:43           ` Avi Kivity
     [not found]             ` <4627017B.8050803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-04-19  7:53               ` Andrew Walrond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox