public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* kvm-82 messages
@ 2008-12-29 14:02 Farkas Levente
  2008-12-31 15:15 ` FinnTux
  0 siblings, 1 reply; 7+ messages in thread
From: Farkas Levente @ 2008-12-29 14:02 UTC (permalink / raw)
  To: KVM

hi,
in kvm-82 among the host's messages i see such lines (which i don't see
before):

kvm: 6413: cpu0 unhandled wrmsr: 0xc0010117 data 0
kvm: 6413: cpu0 unhandled rdmsr: 0xc0010117
kvm: 6413: cpu0 unhandled rdmsr: 0xc0010117
kvm: 6413: cpu0 unhandled wrmsr: 0xc0010117 data 0


-- 
  Levente                               "Si vis pacem para bellum!"

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

* Re: kvm-82 messages
  2008-12-29 14:02 kvm-82 messages Farkas Levente
@ 2008-12-31 15:15 ` FinnTux
  2008-12-31 15:59   ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: FinnTux @ 2008-12-31 15:15 UTC (permalink / raw)
  To: kvm

2008/12/29 Farkas Levente <lfarkas@lfarkas.org>:
> hi,
> in kvm-82 among the host's messages i see such lines (which i don't see
> before):
>
> kvm: 6413: cpu0 unhandled wrmsr: 0xc0010117 data 0

Confirmed. I've noticed them too. Everything seems to work (apart from
vista guest) though.

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

* Re: kvm-82 messages
  2008-12-31 15:15 ` FinnTux
@ 2008-12-31 15:59   ` Avi Kivity
  2008-12-31 20:02     ` FinnTux
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2008-12-31 15:59 UTC (permalink / raw)
  To: FinnTux; +Cc: kvm

FinnTux wrote:
> 2008/12/29 Farkas Levente <lfarkas@lfarkas.org>:
>   
>> hi,
>> in kvm-82 among the host's messages i see such lines (which i don't see
>> before):
>>
>> kvm: 6413: cpu0 unhandled wrmsr: 0xc0010117 data 0
>>     
>
> Confirmed. I've noticed them too. 

They're harmless, and fixed for kvm-83.

> Everything seems to work (apart from
> vista guest) though

What happens to vista? which variant?  Is it a regression?

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


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

* Re: kvm-82 messages
  2008-12-31 15:59   ` Avi Kivity
@ 2008-12-31 20:02     ` FinnTux
  2009-01-01 10:10       ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: FinnTux @ 2008-12-31 20:02 UTC (permalink / raw)
  To: kvm

2008/12/31 Avi Kivity <avi@redhat.com>:
> What happens to vista? which variant?  Is it a regression?
Vista ultimate. Install goes fine but first boot hangs after BIOS
messages in black screen and CPU usage is at 100%.

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

* Re: kvm-82 messages
  2008-12-31 20:02     ` FinnTux
@ 2009-01-01 10:10       ` Avi Kivity
  2009-01-01 10:30         ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2009-01-01 10:10 UTC (permalink / raw)
  To: FinnTux; +Cc: kvm

FinnTux wrote:
> 2008/12/31 Avi Kivity <avi@redhat.com>:
>   
>> What happens to vista? which variant?  Is it a regression?
>>     
> Vista ultimate. Install goes fine but first boot hangs after BIOS
> messages in black screen and CPU usage is at 100%.
>   

What's your qemu command line?  Host cpu type?

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


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

* Re: kvm-82 messages
  2009-01-01 10:10       ` Avi Kivity
@ 2009-01-01 10:30         ` Avi Kivity
  2009-01-01 14:45           ` FinnTux
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2009-01-01 10:30 UTC (permalink / raw)
  To: FinnTux; +Cc: kvm

Avi Kivity wrote:
> FinnTux wrote:
>> 2008/12/31 Avi Kivity <avi@redhat.com>:
>>  
>>> What happens to vista? which variant?  Is it a regression?
>>>     
>> Vista ultimate. Install goes fine but first boot hangs after BIOS
>> messages in black screen and CPU usage is at 100%.
>>   
>
> What's your qemu command line?  Host cpu type?
>

and, Vista x86 or x64?

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


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

* Re: kvm-82 messages
  2009-01-01 10:30         ` Avi Kivity
@ 2009-01-01 14:45           ` FinnTux
  0 siblings, 0 replies; 7+ messages in thread
From: FinnTux @ 2009-01-01 14:45 UTC (permalink / raw)
  To: kvm

>> What's your qemu command line?  Host cpu type?
/usr/local/bin/qemu-system-x86_64 -name wks
2:vista -m 2048 -smp 1 -soundhw ac97 -vga cirrus -cpu qemu64 -k sv -localtime -d
rive file=/home/smr/kvm/vista.img,if=ide,cache=writethrough,boot=on -net nic,mac
addr=AC:DE:48:28:03:00,model=e1000 -net tap,ifname=br0.3.0 -pidfile /var/run/kvm
ctl/vista.pid -monitor unix:/var/run/kvmctl/vista.mon,server,nowait

CPU is Core 2 Duo E6400

> and, Vista x86 or x64?
x86

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

end of thread, other threads:[~2009-01-01 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 14:02 kvm-82 messages Farkas Levente
2008-12-31 15:15 ` FinnTux
2008-12-31 15:59   ` Avi Kivity
2008-12-31 20:02     ` FinnTux
2009-01-01 10:10       ` Avi Kivity
2009-01-01 10:30         ` Avi Kivity
2009-01-01 14:45           ` FinnTux

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