search for: pci_permiss

Displaying 9 results from an estimated 9 matches for "pci_permiss".

2020 Jul 27
0
Problem with xen config
.../xen/boot/hvmloader" disk = [ "phy:/dev/mapper/marax_c,hda,rw", "phy:/dev/vg_lilith/lv_marax_d,hdb,rw" ] max_grant_frames = "128" pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "05:00.0" ] pci_permissive = 1 keymap = "de" vnclisten="0.0.0.0" pci_power_mgmt=1 xen_platform_pci=1 pci_msitranslate=1 viridian=1 hpet=1 acpi=1 apic=1 pae=1 I want to convert it to a xml format for use it with libvirt/virsh but I get an error: "error: An error occurred, but the cause is unknown...
2020 Aug 10
0
Re: Problem with xen config
...g is not supported in the libvirt libxl driver, but AFAICT >> libxl sets the default to 'true' for HVM guests. >> >>> pci_msitranslate=1 >> >> This is also not supported in libvirt and unfortunately defaults to >> 'false'. >> >>> pci_permissive = 1 >> >> Patches have been submitted for this setting but so far there has not >> been agreement on the schema change >> >> https://www.redhat.com/archives/libvir-list/2020-April/msg01230.html Hmm, so I see that discussion stalled after I asked a few questions, an...
2013 Nov 19
7
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success
...sten="0.0.0.0" vif = [ ''type=netfront,bridge=xenbr0,mac=00:16:3e:12:c3:fa''] device_model_version="qemu-xen-traditional" gfx_passthru=0 xen_platform_pci=1 pci = [ ''01:00.0'', ''01:00.1'' ] pci_msitranslate = 1 pci_power_mgmt = 1 pci_permissive = 1 xen_extended_power_mgmt = 1 acpi_s3 = 1 acpi_s4 = 1 disk = [ ''phy:/dev/t0vg/debian-testing,xvda,w'']; And I''m running on Xen 4.3.1 with NVIDIA driver 331.20 x86_64 in the domU. Thanks and cheers! _______________________________________________ Xen-users m...
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
...*config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; - XLU_ConfigList *ioports, *irqs; - int num_ioports, num_irqs; + XLU_ConfigList *ioports, *irqs, *iomem; + int num_ioports, num_irqs, num_iomem; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; @@ -1005,6 +1005,30 @@ static void parse_config_data(const char *config_source, } } + if (!xlu_cfg_get_list(config, "iomem", &iomem, &num_iomem, 0)) { + b_info->num_iomem = num_iomem; + b_info->iomem = calloc(num_iomem, sizeof(*b_info...
2013 Nov 18
0
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success!
...sten="0.0.0.0" vif = [ ''type=netfront,bridge=xenbr0,mac=00:16:3e:12:c3:fa''] device_model_version="qemu-xen-traditional" gfx_passthru=0 xen_platform_pci=1 pci = [ ''01:00.0'', ''01:00.1'' ] pci_msitranslate = 1 pci_power_mgmt = 1 pci_permissive = 1 xen_extended_power_mgmt = 1 acpi_s3 = 1 acpi_s4 = 1 disk = [ ''phy:/dev/t0vg/debian-testing,xvda,w'']; And I''m running on Xen 4.3.1 with NVIDIA driver 331.20 x86_64 in the domU. Thanks and cheers! Tamas
2020 Feb 06
1
Re: PCI/GPU Passthrough with xen
I know these are mostly gamers but they have a lot of experience doing PCI pass though: https://discord.gg/du9ecG I have found them extremely helpful in the past doing libvirt PCI passthough. *Paul O'Rorke* On 2020-02-05 10:13 a.m., Jim Fehlig wrote: > On 2/4/20 1:04 AM, Christoph wrote: >> this config does not work... why? > > Without more details, I don't know why
2012 Aug 31
2
[PATCH V2] libxl/xl: implement support for guest iooprt and irq permissions
...573,10 +573,12 @@ static void parse_config_data(const char long l; XLU_Config *config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; + XLU_ConfigList *ioports, *irqs; + int num_ioports, num_irqs; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; - int e; + int i, e; libxl_domain_create_info *c_info = &d_config->c_info; libxl_domain_build_info *b_info = &d_config->b_info; @@ -919,6 +921,89 @@ static void parse_config_data(const char abort(); } + if (!xlu_cfg_get_list(config, "i...
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
...*config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; - XLU_ConfigList *ioports, *irqs; - int num_ioports, num_irqs; + XLU_ConfigList *ioports, *irqs, *iomem; + int num_ioports, num_irqs, num_iomem; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; @@ -1005,6 +1005,30 @@ static void parse_config_data(const char *config_source, } } + if (!xlu_cfg_get_list(config, "iomem", &iomem, &num_iomem, 0)) { + b_info->num_iomem = num_iomem; + b_info->iomem = calloc(num_iomem, sizeof(*b_info...
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU passthrough without crashes. Unfortunately, the same crashes still happen. Massive frame buffer corruption on domU before it locks up solid. It seems the PCI memory stomp is still happening. I am using qemu-dm, as I did on Xen 4.2.x. So whatever fix for this went into 4.3.0 didn''t fix it for me. Passing less than 2GB