qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Windows 7 on pure qemu-0.14
@ 2011-03-14 18:19 Marco Cianfriglia
  2011-03-14 19:06 ` Gleb Natapov
  0 siblings, 1 reply; 10+ messages in thread
From: Marco Cianfriglia @ 2011-03-14 18:19 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]












   Hi to alll, 

I'm trying to run Windows7 64 on pure qemu-0.14 ( no kvm/xen)
I compiled qemu with the following : .configure --disable-kvm --enable-vnc-thread --target-list=x86_64-softmmu
Running  qemu-system-x86_64  -m 2030 -boot c -cdrom  /win7_64.iso -hda win7_64.img
gives me a BSOD with this error:
Stop: 0x0000005D (0x0000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000
Is there a way to solve this issue? 
Any hint is appreciated, thanks a lot in advance
Marco


 		 	   		  

[-- Attachment #2: Type: text/html, Size: 2608 bytes --]

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

* Re: [Qemu-devel] Windows 7 on pure qemu-0.14
  2011-03-14 18:19 [Qemu-devel] " Marco Cianfriglia
@ 2011-03-14 19:06 ` Gleb Natapov
  0 siblings, 0 replies; 10+ messages in thread
From: Gleb Natapov @ 2011-03-14 19:06 UTC (permalink / raw)
  To: Marco Cianfriglia; +Cc: qemu-devel

On Mon, Mar 14, 2011 at 07:19:29PM +0100, Marco Cianfriglia wrote:
>    Hi to alll, 
> 
> I'm trying to run Windows7 64 on pure qemu-0.14 ( no kvm/xen)
> I compiled qemu with the following : .configure --disable-kvm --enable-vnc-thread --target-list=x86_64-softmmu
> Running  qemu-system-x86_64  -m 2030 -boot c -cdrom  /win7_64.iso -hda win7_64.img
> gives me a BSOD with this error:
> Stop: 0x0000005D (0x0000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000
> Is there a way to solve this issue? 
> Any hint is appreciated, thanks a lot in advance
> Marco
> 
Try adding -cpu Nehalem.

--
			Gleb.

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

* RE: [Qemu-devel] Windows 7 on pure qemu-0.14
@ 2011-03-15 22:41 Marco Cianfriglia
  2011-03-16  8:33 ` Gleb Natapov
  0 siblings, 1 reply; 10+ messages in thread
From: Marco Cianfriglia @ 2011-03-15 22:41 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]






Hi to all, 

 thanks for the suggestion to make use of the -cpu nehalem switch.

I try to use the option you suggest but I receive this error: 

Unable to find x86 CPU definition
[marcian@metal x86_64-softmmu]$ ./qemu-system-x86_64 -cpu ?

x86           [n270]

x86         [athlon]

x86       [pentium3]

x86       [pentium2]

x86        [pentium]

x86            [486]

x86        [coreduo]

x86          [kvm32]

x86         [qemu32]

x86          [kvm64]

x86       [core2duo]

x86         [phenom]

x86         [qemu64]


Unfortunately, after reading the docs, I still don't know how to enable nehalem.


Could anyone give me some hints on this issue?



thanks in advance

Marco


> Date: Mon, 14 Mar 2011 21:06:55 +0200
> From: gleb@redhat.com
> To: mcian@hotmail.it
> CC: qemu-devel@nongnu.org
> Subject: Re: [Qemu-devel] Windows 7 on pure qemu-0.14
> 
> On Mon, Mar 14, 2011 at 07:19:29PM +0100, Marco Cianfriglia wrote:
> >    Hi to alll, 
> > 
> > I'm trying to run Windows7 64 on pure qemu-0.14 ( no kvm/xen)
> > I compiled qemu with the following : .configure --disable-kvm --enable-vnc-thread --target-list=x86_64-softmmu
> > Running  qemu-system-x86_64  -m 2030 -boot c -cdrom  /win7_64.iso -hda win7_64.img
> > gives me a BSOD with this error:
> > Stop: 0x0000005D (0x0000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000
> > Is there a way to solve this issue? 
> > Any hint is appreciated, thanks a lot in advance
> > Marco
> > 
> Try adding -cpu Nehalem.
> 
> --
> 			Gleb.

 		 	   		  

[-- Attachment #2: Type: text/html, Size: 5035 bytes --]

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

* Re: [Qemu-devel] Windows 7 on pure qemu-0.14
  2011-03-15 22:41 [Qemu-devel] Windows 7 on pure qemu-0.14 Marco Cianfriglia
@ 2011-03-16  8:33 ` Gleb Natapov
  2011-03-16  9:02   ` [Qemu-devel] " Jan Kiszka
  0 siblings, 1 reply; 10+ messages in thread
From: Gleb Natapov @ 2011-03-16  8:33 UTC (permalink / raw)
  To: Marco Cianfriglia; +Cc: qemu-devel

On Tue, Mar 15, 2011 at 11:41:19PM +0100, Marco Cianfriglia wrote:
> 
> 
> 
> 
> 
> Hi to all, 
> 
>  thanks for the suggestion to make use of the -cpu nehalem switch.
> 
It should be -cpu Nehalem.

> I try to use the option you suggest but I receive this error: 
> 
> Unable to find x86 CPU definition
> [marcian@metal x86_64-softmmu]$ ./qemu-system-x86_64 -cpu ?
> 
What version of qemu are you using? Have you ran "make install"?

> x86           [n270]
> 
> x86         [athlon]
> 
> x86       [pentium3]
> 
> x86       [pentium2]
> 
> x86        [pentium]
> 
> x86            [486]
> 
> x86        [coreduo]
> 
> x86          [kvm32]
> 
> x86         [qemu32]
> 
> x86          [kvm64]
> 
> x86       [core2duo]
> 
> x86         [phenom]
> 
> x86         [qemu64]
> 
> 
> Unfortunately, after reading the docs, I still don't know how to enable nehalem.
> 
> 
> Could anyone give me some hints on this issue?
> 
> 
> 
> thanks in advance
> 
> Marco
> 
> 
> > Date: Mon, 14 Mar 2011 21:06:55 +0200
> > From: gleb@redhat.com
> > To: mcian@hotmail.it
> > CC: qemu-devel@nongnu.org
> > Subject: Re: [Qemu-devel] Windows 7 on pure qemu-0.14
> > 
> > On Mon, Mar 14, 2011 at 07:19:29PM +0100, Marco Cianfriglia wrote:
> > >    Hi to alll, 
> > > 
> > > I'm trying to run Windows7 64 on pure qemu-0.14 ( no kvm/xen)
> > > I compiled qemu with the following : .configure --disable-kvm --enable-vnc-thread --target-list=x86_64-softmmu
> > > Running  qemu-system-x86_64  -m 2030 -boot c -cdrom  /win7_64.iso -hda win7_64.img
> > > gives me a BSOD with this error:
> > > Stop: 0x0000005D (0x0000000078BFBF9,0x0000000000000000,0x0000000000000000,0x0000000000000000
> > > Is there a way to solve this issue? 
> > > Any hint is appreciated, thanks a lot in advance
> > > Marco
> > > 
> > Try adding -cpu Nehalem.
> > 
> > --
> > 			Gleb.
> 
>  		 	   		  

--
			Gleb.

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

* [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16  8:33 ` Gleb Natapov
@ 2011-03-16  9:02   ` Jan Kiszka
  2011-03-16  9:05     ` Gleb Natapov
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2011-03-16  9:02 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Marco Cianfriglia, qemu-devel

On 2011-03-16 09:33, Gleb Natapov wrote:
> On Tue, Mar 15, 2011 at 11:41:19PM +0100, Marco Cianfriglia wrote:
>>
>>
>>
>>
>>
>> Hi to all, 
>>
>>  thanks for the suggestion to make use of the -cpu nehalem switch.
>>
> It should be -cpu Nehalem.

We neither have "nehalem" nor "Nehalem" as CPU definition in qemu or
qemu-kvm.

In fact, I stumbled over this problem a while back as well [1]. I tried
all obvious CPU types in the hope Windows is only unhappy about some CPU
features, but found no working combination as well.

Jan

[1] http://permalink.gmane.org/gmane.comp.emulators.qemu/92457

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

* [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16  9:02   ` [Qemu-devel] " Jan Kiszka
@ 2011-03-16  9:05     ` Gleb Natapov
  2011-03-16 10:49       ` TeLeMan
  2011-03-16 12:42       ` Jan Kiszka
  0 siblings, 2 replies; 10+ messages in thread
From: Gleb Natapov @ 2011-03-16  9:05 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marco Cianfriglia, qemu-devel

On Wed, Mar 16, 2011 at 10:02:43AM +0100, Jan Kiszka wrote:
> On 2011-03-16 09:33, Gleb Natapov wrote:
> > On Tue, Mar 15, 2011 at 11:41:19PM +0100, Marco Cianfriglia wrote:
> >>
> >>
> >>
> >>
> >>
> >> Hi to all, 
> >>
> >>  thanks for the suggestion to make use of the -cpu nehalem switch.
> >>
> > It should be -cpu Nehalem.
> 
> We neither have "nehalem" nor "Nehalem" as CPU definition in qemu or
> qemu-kvm.
> 
We do in both. Look at sysconfigs/target/target-x86_64.conf. But for
qemu to find this file it needs to be installed.

> In fact, I stumbled over this problem a while back as well [1]. I tried
> all obvious CPU types in the hope Windows is only unhappy about some CPU
> features, but found no working combination as well.
> 
> Jan
> 
> [1] http://permalink.gmane.org/gmane.comp.emulators.qemu/92457
> 
> -- 
> Siemens AG, Corporate Technology, CT T DE IT 1
> Corporate Competence Center Embedded Linux

--
			Gleb.

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

* Re: [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16  9:05     ` Gleb Natapov
@ 2011-03-16 10:49       ` TeLeMan
  2011-03-16 11:07         ` Gleb Natapov
  2011-03-16 12:42       ` Jan Kiszka
  1 sibling, 1 reply; 10+ messages in thread
From: TeLeMan @ 2011-03-16 10:49 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Jan Kiszka, Marco Cianfriglia, qemu-devel

I have another problem: Windows 7 x86 setup hangs when "Setup Is
Starting Windows". Any suggestions?

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

* Re: [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16 10:49       ` TeLeMan
@ 2011-03-16 11:07         ` Gleb Natapov
  2011-03-16 11:54           ` TeLeMan
  0 siblings, 1 reply; 10+ messages in thread
From: Gleb Natapov @ 2011-03-16 11:07 UTC (permalink / raw)
  To: TeLeMan; +Cc: Jan Kiszka, Marco Cianfriglia, qemu-devel

On Wed, Mar 16, 2011 at 06:49:27PM +0800, TeLeMan wrote:
> I have another problem: Windows 7 x86 setup hangs when "Setup Is
> Starting Windows". Any suggestions?
Same. Try -cpu Nehalem. I am not sure this alone will help, but worth
trying.

--
			Gleb.

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

* Re: [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16 11:07         ` Gleb Natapov
@ 2011-03-16 11:54           ` TeLeMan
  0 siblings, 0 replies; 10+ messages in thread
From: TeLeMan @ 2011-03-16 11:54 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Jan Kiszka, Marco Cianfriglia, qemu-devel

I tried. This issue should be associated with some IO device or bus.

On 2011-03-16, Gleb Natapov <gleb@redhat.com> wrote:
> On Wed, Mar 16, 2011 at 06:49:27PM +0800, TeLeMan wrote:
>> I have another problem: Windows 7 x86 setup hangs when "Setup Is
>> Starting Windows". Any suggestions?
> Same. Try -cpu Nehalem. I am not sure this alone will help, but worth
> trying.
>
> --
> 			Gleb.
>


-- 
--
SUN OF A BEACH

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

* [Qemu-devel] Re: Windows 7 on pure qemu-0.14
  2011-03-16  9:05     ` Gleb Natapov
  2011-03-16 10:49       ` TeLeMan
@ 2011-03-16 12:42       ` Jan Kiszka
  1 sibling, 0 replies; 10+ messages in thread
From: Jan Kiszka @ 2011-03-16 12:42 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Marco Cianfriglia, qemu-devel@nongnu.org

On 2011-03-16 10:05, Gleb Natapov wrote:
> On Wed, Mar 16, 2011 at 10:02:43AM +0100, Jan Kiszka wrote:
>> On 2011-03-16 09:33, Gleb Natapov wrote:
>>> On Tue, Mar 15, 2011 at 11:41:19PM +0100, Marco Cianfriglia wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Hi to all, 
>>>>
>>>>  thanks for the suggestion to make use of the -cpu nehalem switch.
>>>>
>>> It should be -cpu Nehalem.
>>
>> We neither have "nehalem" nor "Nehalem" as CPU definition in qemu or
>> qemu-kvm.
>>
> We do in both. Look at sysconfigs/target/target-x86_64.conf. But for
> qemu to find this file it needs to be installed.
> 

Hmm, I see. Looks like an issue of its own. We read datadir files from
the build directory, but not those conf files.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2011-03-16 13:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 22:41 [Qemu-devel] Windows 7 on pure qemu-0.14 Marco Cianfriglia
2011-03-16  8:33 ` Gleb Natapov
2011-03-16  9:02   ` [Qemu-devel] " Jan Kiszka
2011-03-16  9:05     ` Gleb Natapov
2011-03-16 10:49       ` TeLeMan
2011-03-16 11:07         ` Gleb Natapov
2011-03-16 11:54           ` TeLeMan
2011-03-16 12:42       ` Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2011-03-14 18:19 [Qemu-devel] " Marco Cianfriglia
2011-03-14 19:06 ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).