search for: allow_unsafe_assigned_interrupt

Displaying 6 results from an estimated 6 matches for "allow_unsafe_assigned_interrupt".

2015 Mar 25
2
Networking issues in host
I've been having intermittent network issues on my Host - they go away when I stop and disable libvirtd and then reboot. They do not go away if I just stop libvirtd and don't reboot. I'm at a loss as to where to start with my troubleshooting, and being a relative n00b to libvirt, I'd love any pointers. Regards, Richard
2015 Mar 29
0
Re: Networking issues in host
...RCH/kernel/arch/x86/kvm/kvm.ko.gz license: GPL author: Qumranet depends: intree: Y vermagic: 3.18.6-1-ARCH SMP preempt mod_unload modversions parm: ignore_msrs:bool parm: min_timer_period_us:uint parm: tsc_tolerance_ppm:uint parm: allow_unsafe_assigned_interrupts:Enable device assignment on platforms without interrupt remapping support. (bool) root@eanna i ~ # grep -P "^(?\!#).*GRUB_CMDLINE" /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=Linux iommu=pt iommu=1 transparent_hugepage=never" GRUB_CMDLINE_LINUX="" O...
2012 Jul 11
1
PCI-Passthrough suddenly stopped working
Hi everybody! On a Centos 5.8 with libvirt qemu-0.10.5-1.el5.2, libvirt-0.8.2-22.el5 and 2.6.18-308.11.1.el5 I have a Windows machine that used to have pci-passthrough for a device enabled and working. After an update (kernel, libvirt afaik) and a reboot, pci-passthrough stopped working. Intel IOMMU is enabled (can see that from the dmesg output). All i get on the console when i try to start
2014 Oct 13
1
Re: KVM incremental backup using CBT
On 10/12/2014 10:19 PM, Jd wrote: [please don't top-post on technical lists] > Thanks Kashyap, > The command line examples makes thing quite clear :) > rsync for image (large) files create a new file for every little > change, that was the reason I started looking in to using dirty bitmaps. Upstream qemu still doesn't have persistent dirty bitmap tracking working yet; once
2012 Jul 14
0
PCI passthrough troubles
...led parts where needed. vt-d is enabled for my chipset, cpu and in it's enabled in the bios. on both systems I complied a custom kernel to enable DMA Remapping, PCI-stub and set CONFIG_INTEL_IOMMU_DEFAULT_ON=y using kernel boot param: intel_iommu=on (not sure if overkill) have kvm module option allow_unsafe_assigned_interrupts=1 selinux set to permissive mode in fedora. not used in arch when launching I 1) modprobe pci_stub, 2) virsh nodedev-dettach pci device, 3) load guest using virtmanager... it get the following the log outputs * libvirt error window* > Error starting domain: Unable to read from monitor: Conne...
2012 Jun 03
0
PCI Passthrough, AMD, fails to initialize
...MMU is loading on boot. during boot a grep for AMD-Vi returns: -----------------AMD-Vi------------------ AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40 AMD-Vi: Initialized for Passthrough Mode AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40 -----------------AMD-Vi------------------ I've set: allow_unsafe_assigned_interrupts. I've set selinux to permissive I've set user and group for qemu to 'root' I've set clear_emulator_capabilites = 0 I've set relaxed_acs_check = 1 Finally, if there's a better forum to ask this question in please let me know. I've already tried #kvm and #virt on IR...