Displaying 20 results from an estimated 90 matches for "kvm_amd".
2008 Mar 16
0
kvm_amd and centos 5.2
Will the kvm_amd kernel module be in CentOS 5.2?
Presently I run 2.6.24 on one machine so I get kvm_amd.
It would be great if it is included.
Jerry
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...------------------------------------------------------------------
1462 0.2960 kallsyms find_next_iomem_res
1462 100.000 kallsyms find_next_iomem_res [self]
-------------------------------------------------------------------------------
1355 0.2744 kvm_amd /kvm_amd
1355 100.000 kvm_amd /kvm_amd [self]
-------------------------------------------------------------------------------
1273 0.2578 kvm /kvm
1273 100.000 kvm /kvm [self]
---------------------------...
2020 Aug 18
0
qemu -display sdl,gl=on also eats CPU
...9 (no location information) kallsyms atomic_try_cmpxchg
2119 100.000 (no location information) kallsyms atomic_try_cmpxchg [self]
-------------------------------------------------------------------------------
1812 0.8730 (no location information) kvm_amd /kvm_amd
1812 100.000 (no location information) kvm_amd /kvm_amd [self]
-------------------------------------------------------------------------------
1759 0.8475 nv50_context.c:409 nouveau_dri.so nv50_bufctx_fence
1759 100....
2013 Oct 30
0
Upgraded to F18: now machines won't start
...to choose "Opteron G3".
For another machine we get:
libvirtError: internal error Process exited while reading console log
output: char device redirected to /dev/pts/37 (label charserial0)
failed to initialize KVM: Device or resource busy
Doing some debugging, I found:
1. On boot the kvm_amd and kvm kernel modules won't/don't load. Nothing
in dmesg. Modprobe does load them.
lsmod | grep kvm
kvm_amd 59982 0
kvm 429349 1 kvm_amd
I still can't make anything work with the modules loaded.
2. When I start libvirtd, I get:
Oct 30 14:56:29 si...
2014 Jun 16
2
Libvirt 1.2.5/Qemu woes
Hi all -
I'm dealing with a libvirt 1.2.5 and Qemu-1.7.1 also Qemu-2.0 (all source
compile,) which somehow isn't seeing any hypervisors when connected to via
virt-manager.
I'm sure I must be doing something wrong but cannot figure out what. My
basic config and current state here in pastebin:
http://pastebin.com/m5M8PfFC
Thanks for any input, this has been baffling.
Best Regards,
2015 Jul 27
2
Where are the Centos 7.1 1503 KVM repos please?
...rmitted
[keith.roberts at acer-centos kvm]$ lsmod | sort
...
iwlwifi 112501 1 iwldvm
jbd2 102940 1 ext4
kvm 461126 0
libahci 32009 1 ahci
[keith.roberts at acer-centos kvm]$ modprobe kvm-amd
modprobe: ERROR: could not insert 'kvm_amd': Operation not permitted
[keith.roberts at acer-centos kvm]$ modprobe kvm-intel
modprobe: ERROR: could not insert 'kvm_intel': Operation not permitted
Is it still possible to create some KVM type virtual machines with this laptop, to be ported to the VM host server machine later, or
d...
2013 Jun 05
4
[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
...ommit cedb9bdce099206290a2bdd02ce47a7b253b6a84
(vhost-net: skip head management if no outstanding).
This solves the following warnings:
WARNING: at include/linux/kref.h:47 handle_tx+0x477/0x4b0 [vhost_net]()
Modules linked in: vhost_net macvtap macvlan tun nfsd exportfs bridge stp llc openvswitch kvm_amd kvm bnx2 megaraid_sas [last unloaded: tun]
CPU: 5 PID: 8670 Comm: vhost-8668 Not tainted 3.10.0-rc2+ #1566
Hardware name: Dell Inc. PowerEdge R715/00XHKG, BIOS 1.5.2 04/19/2011
ffffffffa0198323 ffff88007c9ebd08 ffffffff81796b73 ffff88007c9ebd48
ffffffff8103d66b 000000007b773e20 ffff8800779f0000 fff...
2013 Jun 05
4
[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
...ommit cedb9bdce099206290a2bdd02ce47a7b253b6a84
(vhost-net: skip head management if no outstanding).
This solves the following warnings:
WARNING: at include/linux/kref.h:47 handle_tx+0x477/0x4b0 [vhost_net]()
Modules linked in: vhost_net macvtap macvlan tun nfsd exportfs bridge stp llc openvswitch kvm_amd kvm bnx2 megaraid_sas [last unloaded: tun]
CPU: 5 PID: 8670 Comm: vhost-8668 Not tainted 3.10.0-rc2+ #1566
Hardware name: Dell Inc. PowerEdge R715/00XHKG, BIOS 1.5.2 04/19/2011
ffffffffa0198323 ffff88007c9ebd08 ffffffff81796b73 ffff88007c9ebd48
ffffffff8103d66b 000000007b773e20 ffff8800779f0000 fff...
2014 Jun 16
0
Re: Libvirt 1.2.5/Qemu woes
...localstatedir=/var
if [ -d /usr/lib64 ]; then
libdir=$prefix/lib64
fi
EXTRA_ARGS="--prefix=$prefix --sysconfdir=$sysconfdir
--localstatedir=$localstatedir --libdir=$libdir"
>
> [root@10-3-1-35 qemu_images]# lsmod
> Module Size Used by
> kvm_amd 41702 0
> kvm 316506 1 kvm_amd
>
> [root@10-3-1-35 qemu_images]# ls -l /dev/kvm
> crw-rw----. 1 root root 10, 232 Jun 16 09:13 /dev/kvm
This looks fishy; /dev/kvm should be 0666, not 0660.
>
> [root@10-3-1-35 qemu-1.7.1]# which qemu-x86_64...
2013 Jun 06
1
[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
...t; (vhost-net: skip head management if no outstanding).
>
>> This solves the following warnings:
>
>> WARNING: at include/linux/kref.h:47 handle_tx+0x477/0x4b0 [vhost_net]()
>> Modules linked in: vhost_net macvtap macvlan tun nfsd exportfs bridge
>> stp llc openvswitch kvm_amd kvm bnx2 megaraid_sas [last unloaded: tun]
>> CPU: 5 PID: 8670 Comm: vhost-8668 Not tainted 3.10.0-rc2+ #1566
>> Hardware name: Dell Inc. PowerEdge R715/00XHKG, BIOS 1.5.2 04/19/2011
>> ffffffffa0198323 ffff88007c9ebd08 ffffffff81796b73 ffff88007c9ebd48
>> ffffffff8103d66b 0...
2013 Jun 06
1
[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
...t; (vhost-net: skip head management if no outstanding).
>
>> This solves the following warnings:
>
>> WARNING: at include/linux/kref.h:47 handle_tx+0x477/0x4b0 [vhost_net]()
>> Modules linked in: vhost_net macvtap macvlan tun nfsd exportfs bridge
>> stp llc openvswitch kvm_amd kvm bnx2 megaraid_sas [last unloaded: tun]
>> CPU: 5 PID: 8670 Comm: vhost-8668 Not tainted 3.10.0-rc2+ #1566
>> Hardware name: Dell Inc. PowerEdge R715/00XHKG, BIOS 1.5.2 04/19/2011
>> ffffffffa0198323 ffff88007c9ebd08 ffffffff81796b73 ffff88007c9ebd48
>> ffffffff8103d66b 0...
2020 Aug 17
2
qemu -display sdl,gl=on also eats CPU
...1 libpixman-1.so.0.38.0
7884 3.0304 kallsyms
5310 2.0410 libc-2.30.so
689 0.2648 ld-2.30.so
519 0.1995 nouveau
501 0.1926 qemu-system-x86_64
456 0.1753 ttm
239 0.0919 kvm
211 0.0811 kvm_amd
81 0.0311 libpthread-2.30.so
76 0.0292 drm
49 0.0188 libSDL2-2.0.so.0.12.0
43 0.0165 libxcb.so.1.1.0
36 0.0138 libGL.so.1.2.0
31 0.0119 libX11.so.6.3.0
24 0.0092 snd_pcm
23...
2013 Feb 06
3
btrfs balance -> hang/crash
...in: fuse xt_pkttype af_packet ipt_REJECT
xt_conntrack iptable_raw xt_CT iptable_filter nf
_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_conntrack
nf_defrag_ipv4 ip_tables x_tables cpufreq_c
onservative cpufreq_userspace cpufreq_powersave acpi_cpufreq mperf
sp5100_tco usb_storage kvm_amd kvm snd_hda_codec_rea
ltek k10temp edac_core edac_mce_amd sr_mod cdrom i2c_piix4 snd_hda_intel
snd_hda_codec sg snd_hwdep snd_pcm snd_timer s
nd_page_alloc floppy edd microcode autofs4 radeon ttm drm_kms_helper
processor thermal_sys pata_atiixp
[ 347.237694] Pid: 320, comm: btrfs-balance Not taint...
2020 Aug 28
4
[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
...000000206 R12: 0000000000400620
[ 71.296235] R13: 00007ffc74359420 R14: 0000000000000000 R15: 0000000000000000
[ 71.303361] Modules linked in: rfkill sunrpc snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core edac_mce_amd snd_hwdep kvm_amd snd_seq ccp snd_seq_device snd_pcm kvm snd_timer snd irqbypass soundcore sp5100_tco pcspkr crct10dif_pclmul crc32_pclmul ghash_clmulni_intel wmi_bmof joydev i2c_piix4 fam15h_power k10temp acpi_cpufreq ip_tables xfs libcrc32c sd_mod t10_pi sg nouveau video mxm_wmi i2c_algo_bit drm_kms_helper syscopy...
2020 Feb 02
1
[OFF TOPIC] Teo En Ming's Guide to GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 Virtual Machine using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
...FIO drivers from https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso
Linux command: fallocate -l 250G /home/teo-en-ming/win10.img
Linux command: kvm-ok
Output:
INFO: /dev/kvm exists
KVM acceleration can be used
Linux command: lsmod | grep kvm
Output:
kvm_amd 94208 0
ccp 86016 1 kvm_amd
kvm 651264 1 kvm_amd
irqbypass 16384 1 kvm
Reboot the computer.
Linux command: sudo reboot
Linux command: lsmod | grep kvm
Output:
kvm_amd 94208 0
ccp 86016 1 kv...
2013 Apr 30
1
Panic while running defrag
I ran into a panic while running find -xdev | xargs brtfs fi defrag
''{}''. I don''t remember the exact command because the history was not
saved. I also started and stopped it a few times however.
The kernel logs were on a different filesystem. Here is the
kern.log:http://fpaste.org/9383/36729191/
My setup is two 2TB hard drives in raid 1. They are both sata drives so
2011 Feb 09
1
warning in btrfs_free_block_groups
...http://python.ca/nas/linux/btrfs_bug.txt
The most recent kernel message is:
WARNING: at fs/btrfs/extent-tree.c:8239 btrfs_free_block_groups+0x218/0x275()
Hardware name: MS-7388
Modules linked in: udf crc_itu_t isofs loop nls_iso8859_1 vboxnetflt vboxdrv nls_utf8 nls_cp437 vfat fat kvm_amd kvm ipv6 fuse f71882fg snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore r8169 i2c_piix4 snd_page_alloc usblp
Pid: 13197, comm: umount Tainted: G W 2.6...
2020 Nov 15
1
[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
...00000400620
> > [ 71.296235] R13: 00007ffc74359420 R14: 0000000000000000 R15: 0000000000000000
> > [ 71.303361] Modules linked in: rfkill sunrpc snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core edac_mce_amd snd_hwdep kvm_amd snd_seq ccp snd_seq_device snd_pcm kvm snd_timer snd irqbypass soundcore sp5100_tco pcspkr crct10dif_pclmul crc32_pclmul ghash_clmulni_intel wmi_bmof joydev i2c_piix4 fam15h_power k10temp acpi_cpufreq ip_tables xfs libcrc32c sd_mod t10_pi sg nouveau video mxm_wmi i2c_algo_bit drm_kms_helper syscopy...
2014 Mar 26
1
host crashes "unable to handle paging request"
...devices/system/cpu/cpu15/
topology/thread_siblings
750 Mar 23 14:27:37 sMaster01 kernel: [241450.355551] CPU 4
751 Mar 23 14:27:37 sMaster01 kernel: [241450.355577] Modules linked in:
ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4
xt_conntrack nf_conntrack ipt_REJECT xt_tcpudp kvm_amd kvm ip6table_filter
ip6_tables iptable_fi lter ip_tables x_tables tun nfsd exportfs nfs
lockd fscache nfs_acl auth_rpcgss sunrpc bridge stp bonding dm_round_robin
dm_multipath scsi_dh loop snd_pcm snd_timer snd soundcore snd_page_alloc
serio_raw evdev tpm_tis tpm tpm_bios p smouse pcspkr am...
2016 Jul 21
2
[Bug 97021] New: Screen locks up randomly while only mouse pointer moves, system responsive via ssh
..._ipv4(E) nf_defrag_ipv4(E)
nf_nat_ipv4(E) nf_nat(E) nf_conntrack(E) ip_tables(E) x_tables(E) usblp(E)
snd_hda_codec_hdmi(E) snd_hda_codec_realtek(E) snd_hda_codec_generic(E)
joydev(E) snd_hda_intel(E) hid_logitech_hidpp(E) snd_hda_codec(E) bnep(E)
snd_hda_core(E) rfcomm(E) snd_hwdep(E) bluetooth(E) kvm_amd(E) snd_pcm(E)
kvm(E) snd_seq_midi(E) snd_seq_midi_event(E) snd_rawmidi(E) irqbypass(E)
snd_seq(E) edac_mce_amd(E) edac_core(E) serio_raw(E) snd_seq_device(E)
dm_multipath(E) snd_timer(E) k10temp(E) snd(E) soundcore(E) shpchp(E)
i2c_piix4(E) parport_pc(E) ppdev(E) it87(E) hwmon_vid(E) nfsd(E) binfmt...