Hello, this isn't really a dev issue but google couldn't help me on this one. I'm running a 2.6.22 kernel with the kvm and kvm-intel as modules built as modules:
[EMAIL PROTECTED] ~ $ lsmod Module Size Used by nvidia 5425812 12 i2c_core 23680 1 nvidia kvm_intel 21200 0 kvm 62024 1 kvm_intel snd_emu10k1 130912 1 snd_rawmidi 23136 1 snd_emu10k1 snd_ac97_codec 109976 1 snd_emu10k1 ac97_bus 4864 1 snd_ac97_codec snd_pcm 76488 2 snd_emu10k1,snd_ac97_codec snd_seq_device 8272 2 snd_emu10k1,snd_rawmidi snd_timer 22216 2 snd_emu10k1,snd_pcm snd_page_alloc 9936 2 snd_emu10k1,snd_pcm snd_util_mem 6080 1 snd_emu10k1 snd_hwdep 10248 1 snd_emu10k1 snd 52712 9 snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep however when i run the following commands: [EMAIL PROTECTED] ~ $ sudo /usr/local/kvm/bin/qemu-system-x86_64 -hda /mnt/kvm/win32xp.img -cdrom /mnt/kvm/win32xp.iso -boot d -m 512 Could not initialize SDL - exiting I do have the libsdl libraries installed, but i can't figure out wants going on. The userspace verision of kvm i have is kvm-33. [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz stepping : 6 cpu MHz : 2128.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4270.52 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz stepping : 6 cpu MHz : 2128.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4263.48 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: Any Ideas? Thanks -Jerry ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
