search for: xen_platform_pci

Displaying 20 results from an estimated 111 matches for "xen_platform_pci".

2013 Nov 28
2
[PATCH] docs: Update xen_platform_pci in man xl.cfg
...4 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1007,6 +1007,9 @@ drivers are available for various Operating Systems including HVM Linux L<http://wiki.xen.org/wiki/XenLinuxPVonHVMdrivers> and Microsoft Windows L<http://wiki.xen.org/wiki/XenWindowsGplPv>. +Setting B<xen_platform_pci=0> with the default device_model "qemu-xen" require +QEMU 1.6 at least. + =item B<viridian=BOOLEAN> Turns on or off the exposure of MicroSoft Hyper-V (AKA viridian) -- Anthony PERARD
2012 Aug 03
2
xen_platform_pci
I tried setting xen_platform_pci=0 on my test ubuntu 11.10 livecd VM hoping it would run in HVM only mode, but the guest''s logs showed it detecting the Xen host and loaded the PV netfront driver (after modprobe). Is this expected behavior? Is there no way to force HVM only and not PVHVM or total PV? Setup: Xen Unstable...
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi, Here is a little patch that attempt to fix the issue regarding xen_platform_pci=0 not been handled. There is one patch left from the previous version. The patch that was adding qemu_machine_override have been removed as it is unnecessary. If someone wants to change the -machine, it can always add it to device_model_args_hvm, as QEMU appear to use the last one. Regards, Anth...
2013 Oct 09
6
Processed: Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
Processing commands for xen@bugs.xenproject.org: > create ^ Created new bug #20 rooted at `<1571692646.20131009000945@eikelenboom.it>'' Title: `Re: [HVM} xen_platform_pci=0 doesn''t prevent platform device creation and disk and nic take over by PV drivers.'' > title it xen_platform_pci=0 doesn''t work with qemu-xen Set title for #20 to `xen_platform_pci=0 doesn''t work with qemu-xen'' > owner it Anthony Perard <anthon...
2011 Oct 20
1
[PATCH] remove the xen dracut module
...dule is unnecessary and it has been for a while. Most Xen systems will not be using the module, even now, because xen-detect is not installed by default on most Xen systems, and dracut uses xen-detect to decide whether to include the module. It also has some problems: 1) it does not try loading xen_platform_pci; 2) it loads modules unnecessarily; modules.alias is where all Xen support should reside. Assuming xenbus_probe_frontend and xen_platform_pci are loaded so that Xen devices are probed, other modules are picked up automatically thanks to aliases such as alias xen:vbd xen_blkfront 3) Even not...
2013 Jun 24
13
booting from HVM (?pv?)
Hi, I''m the Mageia XEN packager and during QA, we stumbled into a problem. in fact, we wanted to test Mageia 3 installation on a HVM. so, we had a sparse image and a iso file: [ ''file:/opt/testhvm.img,sda,w'', ''file:/opt/mageialive.iso,hdb:cdrom,r'' ] the live booted, and was able to install to disk, but it never seemed to boot after the install...
2013 Dec 03
22
[PATCH] xen/pvhvm: If xen_platform_pci=0 is set don''t blow up.
The user has the option of disabling the platform driver: 00:02.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01) which is used to unplug the emulated drivers (IDE, Realtek 8169, etc) and allow the PV drivers to take over. If the user wishes to disable that they can set: xen_platform_pci=0 (in the guest config file) or xen_emul_unplug=never (on the Linux command line) except it does not work properly. The PV drivers still try to load and since the Xen platform driver is not run - and it has not initialized the grant tables, most of the PV drivers stumble upon: input: Xen V...
2013 Oct 09
5
Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
Wednesday, October 9, 2013, 2:00:02 PM, you wrote: > create ^ > title it xen_platform_pci=0 doesn''t work with qemu-xen > owner it Anthony Perard <anthony.perard@citrix.com> > thanks Perhaps in general looking at the libxl and xend .. and .. qemu-xen and qemu-xen-traditonal compatibility shoud be added too. Perhaps i''m a bit blunt .. but for users it'&...
2011 Oct 31
2
Xen 4.1.2 PVHVM guest with Linux 3.1.0 network problem, empty MAC address (all zeroes)
...ppear from dom0.. so the bridge in dom0 doesn''t have any vifs/taps connected to it anymore. Has anyone seen that behaviour? I bet that''s also the reason why eth0 inside the PVHVM guest has a MAC address with only zeroes in it: 00:00:00:00:00:00. If I disable PVHVM with "xen_platform_pci=0" in the domain cfgfile then network for the guest works OK using the qemu-dm emulated nic. PVHVM guest cfgfile: kernel = "hvmloader" builder=''hvm'' device_model = ''qemu-dm'' name = "f16pvhvm" memory = 1024 vcpus=1 pae=1 acpi=1 apic=1 vi...
2013 Jun 13
0
[PATCH] Properly control platform device creation in upstream QEMU
The xen_platform_pci xl configuration parameter currently has no effect on upstream QEMU; creation of the platform device is hardcoded. I have created a patch to QEMU to remove this hardcoded creation. This patch specifies the appropriate -device argument on the QEMU command line (and hence creates the device) only whe...
2012 Apr 04
10
Unable to boot installation ISO
...ot;vm-vps3" vif = [ ''bridge=virbr0'' ] disk = [''phy:/dev/vgPool1/VM-VPS3,hda,w'', ''file:/mnt/iso-images/gentoo/amd64/install-amd64-minimal-20120223.iso,hdc:cdrom''] acpi = 1 boot = ''d'' sdl = 0 serial = ''pty'' xen_platform_pci = 1 vnc = 1 vncpasswd = ''password'' vnclisten = ''localhost'' vncdisplay = ''343'' I tried with xen_platform_pci set to 0 but the just hangs to boot procedure when loading the sata_piix module. any ideas on this ? Thanks, J-F __________________...
2011 Dec 01
22
Xen 4.x / Linux 3.x (dom0 and HVM domU) and NIC handling
Moving to public discussion... This was found with Xen hypervisor version supporting device unplugging and the domU kernel having net-/blkfront and pci platform built-in (or as module). The block device is defined as hda and the NIC type=ioemu (so theoretically guests without pv support would work, too). Since both drivers are present, the kernel tries to unplug the emulated devices and
2020 Jul 27
0
Problem with xen config
...ev/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" If I comment out the line with pci = [ "01:00.0", "01:00.1", "0...
2012 Apr 03
0
Re: Reg PV-HVM templates
...w to create an ISO.. that''s not quite the intention of these images. SolusVM intends for you to install the OS from an ISO which it will then manage. This is quite possible but I don''t know much about SolusVM. What you would need to do is: 1. Boot the VM in pure HVM mode (without xen_platform_pci enabled). 2. Install the guest operating system. 3. Apply the changes listed in the bottom of the README file here: http://mirror.orionvm.com.au/pub/ubuntu/1204/README 4. Reboot the VM into PVonHVM mode (xen_platform_pci=1) That is the rough outline though I don''t know how if SolusVM give...
2012 Nov 14
1
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3
...; ] # using qemu-dm is success to work. #device_model='qemu-dm' device_model_version='qemu-xen' device_model_override='/usr/src/qemu/i386-softmmu/qemu-system-i386' #device_model_override='/usr/src/qemu/x86_64-softmmu/qemu-system-x86_64' boot="dc" acpi=1 xen_platform_pci=1 xiridian=1 stdvga=1 #sdl = 1 vnc =0 vncconsole=0 vncpasswd='' vncunused=1 vnclisten='0.0.0.0' vncdisplay=3 spice=1 spicehost='0.0.0.0' spiceport=6000 spicedisable_ticketing=1 spicepasswd = 'password' Thanks in advance. Daniel. _________________________...
2012 Dec 24
3
(updated) test report for xen-unstable tree with upstream QEMU
...m QEMU http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1837 -- This blocked vCPU hot-plug for HVM guest. 2. Guest console hangs after save/restore or live-migration when setting ''hpet=0'' in guest config file http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1838 3. ''xen_platform_pci=0'' setting cannot make the guest use emulated PCI devices by default http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1839 4. Guest free memory with upstream qemu is 14MB lower than that with qemu-xen-unstable.git http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1836 -- This might no...
2020 Feb 27
2
xen hvm domU and > 3 nic's... bug?
...ge,model=e1000", "mac=00:16:3e:14:30:04,bridge=xenbr14,script=vif-bridge,model=e1000" ] parallel = "none" serial = "none" disk = [ "phy:/dev/vg_lamia/lv_fenrir_root,hda,rw", "phy:/dev/vg_lamia/lv_fenrir_swap,hdb,rw" ] pci_power_mgmt=1 xen_platform_pci=1 pci_msitranslate=1 viridian=0 hpet=1 acpi=1 apic=1 pae=1 pvh=1 with 3 nic's it does work... -- ------ Greetz
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
.../usr/lib64/xen/bin/xc_save 4 3 0 0 4 INFO (XendCheckpoint:423) xc_save: failed to get the suspend evtchn port The pv driver of redhat-4.6-32bit are: [root@localhost ~]# lsmod|grep xen xen_vnif 28672 0 xen_balloon 17488 1 xen_vnif xen_vbd 20592 3 xen_platform_pci 73692 3 xen_vnif,xen_balloon,xen_vbd,[permanent] [root@localhost ~]# modinfo xen_vnif filename: /lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-vnif.ko alias: xen:vif alias: xen:vif license: Dual BSD/GPL vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4...
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
.../usr/lib64/xen/bin/xc_save 4 3 0 0 4 INFO (XendCheckpoint:423) xc_save: failed to get the suspend evtchn port The pv driver of redhat-4.6-32bit are: [root@localhost ~]# lsmod|grep xen xen_vnif 28672 0 xen_balloon 17488 1 xen_vnif xen_vbd 20592 3 xen_platform_pci 73692 3 xen_vnif,xen_balloon,xen_vbd,[permanent] [root@localhost ~]# modinfo xen_vnif filename: /lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-vnif.ko alias: xen:vif alias: xen:vif license: Dual BSD/GPL vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4...
2012 Jan 18
7
Windows GPLPV xenvbd.sys BSOD
...ows7.cfg name="Windows7" builder="hvm" memory="768" disk = [ ''phy:/dev/xenvg/windows7,hda,w'', ''file:/path/to/Windows7x64.iso,hdc:cdrom,r'' ] vif = [ ''type=vif,mac=6a:69:66:98:ce:b2'' ] vnclisten="127.0.0.1" xen_platform_pci=1 viridian=1 Any ideas how to resolve this issue? Jethro