Re: [kvm-devel] problem with network in windows

2006-12-17 Thread Avi Kivity
Dmitry Melekhov wrote: > Hello! > > I tested linux x86 and windows xp with v7. > Linux can't get ip address from dhcp server, but if I set it manually > all works OK. > Windows can't get address from dhcp server too and even manual > assignment doesn't help :-( > Is this known problem? > What

Re: [kvm-devel] Windows XP internal Power error

2006-12-17 Thread ignazio . cassano
Hi, modifing the patch and launching windows boot it reports the following: kvm: msrs: 6 VMentry guest msr[0] index=c084 data=3700 VMentry guest msr[1] index=c082 data=8025be90 VMentry guest msr[2] index=c083 data=8025efa0 VMentry guest msr[3] index=c102 data=0 VMe

[kvm-devel] [RFC] Porting KVM to QEMU CVS

2006-12-17 Thread Anthony Liguori
I spent some time this weekend trying to port the KVM changes to the latest QEMU CVS. I got snagged on a certain changeset though. Specifically, the changeset on Sep 24th that added SMM support (and moved ACPI init to the BIOS) is where my patch stops working. KVM dies with a bus error after

[kvm-devel] problem with network in windows

2006-12-17 Thread Dmitry Melekhov
Hello! I tested linux x86 and windows xp with v7. Linux can't get ip address from dhcp server, but if I set it manually all works OK. Windows can't get address from dhcp server too and even manual assignment doesn't help :-( Is this known problem? --

[kvm-devel] White screen

2006-12-17 Thread Mark Clarkson
Hi, When using WinXP I get a completely white screen whenever I change the resolution and just before the Windows GUI comes up, which lasts for around 20 seconds. Also, as with Xen HVM, network performance is poor, although it seems to be faster than WinXP under Xen. Do you expect network performan

[kvm-devel] [ kvm-Bugs-1617477 ] guest reset actually resets host

2006-12-17 Thread SourceForge.net
Bugs item #1617477, was opened at 2006-12-17 11:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1617477&group_id=180599 Please note that this message will contain a full copy

Re: [kvm-devel] guest AND host rebooting

2006-12-17 Thread Avi Kivity
user01 wrote: > Can you set up a serial console and capture dmesg? >>> sure. but which machine? host or guest? >>> >>> >> the host please. do an >> >>echo 9 > /proc/sysrq-trigger >> >> before so we get to see anything interesting. >> > > the only

Re: [kvm-devel] guest AND host rebooting

2006-12-17 Thread user01
(Resend, as "[EMAIL PROTECTED]" does not seem to get forwarded) - SNIP hi On Sun, 17 Dec 2006 16:53:20 +0200 Avi Kivity <[EMAIL PROTECTED]> wrote: > >> Can you set up a serial console and capture dmesg? > >> > > > > sure. but which machine? host or guest? > > > > the host pleas

Re: [kvm-devel] guest AND host rebooting

2006-12-17 Thread user01
hi On Sun, 17 Dec 2006 16:53:20 +0200 Avi Kivity <[EMAIL PROTECTED]> wrote: > >> Can you set up a serial console and capture dmesg? > >> > > > > sure. but which machine? host or guest? > > > > the host please. do an > >echo 9 > /proc/sysrq-trigger > > before so we get to see anyth

Re: [kvm-devel] Plan 9 install problems

2006-12-17 Thread Avi Kivity
Michael Riepe wrote: > OpenSolaris runs on Intel with a simple modification: force the CS limit > to 0x in real mode (I wonder why that didn't happen already). > > Plan9, on the other hand, seems to execute code outside the 64K range. > With cs-limit.patch, it dies at RIP 0x100212. I'm afraid w

Re: [kvm-devel] Plan 9 install problems

2006-12-17 Thread Michael Riepe
Hi there! Avi Kivity wrote: > Michael Riepe wrote: > >> Hi! >> >> Avi Kivity wrote: >> >> >> >>> The way to fix is to add handling to {svm,vmx}_get_msr() for msr 1 >>> (and any other pointless msrs the guest reads or writes). From a >>> cursory reading of the machine check docs, returning 0 sh

Re: [kvm-devel] Linux - KVM - MAC OS X

2006-12-17 Thread Avi Kivity
[EMAIL PROTECTED] wrote: > Shalom Avi, > > are there any plans to have MAC OS X running under KVM?? > > I have KVM running under Edgy. > > I think that Mac OS X requires different firmware than that provided by the qemu bios which we use. If you can run Mac OS X under regular qemu, then kvm s

[kvm-devel] Linux - KVM - MAC OS X

2006-12-17 Thread sean
Shalom Avi, are there any plans to have MAC OS X running under KVM?? I have KVM running under Edgy. TIA and regards John John Cassidy (Dipl.-Ingr.) Berninastrasse 9 8057 Zuerich Europe Telephone: +41 (0) 43 300 4602 Mobile:+41 (0) 79 207 3268 E-Mail: [EMAIL PROTECTED] http://www

Re: [kvm-devel] Plan 9 install problems

2006-12-17 Thread Avi Kivity
Michael Riepe wrote: > Hi! > > Avi Kivity wrote: > > >> The way to fix is to add handling to {svm,vmx}_get_msr() for msr 1 (and >> any other pointless msrs the guest reads or writes). From a cursory >> reading of the machine check docs, returning 0 should be fine for msr 1. >> > > Yep. >

Re: [kvm-devel] guest AND host rebooting

2006-12-17 Thread Avi Kivity
user01 wrote: > hi list > > just started playing a little with kvm & qemu. i discovered, > that resetting the guest actually resets the host. tested > on amd/pacifica with kvm-7 (svn revision 4115) with debian > as host and an openbsd install-cd (4.0) as guest. typing > "halt" in the guests shell s