Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-12 Thread Wei Liu
On Tue, Apr 12, 2016 at 11:44:16AM +0200, Fanny Dwargee wrote: > Wei, > > It works now! > Good to know. > Many, many thanks for your invaluable time. > You're welcome. > By the way, Do you know when the patch will be included in the stable-4.6 > branch? Maybe will be on time for the 4.6.2 ve

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-12 Thread Fanny Dwargee
Wei, It works now! Many, many thanks for your invaluable time. By the way, Do you know when the patch will be included in the stable-4.6 branch? Maybe will be on time for the 4.6.2 version? IMHO is an important patch because of the added security shielding it provides (allowing the use of stub

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-12 Thread Wei Liu
On Tue, Apr 05, 2016 at 05:17:00PM +0200, Fanny Dwargee wrote: > Hi, > > after adding the 'device_model_stubdomain_override = 1' to an otherwise > fine configuration the domain crashes on start. > > Xen is v4.6.1 compiled from source on Debian Jessie 64bits this way: > >- ./configure --enabl

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-12 Thread Fanny Dwargee
Wei, thanks for your help. After following your advice I added to the DomU config the 'device_model_version = "qemu-xen-traditional"' (and removing 'device_model_stubdomain_override'), the DomU started successfully as without stub domain: (d18) Press F12 for boot menu. (d18) (d18) Booting from H

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-11 Thread Wei Liu
On Thu, Apr 07, 2016 at 06:51:11PM +0200, Fanny Dwargee wrote: > I'm sorry but this is my first attempt to use stubdom. > > This is a test machine so feel free to propose xen recompilation adding > printk's/obscured options or settings modification. > > With regards, Sorry for the late reply. I

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-07 Thread Fanny Dwargee
I'm sorry but this is my first attempt to use stubdom. This is a test machine so feel free to propose xen recompilation adding printk's/obscured options or settings modification. With regards, Fanny 2016-04-07 18:13 GMT+02:00 Wei Liu : > On Wed, Apr 06, 2016 at 02:49:19PM +0200, Fanny Dwargee

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-07 Thread Wei Liu
On Wed, Apr 06, 2016 at 02:49:19PM +0200, Fanny Dwargee wrote: > Hi Wei, > > first: thanks for your effort. :) > > Find attached the 'xl create' output and the > /var/log/xen/console/hypervisor.log > files after creating the same domain without the > 'device_model_stubdomain_override' configurati

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-06 Thread Fanny Dwargee
Hi Wei, first: thanks for your effort. :) Find attached the 'xl create' output and the /var/log/xen/console/hypervisor.log files after creating the same domain without the 'device_model_stubdomain_override' configuration option. 'xl list' command output... Name ID Mem VCPUs

Re: [Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-06 Thread Wei Liu
On Tue, Apr 05, 2016 at 05:17:00PM +0200, Fanny Dwargee wrote: > Hi, > > after adding the 'device_model_stubdomain_override = 1' to an otherwise > fine configuration the domain crashes on start. > > Xen is v4.6.1 compiled from source on Debian Jessie 64bits this way: > >- ./configure --enabl

[Xen-devel] Stub domain crash on Xen v4.6.1

2016-04-05 Thread Fanny Dwargee
Hi, after adding the 'device_model_stubdomain_override = 1' to an otherwise fine configuration the domain crashes on start. Xen is v4.6.1 compiled from source on Debian Jessie 64bits this way: - ./configure --enable-stubdom --enable-githttp - make dist-xen - make dist-tools - make di