[kvm-devel] Windows XP internal Power error
Good morning, I installed kvm on an intel machine with intel virtualization support. My machine runs linux FC6 and I am able to run xen with windows xp guests (so I think intel virtualization works fine). If I try to use kvm version 7, I am able to install Windows with no-acpi option. At the first boot (when Windows Xp tries to complete the installation) a blue screen apperas: INTERNAL_POWER_ERROR Could anyone help me ? Thanks & Regards Igna - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Good moorning, I changed the -boot option in 'c' but when my Windows Xp boot to complete the installation I got the following errors: unhandled vm exit: 0x8022 rax 0800 rbx ffdff120 rcx c080 rdx rsi rdi c080 rsp 80548de8 rbp 80548e3c r8 r9 r10 r11 r12 r13 r14 r15 rip 804fee82 rflags 0006 I compiled kvm 7 on fedora core 6 witg gcc 4. Thanks Igna - Messaggio da [EMAIL PROTECTED] - Data: Wed, 13 Dec 2006 08:47:33 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: RE: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED], kvm-devel@lists.sourceforge.net > >> Good morning, >> I installed kvm on an intel machine with intel virtualization support. >> My machine runs linux FC6 and I am able to run xen with windows xp >> guests (so I think intel virtualization works fine). >> If I try to use kvm version 7, I am able to install Windows with >> no-acpi option. >> At the first boot (when Windows Xp tries to complete the installation) >> a blue screen apperas: >> INTERNAL_POWER_ERROR > > It's a missing feature we have regarding unsupported restart. > You can just kill the qemu and run it again with -boot c option. > The installation will continue from the same point and might even reboot > again. At the end you'll have windows working :) ... > > The problem will be addressed soon. >> >> >> Could anyone help me ? >> >> >> Thanks & Regards >> Igna >> >> >> > > - >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to > share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V >> ___ >> kvm-devel mailing list >> kvm-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
My cpu model is : Intel(R) Pentium(R) D CPU 3.60GHz - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 11:26:48 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: Dor Laor <[EMAIL PROTECTED]>, kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> Good moorning, I changed the -boot option in 'c' but when my Windows Xp boot >> to complete the installation I got the following errors: >> >> unhandled vm exit: 0x8022 >> rax 0800 rbx ffdff120 rcx c080 rdx >> >> rsi rdi c080 rsp 80548de8 rbp >> 80548e3c >> r8 r9 r10 r11 >> >> r12 r13 r14 r15 >> >> rip 804fee82 rflags 0006 >> >> >> I compiled kvm 7 on fedora core 6 witg gcc 4. >> > > What is your cpu model? > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
I applyed the patch. Attacched here there is the dmesg output. Thanks - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 01:42:49 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: RE: [kvm-devel] Windows XP internal Power error A: Avi Kivity <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net [EMAIL PROTECTED] wrote: > Good moorning, I changed the -boot option in 'c' but when my Windows Xp boot > to complete the installation I got the following errors: > > unhandled vm exit: 0x8022 > rax 0800 rbx ffdff120 rcx c080 rdx > > rsi rdi c080 rsp 80548de8 rbp > 80548e3c > r8 r9 r10 r11 > > r12 r13 r14 r15 > > rip 804fee82 rflags 0006 > The vmexit reason is due to vm entry failure because of bad MSR load. Attached is a patch for you that print the MSR content. Please run it and send the last dmesg prints. > > I compiled kvm 7 on fedora core 6 witg gcc 4. > What is your cpu model? -- error compiling committee.c: too many arguments to function - Fine messaggio da [EMAIL PROTECTED] - dmesg.gz Description: GNU Zip compressed data - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
I compiled check_msr. I did not find a msr module to load but I found /dev/cpu/0/msr. Any case runnig check_msr I got the following: c080: may read and write c081: may read and write c082: may read and write c083: may read and write c084: may read and write c102: may read and write 12345678: cannot read - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 13:35:51 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: Dor Laor <[EMAIL PROTECTED]>, kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> I applyed the patch. >> Attacched here there is the dmesg output. > > Please run the attached program and report output. > > Before you run it, run 'modprobe msr' and check you have a /dev/cpu/0/msr. > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Applayed your patch and launched the windows xp boot. Dmesg is attacched here. - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 05:41:23 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED], Avi Kivity <[EMAIL PROTECTED]> Cc: kvm-devel@lists.sourceforge.net I compiled check_msr. I did not find a msr module to load but I found /dev/cpu/0/msr. Any case runnig check_msr I got the following: c080: may read and write c081: may read and write c082: may read and write c083: may read and write Looks like the msr does exist on Intel. The attached patch prints the host & guest msrs on the specific failure. Let's see what it provides.. c084: may read and write c102: may read and write 12345678: cannot read - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 13:35:51 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: Dor Laor <[EMAIL PROTECTED]>, kvm- [EMAIL PROTECTED] > [EMAIL PROTECTED] wrote: >> I applyed the patch. >> Attacched here there is the dmesg output. > > Please run the attached program and report output. > > Before you run it, run 'modprobe msr' and check you have a /dev/cpu/0/msr. > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Fine messaggio da [EMAIL PROTECTED] - dmesg.gz Description: GNU Zip compressed data - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
I did not understand ... sorry. Let me to explain what I am doing... modprobe -r kvm-intel cd kvm-7 patch kernel/vmx.c your_first_patch_file pacth kernel/vmx.c your_second_patch_file make make install modprobe -r kvm-intel Then I lauch the winxp boot. Is it correct ? - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 06:09:32 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net, Avi Kivity <[EMAIL PROTECTED]> >> >> Applayed your patch and launched the windows xp boot. >> Dmesg is attacched here. >> >> > > It's no good, I didn't tell you to rewind the first patch and leave only > the later one. > It should print the msrs only on the erroneous vmexit and provide the > host & guest msrs. > >> >> - Messaggio da [EMAIL PROTECTED] - >> Data: Thu, 14 Dec 2006 05:41:23 -0800 >> Da: Dor Laor <[EMAIL PROTECTED]> >> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >> Oggetto: Re: [kvm-devel] Windows XP internal Power error >> A: [EMAIL PROTECTED], Avi Kivity >> <[EMAIL PROTECTED]> >> Cc: kvm-devel@lists.sourceforge.net >> >> >> >> >> >> >> >> I compiled check_msr. >> >> I did not find a msr module to load but I found /dev/cpu/0/msr. >> >> Any case runnig check_msr I got the following: >> >> c080: may read and write >> >> c081: may read and write >> >> c082: may read and write >> >> c083: may read and write >> > >> > Looks like the msr does exist on Intel. >> > The attached patch prints the host & guest msrs on the specific > failure. >> > Let's see what it provides.. >> > >> >> c084: may read and write >> >> c102: may read and write >> >> 12345678: cannot read >> >> >> >> >> >> >> >> - Messaggio da [EMAIL PROTECTED] - >> >> Data: Thu, 14 Dec 2006 13:35:51 +0200 >> >> Da: Avi Kivity <[EMAIL PROTECTED]> >> >> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> >> >> Oggetto: Re: [kvm-devel] Windows XP internal Power error >> >> A: [EMAIL PROTECTED] >> >> Cc: Dor Laor <[EMAIL PROTECTED]>, kvm- >> >> [EMAIL PROTECTED] >> >> >> >> >> >> > [EMAIL PROTECTED] wrote: >> >> >> I applyed the patch. >> >> >> Attacched here there is the dmesg output. >> >> > >> >> > Please run the attached program and report output. >> >> > >> >> > Before you run it, run 'modprobe msr' and check you have a >> >> /dev/cpu/0/msr. >> >> > >> >> > -- >> >> > error compiling committee.c: too many arguments to function >> >> > >> >> > >> >> >> >> >> >> - Fine messaggio da [EMAIL PROTECTED] - >> >> >> >> >> > >> > >> >> >> - Fine messaggio da [EMAIL PROTECTED] - >> > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
OK I restored the original vmx.c file and I applyed the second patch but wueh I boot winxp no lines are addes in /var/log/messages and dmesg produces the following : kvm: msrs: 6 - Messaggio da [EMAIL PROTECTED] - Data: Thu, 14 Dec 2006 17:20:41 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net, Avi Kivity <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: >> >> I did not understand ... sorry. >> Let me to explain what I am doing... >> >> modprobe -r kvm-intel >> cd kvm-7 >> patch kernel/vmx.c your_first_patch_file >> pacth kernel/vmx.c your_second_patch_file >> make >> make install >> modprobe -r kvm-intel >> >> Then I lauch the winxp boot. >> >> Is it correct ? >> > > Please use only the second patch. > > > -- > error compiling committee.c: too many arguments to function > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Now I execute: /usr/local/bin/qemu-system-x86_64 -no-acpi -hda /root/winXP/windows_kvm.disk -boot c -m 512 On the terminal where I execute the command the following appears: unhandled vm exit: 0x8022 rax 0800 rbx ffdff120 rcx c080 rdx rsi rdi c080 rsp 80548de8 rbp 80548e3c r8 r9 r10 r11 r12 r13 r14 r15 rip 804fee82 rflags 0006 Aborted Dmesg reports: kvm: msrs: 6 The Xp windows crashes immediately. Thanks Igna - Messaggio da [EMAIL PROTECTED] - Data: Fri, 15 Dec 2006 07:28:43 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net, Avi Kivity <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: >> OK >> I restored the original vmx.c file and I applyed the second patch >> but wueh I boot winxp no lines are addes in /var/log/messages and >> dmesg produces the following : >> >> kvm: msrs: 6 >> >> > > How does it crash now? > > -- > Do not meddle in the internals of kernels, for they are subtle and > quick to panic. > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
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 VMentry host msr[0] index=c084 data=3700 VMentry host msr[1] index=c082 data=8025be90 VMentry host msr[2] index=c083 data=8025efa0 VMentry host msr[3] index=c102 data=0 I installed fedora core 6 on another machine and copied kvm and it works fine. - Messaggio da [EMAIL PROTECTED] - Data: Sat, 16 Dec 2006 09:14:30 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net, Avi Kivity <[EMAIL PROTECTED]> > [EMAIL PROTECTED] wrote: >> Now I execute: >> >> >> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >> /root/winXP/windows_kvm.disk -boot c -m 512 >> >> >> On the terminal where I execute the command the following appears: >> >> unhandled vm exit: 0x8022 >> rax 0800 rbx ffdff120 rcx c080 rdx >> >> rsi rdi c080 rsp 80548de8 rbp >> 80548e3c >> r8 r9 r10 r11 >> >> r12 r13 r14 r15 >> >> rip 804fee82 rflags 0006 >> Aborted >> >> Dmesg reports: >> >> kvm: msrs: 6 >> >> >> The Xp windows crashes immediately. >> >> > > Ok, still the same. The patch is wrong: please change the line > > >if (fail && (vmcs_read32(VM_EXIT_REASON) == 0x8022)) > > > to > > if ((vmcs_read32(VM_EXIT_REASON) == 0x8022)) > > so we can see the values. I suspect it will confirm Michael's suspicions. > > > -- > Do not meddle in the internals of kernels, for they are subtle and > quick to panic. > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Hi, modified NR_BAD_MSRS, dmesg reports: <7>kvm: msrs: 6 general protection fault: [2] SMP last sysfs file: /class/misc/kvm/dev CPU 1 Modules linked in: kvm_intel(U) kvm(U) autofs4 hidp rfcomm l2cap bluetooth sunrpc dm_mirror dm_multipath dm_mod video sbs i2c_ec button battery asus_acpi ac ipv6 parport_pc lp parport sg ohci1394 i2c_i801 snd_hda_intel i2c_core ieee1394 snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss floppy sky2 snd_mixer_oss snd_pcm ide_cd serio_raw cdrom pcspkr shpchp snd_timer snd soundcore snd_page_alloc ata_piix libata sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd Pid: 13157, comm: qemu-system-x86 Not tainted 2.6.18-1.2849.fc6 #1 RIP: 0010:[] [] :kvm:load_msrs+0x13/0x22 RSP: 0018:81003341bc40 EFLAGS: 00010246 RAX: RBX: 81006b0b00d0 RCX: c080 RDX: RSI: 0006 RDI: 81007484d050 RBP: 81006b0b R08: 0004 R09: 00064124 R10: R11: 88527d3f R12: fffe R13: 7fff2d3ef010 R14: 81003341bd08 R15: FS: 2acc6580() GS:81007ff089c0() knlGS: CS: 0010 DS: ES: CR0: 80050033 CR2: 00474730 CR3: 2f1a5000 CR4: 26e0 Process qemu-system-x86 (pid: 13157, threadinfo 81003341a000, task 81006c4b3040) Stack: 88528b82 81000179f4c0 8020cd0d 0246 81006b0b00e0 802615a0 0282 Call Trace: [] :kvm_intel:vmx_vcpu_run+0x363/0x403 [] :kvm:kvm_dev_ioctl+0x254/0x103f [] do_ioctl+0x21/0x6b [] vfs_ioctl+0x256/0x26f [] sys_ioctl+0x59/0x78 [] system_call+0x7e/0x83 DWARF2 unwinder stuck at system_call+0x7e/0x83 Leftover inexact backtrace: Code: 0f 30 41 ff c0 48 83 c7 10 41 39 f0 7c e4 c3 45 31 c0 eb 13 RIP [] :kvm:load_msrs+0x13/0x22 RSP - Messaggio da [EMAIL PROTECTED] - Data: Mon, 18 Dec 2006 10:21:47 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> >> 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 >> VMentry host msr[0] index=c084 data=3700 >> VMentry host msr[1] index=c082 data=8025be90 >> VMentry host msr[2] index=c083 data=8025efa0 >> VMentry host msr[3] index=c102 data=0 >> >> > > These are all good. > > Can you try changing NR_BAD_MSRS (in kvm_vmx.h) from 2 to 6? > > > > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Hi, I reverted all patched and applied last one. How when windows XP start the qemu windows remains frozen . No warnings o messages are displayed. The host cannot be reachable from network. Thanks - Messaggio da [EMAIL PROTECTED] - Data: Mon, 18 Dec 2006 11:32:19 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> Hi, modified NR_BAD_MSRS, dmesg reports: >> > > ok, please revert all patches an apply the attached. > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
[kvm-devel] kvm 7 windows XP network
Hi all, I installed windows XP as a guest using kvm 7. During installation I supplied a windows xp network configuration and an ip address has been assigned. When Windows runs I cannot ping it and from windopws Xp I cannot ping the default gateway so I think network does not work fine with kvm. Any solution , pls ? Regards Igna - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] kvm 7 windows XP network
Hi, I solved my previous trouble changing hardware. From my host I am able to ping the default gateway and the command I used to start the quest is the following: /usr/local/bin/qemu-system-x86_64 -no-acpi -hda /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom /root/winXP/winXP.iso I' like to use bridge insted of nat ? Can I ? - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 01:18:57 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] kvm 7 windows XP network A: [EMAIL PROTECTED], kvm-devel@lists.sourceforge.net >> >> Hi all, >> I installed windows XP as a guest using kvm 7. > Good luck, I see your previous troubles are over? > >> During installation I supplied a windows xp network configuration and >> an ip address has been assigned. >> When Windows runs I cannot ping it and from windopws Xp I cannot ping >> the default gateway so I think network does not work fine with kvm. > > Please provide the qemu command line parameters. > > You're probably using the default which is user space nat by qemu. > The works-as-designed is you cannot ping the VM in this configuration > from outside because of the nat. However you should ping the outside > world from within the vm. > > Does your host able to ping the default gateway and the VM can't? > Try to grub the tcpdump communication and send it over. >> >> >> Any solution , pls ? >> >> Regards >> Igna >> >> >> >> > > - >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to > share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V >> ___ >> kvm-devel mailing list >> kvm-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/kvm-devel > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] kvm 7 windows XP network
OK Many thanks It works - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 01:33:56 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] kvm 7 windows XP network A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net >> Hi, I solved my previous trouble changing hardware. >> From my host I am able to ping the default gateway and the command I >> used to start the quest is the following: >> >> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >> /root/winXP/winXP.iso >> >> I' like to use bridge insted of nat ? >> Can I ? > > Yes you can. The simplest thing to do that is to do the following: > - create a bridge by using the script from svn under SVNDIR/scripts/kvm > start > - Add these parameter to qemu;s cmdline '-net nic -net > tap,script=SVNDIR/qemu-ifup' > >> >> >> - Messaggio da [EMAIL PROTECTED] - >> Data: Tue, 19 Dec 2006 01:18:57 -0800 >> Da: Dor Laor <[EMAIL PROTECTED]> >> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >> Oggetto: Re: [kvm-devel] kvm 7 windows XP network >> A: [EMAIL PROTECTED], kvm- >> [EMAIL PROTECTED] >> >> >> >> >> >> Hi all, >> >> I installed windows XP as a guest using kvm 7. >> > Good luck, I see your previous troubles are over? >> > >> >> During installation I supplied a windows xp network configuration > and >> >> an ip address has been assigned. >> >> When Windows runs I cannot ping it and from windopws Xp I cannot > ping >> >> the default gateway so I think network does not work fine with kvm. >> > >> > Please provide the qemu command line parameters. >> > >> > You're probably using the default which is user space nat by qemu. >> > The works-as-designed is you cannot ping the VM in this > configuration >> > from outside because of the nat. However you should ping the outside >> > world from within the vm. >> > >> > Does your host able to ping the default gateway and the VM can't? >> > Try to grub the tcpdump communication and send it over. >> >> >> >> >> >> Any solution , pls ? >> >> >> >> Regards >> >> Igna >> >> >> >> >> >> >> >> >> > > >> > - >> >> Take Surveys. Earn Cash. Influence the Future of IT >> >> Join SourceForge.net's Techsay panel and you'll get the chance to >> > share >> >> your >> >> opinions on IT & business topics through brief surveys - and earn > cash >> >> >> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE >> > V >> >> ___ >> >> kvm-devel mailing list >> >> kvm-devel@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/kvm-devel >> > >> > > >> - >> > Take Surveys. Earn Cash. Influence the Future of IT >> > Join SourceForge.net's Techsay panel and you'll get the chance to > share >> your >> > opinions on IT & business topics through brief surveys - and earn > cash >> > >> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V >> > ___ >> > kvm-devel mailing list >> > kvm-devel@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/kvm-devel >> > >> >> >> - Fine messaggio da [EMAIL PROTECTED] - >> >> > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Hu, where is .config file ? I did not find it in kvm directory . - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 12:34:30 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> >> Hi, I reverted all patched and applied last one. >> How when windows XP start the qemu windows remains frozen . No >> warnings o messages are displayed. >> The host cannot be reachable from network. >> > > Please send the host .config. > > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Oh sorry !!! Probably you mean the kernel .config file ? - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 11:54:52 +0100 Da: [EMAIL PROTECTED] Rispondi-A: [EMAIL PROTECTED] Oggetto: Re: [kvm-devel] Windows XP internal Power error A: Avi Kivity <[EMAIL PROTECTED]> Cc: kvm-devel@lists.sourceforge.net > > Hu, > where is .config file ? > I did not find it in kvm directory . > > > - Messaggio da [EMAIL PROTECTED] - >Data: Tue, 19 Dec 2006 12:34:30 +0200 >Da: Avi Kivity <[EMAIL PROTECTED]> > Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> > Oggetto: Re: [kvm-devel] Windows XP internal Power error > A: [EMAIL PROTECTED] > Cc: kvm-devel@lists.sourceforge.net > > >> [EMAIL PROTECTED] wrote: >>> >>> Hi, I reverted all patched and applied last one. >>> How when windows XP start the qemu windows remains frozen . No >>> warnings o messages are displayed. >>> The host cannot be reachable from network. >>> >> >> Please send the host .config. >> >> >> -- >> error compiling committee.c: too many arguments to function >> >> > > > - Fine messaggio da [EMAIL PROTECTED] - > > > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Applayed patch. Now qemu and host are frozen e nothing is reported in /var/log/messages. - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 13:28:53 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> Dec 19 12:10:10 timb194083 kernel: Process qemu-system-x86 (pid: >> 2947, threadinfo 81005ccd8000, task Dec 19 12:10:10 timb194083 >> kernel: Dec 19 12:10:10 timb194083 kernel: Dec 19 12:10:10 >> timb194083 kernel: Code: 0f 30 41 ff c0 48 83 c7 10 41 39 f0 7c e4 >> c3 45 31 c0 eb 13 Dec 19 12:10:10 timb194083 kernel: RIP >> [] :kvm:load_msrs+0x13/0x22 > > This is helpful. Please try the attached patch (on top of the > previous patch) and report dmesg or /var/log/messages. > > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Must I rewind the other patches before applying this one ? - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 04:46:27 -0800 Da: Uri Lublin <[EMAIL PROTECTED]> Rispondi-A: Uri Lublin <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > Please try with attached patch. > > > -Original Message- > From: [EMAIL PROTECTED] on behalf of > [EMAIL PROTECTED] > Sent: Tue 19/12/2006 13:15 > To: Avi Kivity > Cc: kvm-devel@lists.sourceforge.net > Subject: Re: [kvm-devel] Windows XP internal Power error > > Sorry, you can find it attacched here. > I use fedora core 6 distrib. > Really with the last patch, first tile I boot Windows Xp guest, the > following is displayed in /var/log/messages: > > > > Dec 19 12:10:10 timb194083 kernel: RIP: 0010:[] > [] :kvm:load_msrs+0x13/0x22 > > > > Dec 19 12:10:10 timb194083 kernel: Call Trace: > Dec 19 12:10:10 timb194083 kernel: [] > :kvm_intel:vmx_vcpu_run+0x363/0x403 > > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
I tried with the -vnc option. My host frozen. - Messaggio da [EMAIL PROTECTED] - Data: Tue, 19 Dec 2006 15:17:04 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> >> Applayed patch. >> Now qemu and host are frozen e nothing is reported in /var/log/messages. >> > > Please try with serial console or netconsole. > > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] Windows XP internal Power error
Many thanks. The patch works fine. - Messaggio da [EMAIL PROTECTED] - Data: Tue, 26 Dec 2006 16:58:27 +0200 Da: Avi Kivity <[EMAIL PROTECTED]> Rispondi-A: Avi Kivity <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] Windows XP internal Power error A: [EMAIL PROTECTED] Cc: Dor Laor <[EMAIL PROTECTED]>, kvm-devel@lists.sourceforge.net > [EMAIL PROTECTED] wrote: >> Good moorning, I changed the -boot option in 'c' but when my Windows Xp boot >> to complete the installation I got the following errors: >> >> unhandled vm exit: 0x8022 >> rax 0800 rbx ffdff120 rcx c080 rdx >> >> rsi rdi c080 rsp 80548de8 rbp >> 80548e3c >> r8 r9 r10 r11 >> >> r12 r13 r14 r15 >> >> rip 804fee82 rflags 0006 >> >> >> > > A laptop came back from service yesterday and started exhibiting the > same problem. Turns out some Intel processors don't support the nx > feature, which qemu reports as present. > > I committed the attached patch to kvm/qemu. It should fix the problem. > > > -- > error compiling committee.c: too many arguments to function > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
[kvm-devel] kvm 12 windows XP network
Good morning, I installed kvm 12 on a linux fedora core 6. I also installed a windows XP guest but I am not able to setup bridging network. If I launch: /usr/local/bin/qemu-system-x86_64 -no-acpi -hda /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom /root/winXP/winXP.iso -net nic -net tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup the following error is displayed: can't add ÿ to bridge eth2: Operation not supported /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script Could not initialize device 'tap' Could anyone help me ? Thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] kvm 12 windows XP network
Sorry, I did not understand ! Could me explain what I must put in the quemu-ifup script ? I am using the original supplayed by kvm svn !!! Thanks - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 03:08:20 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: RE: [kvm-devel] kvm 12 windows XP network A: [EMAIL PROTECTED], kvm-devel@lists.sourceforge.net >> Good morning, I installed kvm 12 on a linux fedora core 6. >> I also installed a windows XP guest but I am not able to setup bridging >> network. >> If I launch: >> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >> /root/winXP/winXP.iso -net nic -net >> tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup >> >> the following error is displayed: >> >> can't add ÿ to bridge eth2: Operation not supported >> /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script >> Could not initialize device 'tap' >> >> Could anyone help me ? > > Seems like the bridge is not running ">can't add ÿ to bridge eth2:" > It should add the tap to the bridge and not to eth2. > The qemu-ifup script decides the bridge to use according to the default gw. > You can change either the gw or the qemu-ifup script. > > >> Thanks >> >> >> >> - >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> ___ >> kvm-devel mailing list >> kvm-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/kvm-devel > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] kvm 12 windows XP network
Here there is the report: rpm -q bridge-utils bridge-utils-1.1-2 /sbin/lsmod | grep bridge bridge 98929 0 /usr/sbin/brctl show bridge name bridge id STP enabled interfaces /sbin/ip route list | grep default default via 158.102.66.129 dev eth2 - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 03:54:50 -0800 Da: Uri Lublin <[EMAIL PROTECTED]> Rispondi-A: Uri Lublin <[EMAIL PROTECTED]> Oggetto: RE: [kvm-devel] kvm 12 windows XP network A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > > Please run the following commands and report their output: > rpm -q bridge-utils > /sbin/lsmod | grep bridge > /usr/sbin/brctl show > /sbin/ip route list | grep default > > -Original Message- > From: [EMAIL PROTECTED] on behalf of > [EMAIL PROTECTED] > Sent: Tue 30/01/2007 13:26 > To: Dor Laor > Cc: kvm-devel@lists.sourceforge.net > Subject: Re: [kvm-devel] kvm 12 windows XP network > > > Sorry, I did not understand ! > Could me explain what I must put in the quemu-ifup script ? > I am using the original supplayed by kvm svn !!! > > Thanks > > - Messaggio da [EMAIL PROTECTED] - >Data: Tue, 30 Jan 2007 03:08:20 -0800 >Da: Dor Laor <[EMAIL PROTECTED]> > Rispondi-A: Dor Laor <[EMAIL PROTECTED]> > Oggetto: RE: [kvm-devel] kvm 12 windows XP network > A: [EMAIL PROTECTED], kvm-devel@lists.sourceforge.net > > >>> Good morning, I installed kvm 12 on a linux fedora core 6. >>> I also installed a windows XP guest but I am not able to setup bridging >>> network. >>> If I launch: >>> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >>> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >>> /root/winXP/winXP.iso -net nic -net >>> tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup >>> >>> the following error is displayed: >>> >>> can't add ÿ to bridge eth2: Operation not supported >>> /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script >>> Could not initialize device 'tap' >>> >>> Could anyone help me ? >> >> Seems like the bridge is not running ">can't add ÿ to bridge eth2:" >> It should add the tap to the bridge and not to eth2. >> The qemu-ifup script decides the bridge to use according to the default gw. >> You can change either the gw or the qemu-ifup script. >> >> >>> Thanks >>> >>> >>> >>> - >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to share >>> your >>> opinions on IT & business topics through brief surveys - and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>> ___ >>> kvm-devel mailing list >>> kvm-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/kvm-devel >> > > > - Fine messaggio da [EMAIL PROTECTED] - > > > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > > - Fine messaggio da [EMAIL PROTECTED] - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel
Re: [kvm-devel] kvm 12 windows XP network
Ok At this time mai script /root/kvm-svn/kvm/scripts/qemu-ifup contains: #!/bin/sh #switch=$(ip route list | awk '/^default / { print $NF }') switch="bridge" ifconfig $1 0.0.0.0 up brctl addif ${switch} $1 If a try this: /usr/local/bin/qemu-system-x86_64 -no-acpi -hda /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom /root/winXP/winXP.iso -net nic -net tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup the following error appears:bridge bridge does not exist! bridge bridge does not exist! /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script Could not initialize device 'tap' - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 04:44:16 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] kvm 12 windows XP network A: [EMAIL PROTECTED], Uri Lublin <[EMAIL PROTECTED]> Cc: kvm-devel@lists.sourceforge.net > The problem is that the qemu-ifup script assumes you used the kvm > script from the svn for bringing the bridge up. The kvm script puts > the IP address on the bridge and also the default gw, thus the > qemu-ifup script thinks your eth2 is the bridge. > > So either use the kvm script (in the scripts directory) for setting > up the bridge or change qemu-ifup line > - switch=$(ip route list | awk '/^default / { print $NF }') > To > Switch="bridge" > >> Here there is the report: >> rpm -q bridge-utils >> bridge-utils-1.1-2 >> >> >> /sbin/lsmod | grep bridge >> bridge 98929 0 >> >> /usr/sbin/brctl show >> bridge name bridge id STP enabled interfaces >> >> /sbin/ip route list | grep default >> default via 158.102.66.129 dev eth2 >> >> >> >> >> - Messaggio da [EMAIL PROTECTED] - >>Data: Tue, 30 Jan 2007 03:54:50 -0800 >>Da: Uri Lublin <[EMAIL PROTECTED]> >> Rispondi-A: Uri Lublin <[EMAIL PROTECTED]> >> Oggetto: RE: [kvm-devel] kvm 12 windows XP network >> A: [EMAIL PROTECTED] >> Cc: kvm-devel@lists.sourceforge.net >> >> >>> >>> Please run the following commands and report their output: >>> rpm -q bridge-utils >>> /sbin/lsmod | grep bridge >>> /usr/sbin/brctl show >>> /sbin/ip route list | grep default >>> >>> -Original Message- >>> From: [EMAIL PROTECTED] on behalf of >>> [EMAIL PROTECTED] >>> Sent: Tue 30/01/2007 13:26 >>> To: Dor Laor >>> Cc: kvm-devel@lists.sourceforge.net >>> Subject: Re: [kvm-devel] kvm 12 windows XP network >>> >>> >>> Sorry, I did not understand ! >>> Could me explain what I must put in the quemu-ifup script ? >>> I am using the original supplayed by kvm svn !!! >>> >>> Thanks >>> >>> - Messaggio da [EMAIL PROTECTED] - >>>Data: Tue, 30 Jan 2007 03:08:20 -0800 >>>Da: Dor Laor <[EMAIL PROTECTED]> >>> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >>> Oggetto: RE: [kvm-devel] kvm 12 windows XP network >>> A: [EMAIL PROTECTED], kvm- >> [EMAIL PROTECTED] >>> >>> > Good morning, I installed kvm 12 on a linux fedora core 6. > I also installed a windows XP guest but I am not able to setup bridging > network. > If I launch: > /usr/local/bin/qemu-system-x86_64 -no-acpi -hda > /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom > /root/winXP/winXP.iso -net nic -net > tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup > > the following error is displayed: > > can't add ÿ to bridge eth2: Operation not supported > /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script > Could not initialize device 'tap' > > Could anyone help me ? Seems like the bridge is not running ">can't add ÿ to bridge eth2:" It should add the tap to the bridge and not to eth2. The qemu-ifup script decides the bridge to use according to the default >> gw. You can change either the gw or the qemu-ifup script. > Thanks > > > > --- >> -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > kvm-devel mailing list > kvm-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kvm-devel >>> >>> >>> - Fine messaggio da [EMAIL PROTECTED] - >>> >>> >>> >>> >>> - >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >>> opinions on IT & business topics through brief surveys - and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>>
Re: [kvm-devel] kvm 12 windows XP network
I did not install kvm using rpm because I compiled it (is there a rpm for fedora core 6 ?) so I cannot find the kvm script on /etc/init.d Then if I create the bridge when I add the eth2 interface my system stop responding on the network. brctl addbr bridge (ok) brctl addif bridge eth2 then I connont ping my system anymore till I remove the bridge - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 05:04:31 -0800 Da: Dor Laor <[EMAIL PROTECTED]> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> Oggetto: Re: [kvm-devel] kvm 12 windows XP network A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > Oops, my mistake, for your previous run I noticed you don't have a > bridge set up at all. (I thought you have one named 'bridge' but that > was a mistake.) > > So please run the kvm script, you can build & install the rpm and it > will automatically add itself to the /etc/init.d dir. > > Alternative is to add a bridge by 'brctl addbr bridge' > Plus join you physical interface to it (brctl addif bridge ethX). > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, January 30, 2007 2:53 PM >> To: Dor Laor >> Cc: Uri Lublin; kvm-devel@lists.sourceforge.net >> Subject: Re: [kvm-devel] kvm 12 windows XP network >> >> Ok >> At this time mai script /root/kvm-svn/kvm/scripts/qemu-ifup contains: >> >> #!/bin/sh >> >> #switch=$(ip route list | awk '/^default / { print $NF }') >> switch="bridge" >> ifconfig $1 0.0.0.0 up >> brctl addif ${switch} $1 >> >> >> >> If a try this: >> >> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >> /root/winXP/winXP.iso -net nic -net >> tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup >> >> the following error appears:bridge bridge does not exist! >> >> bridge bridge does not exist! >> /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script >> Could not initialize device 'tap' >> >> >> >> >> - Messaggio da [EMAIL PROTECTED] - >>Data: Tue, 30 Jan 2007 04:44:16 -0800 >>Da: Dor Laor <[EMAIL PROTECTED]> >> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >> Oggetto: Re: [kvm-devel] kvm 12 windows XP network >> A: [EMAIL PROTECTED], Uri Lublin >> <[EMAIL PROTECTED]> >> Cc: kvm-devel@lists.sourceforge.net >> >> >>> The problem is that the qemu-ifup script assumes you used the kvm >>> script from the svn for bringing the bridge up. The kvm script puts >>> the IP address on the bridge and also the default gw, thus the >>> qemu-ifup script thinks your eth2 is the bridge. >>> >>> So either use the kvm script (in the scripts directory) for setting >>> up the bridge or change qemu-ifup line >>> - switch=$(ip route list | awk '/^default / { print $NF }') >>> To >>> Switch="bridge" >>> Here there is the report: rpm -q bridge-utils bridge-utils-1.1-2 /sbin/lsmod | grep bridge bridge 98929 0 /usr/sbin/brctl show bridge name bridge id STP enabled interfaces /sbin/ip route list | grep default default via 158.102.66.129 dev eth2 - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 03:54:50 -0800 Da: Uri Lublin <[EMAIL PROTECTED]> Rispondi-A: Uri Lublin <[EMAIL PROTECTED]> Oggetto: RE: [kvm-devel] kvm 12 windows XP network A: [EMAIL PROTECTED] Cc: kvm-devel@lists.sourceforge.net > > Please run the following commands and report their output: > rpm -q bridge-utils > /sbin/lsmod | grep bridge > /usr/sbin/brctl show > /sbin/ip route list | grep default > > -Original Message- > From: [EMAIL PROTECTED] on behalf of > [EMAIL PROTECTED] > Sent: Tue 30/01/2007 13:26 > To: Dor Laor > Cc: kvm-devel@lists.sourceforge.net > Subject: Re: [kvm-devel] kvm 12 windows XP network > > > Sorry, I did not understand ! > Could me explain what I must put in the quemu-ifup script ? > I am using the original supplayed by kvm svn !!! > > Thanks > > - Messaggio da [EMAIL PROTECTED] - >Data: Tue, 30 Jan 2007 03:08:20 -0800 >Da: Dor Laor <[EMAIL PROTECTED]> > Rispondi-A: Dor Laor <[EMAIL PROTECTED]> > Oggetto: RE: [kvm-devel] kvm 12 windows XP network > A: [EMAIL PROTECTED], kvm- [EMAIL PROTECTED] > > >>> Good morning, I installed kvm 12 on a linux fedora core 6. >>> I also installed a windows XP guest but I am not able to setup >> bridging >>> network. >>> If I launch: >>> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >>> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >>> /root/winXP/winXP.iso -net nic -net >>> tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup >>> >>> the following error is displayed: >>> >>> can't add ÿ to bridge eth2:
Re: [kvm-devel] kvm 12 windows XP network
I also think there is another problem: where is the tap interface ? ifconfig tap >= tap: unknown interface: No such device Does qemu-ifup add the tap interface to the bridge ? - Messaggio da [EMAIL PROTECTED] - Data: Tue, 30 Jan 2007 14:17:16 +0100 Da: [EMAIL PROTECTED] Rispondi-A: [EMAIL PROTECTED] Oggetto: Re: [kvm-devel] kvm 12 windows XP network A: Dor Laor <[EMAIL PROTECTED]> Cc: kvm-devel@lists.sourceforge.net > I did not install kvm using rpm because I compiled it (is there a rpm > for fedora core 6 ?) so I cannot find the kvm script on /etc/init.d > > Then if I create the bridge when I add the eth2 interface my system > stop responding on the network. > > brctl addbr bridge (ok) > brctl addif bridge eth2 then I connont ping my system anymore till I remove > the bridge > > > > > - Messaggio da [EMAIL PROTECTED] - >Data: Tue, 30 Jan 2007 05:04:31 -0800 >Da: Dor Laor <[EMAIL PROTECTED]> > Rispondi-A: Dor Laor <[EMAIL PROTECTED]> > Oggetto: Re: [kvm-devel] kvm 12 windows XP network > A: [EMAIL PROTECTED] > Cc: kvm-devel@lists.sourceforge.net > > >> Oops, my mistake, for your previous run I noticed you don't have a >> bridge set up at all. (I thought you have one named 'bridge' but that >> was a mistake.) >> >> So please run the kvm script, you can build & install the rpm and it >> will automatically add itself to the /etc/init.d dir. >> >> Alternative is to add a bridge by 'brctl addbr bridge' >> Plus join you physical interface to it (brctl addif bridge ethX). >> >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, January 30, 2007 2:53 PM >>> To: Dor Laor >>> Cc: Uri Lublin; kvm-devel@lists.sourceforge.net >>> Subject: Re: [kvm-devel] kvm 12 windows XP network >>> >>> Ok >>> At this time mai script /root/kvm-svn/kvm/scripts/qemu-ifup contains: >>> >>> #!/bin/sh >>> >>> #switch=$(ip route list | awk '/^default / { print $NF }') >>> switch="bridge" >>> ifconfig $1 0.0.0.0 up >>> brctl addif ${switch} $1 >>> >>> >>> >>> If a try this: >>> >>> /usr/local/bin/qemu-system-x86_64 -no-acpi -hda >>> /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >>> /root/winXP/winXP.iso -net nic -net >>> tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup >>> >>> the following error appears:bridge bridge does not exist! >>> >>> bridge bridge does not exist! >>> /root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script >>> Could not initialize device 'tap' >>> >>> >>> >>> >>> - Messaggio da [EMAIL PROTECTED] - >>>Data: Tue, 30 Jan 2007 04:44:16 -0800 >>>Da: Dor Laor <[EMAIL PROTECTED]> >>> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >>> Oggetto: Re: [kvm-devel] kvm 12 windows XP network >>> A: [EMAIL PROTECTED], Uri Lublin >>> <[EMAIL PROTECTED]> >>> Cc: kvm-devel@lists.sourceforge.net >>> >>> The problem is that the qemu-ifup script assumes you used the kvm script from the svn for bringing the bridge up. The kvm script puts the IP address on the bridge and also the default gw, thus the qemu-ifup script thinks your eth2 is the bridge. So either use the kvm script (in the scripts directory) for setting up the bridge or change qemu-ifup line - switch=$(ip route list | awk '/^default / { print $NF }') To Switch="bridge" > Here there is the report: > rpm -q bridge-utils > bridge-utils-1.1-2 > > > /sbin/lsmod | grep bridge > bridge 98929 0 > > /usr/sbin/brctl show > bridge name bridge id STP enabled interfaces > > /sbin/ip route list | grep default > default via 158.102.66.129 dev eth2 > > > > > - Messaggio da [EMAIL PROTECTED] - >Data: Tue, 30 Jan 2007 03:54:50 -0800 >Da: Uri Lublin <[EMAIL PROTECTED]> > Rispondi-A: Uri Lublin <[EMAIL PROTECTED]> > Oggetto: RE: [kvm-devel] kvm 12 windows XP network > A: [EMAIL PROTECTED] > Cc: kvm-devel@lists.sourceforge.net > > >> >> Please run the following commands and report their output: >> rpm -q bridge-utils >> /sbin/lsmod | grep bridge >> /usr/sbin/brctl show >> /sbin/ip route list | grep default >> >> -Original Message- >> From: [EMAIL PROTECTED] on behalf of >> [EMAIL PROTECTED] >> Sent: Tue 30/01/2007 13:26 >> To: Dor Laor >> Cc: kvm-devel@lists.sourceforge.net >> Subject: Re: [kvm-devel] kvm 12 windows XP network >> >> >> Sorry, I did not understand ! >> Could me explain what I must put in the quemu-ifup script ? >> I am using the original supplayed by kvm svn !!! >> >> Thanks >> >> - Messaggio da [EMAIL PROTECTED] - >>Data: Tue, 30 Jan 2007 03:08:20 -0800 >>Da: Dor Laor <[EMAIL PROTECTED]> >> Rispondi-A: Dor Laor <[EMAIL PROTECTED]> >> Oggetto: R
[kvm-devel] kvm 15
Hello, I'd like to know smp guests are supported (I read the answer is not in the FAQ but the smp support is not specified in the TODO ) I heard something about kvm paravirtualization like xen but in the FAQ I read is not supported ? Is it still true ? Many thanks and Regards Ignazio - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel