[PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2013-12-16 Thread Konrad Rzeszutek Wilk
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: x

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2013-12-17 Thread Fabio Fantoni
Il 16/12/2013 16:04, Konrad Rzeszutek Wilk ha scritto: 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 ov

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2013-12-17 Thread Konrad Rzeszutek Wilk
On Tue, Dec 17, 2013 at 10:54:47AM +0100, Fabio Fantoni wrote: > Il 16/12/2013 16:04, Konrad Rzeszutek Wilk ha scritto: > >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 em

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2013-12-17 Thread Konrad Rzeszutek Wilk
On Tue, Dec 17, 2013 at 09:51:50AM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Dec 17, 2013 at 10:54:47AM +0100, Fabio Fantoni wrote: > > Il 16/12/2013 16:04, Konrad Rzeszutek Wilk ha scritto: > > >The user has the option of disabling the platform driver: > > >00:02.0 Unassigned class [ff80]: Xen

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2013-12-31 Thread Konrad Rzeszutek Wilk
> That is because 'disks' is incorrect. It should have been 'ide-disks' > > [0.00] unrecognised option 'disks' in parameter 'xen_emul_unplug' > > With the 'ide-disks' it should work. I will update the description to > mention 'ide-disks' instead of 'disks'. Thank you for finding this! >

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2014-01-02 Thread David Vrabel
On 31/12/13 14:32, Konrad Rzeszutek Wilk wrote: >> That is because 'disks' is incorrect. It should have been 'ide-disks' >> >> [0.00] unrecognised option 'disks' in parameter 'xen_emul_unplug' >> >> With the 'ide-disks' it should work. I will update the description to >> mention 'ide-disks'

Re: [Xen-devel] [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3).

2014-01-02 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 03:09:44PM +, David Vrabel wrote: > On 31/12/13 14:32, Konrad Rzeszutek Wilk wrote: > >> That is because 'disks' is incorrect. It should have been 'ide-disks' > >> > >> [0.00] unrecognised option 'disks' in parameter 'xen_emul_unplug' > >> > >> With the 'ide-disk