Re: Problem with xen config

2020-08-14 Thread Jim Fehlig
On 8/10/20 10:55 AM, Laine Stump wrote: On 8/10/20 4:38 AM, Christoph wrote: xen_platform_pci=1 This setting 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

Re: Problem with xen config

2020-08-10 Thread Jim Fehlig
On 8/10/20 2:03 PM, Christoph wrote: I use this command: virsh domxml-from-native xen-xl /etc/xen/marax_hvm.cfg If this line: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] is activated I get this error: error: An error occurred, but the cause is unknown That's

Re: Problem with xen config

2020-08-10 Thread Christoph
I use this command: virsh domxml-from-native xen-xl /etc/xen/marax_hvm.cfg If this line: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] is activated I get this error: error: An error occurred, but the cause is unknown If I comment this line out then it works... -

Re: Problem with xen config

2020-08-10 Thread Jim Fehlig
On 8/10/20 1:20 PM, Christoph wrote: oh cool it translates more THX... but: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] this still doesnt work :( You'll need to provide more info :-). What doesn't work and what is the error/failure? Regards, Jim

Re: Problem with xen config

2020-08-10 Thread Christoph
oh cool it translates more THX... but: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] this still doesnt work :( --- -- Greetz Am 10.08.2020 17:23, schrieb Jim Fehlig: On 8/10/20 2:38 AM, Christoph wrote: xen_platform_pci=1 This setting is not supported in th

Re: Problem with xen config

2020-08-10 Thread Laine Stump
On 8/10/20 4:38 AM, Christoph wrote: xen_platform_pci=1 This setting 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 =

Re: Problem with xen config

2020-08-10 Thread Jim Fehlig
On 8/10/20 2:38 AM, Christoph wrote: xen_platform_pci=1 This setting 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 =

Re: Problem with xen config

2020-08-10 Thread Christoph
xen_platform_pci=1 This setting 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 th

Re: Problem with xen config

2020-07-27 Thread Jim Fehlig
On 7/27/20 9:17 AM, Christoph wrote: Hi all, I 've such a config on xen (4.14): name = "marax.chao5.int" uuid = "e0de3cb7-3937-417d-8d63-b0993b377b6a" maxmem = 16384 memory = 16384 kernel = '/usr/lib64/xen/boot/hvmloader' vcpus = 16 rtc_timeoffset = 0 localtime = 1 on_poweroff = "destroy" on_re

Problem with xen config

2020-07-27 Thread Christoph
Hi all, I 've such a config on xen (4.14): name = "marax.chao5.int" uuid = "e0de3cb7-3937-417d-8d63-b0993b377b6a" maxmem = 16384 memory = 16384 kernel = '/usr/lib64/xen/boot/hvmloader' vcpus = 16 rtc_timeoffset = 0 localtime = 1 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart"