On Fri, Oct 04, 2013 at 05:39:22PM +0100, Patrick Welche wrote: > On Fri, Oct 04, 2013 at 06:35:49PM +0200, Manuel Bouyer wrote: > > On Fri, Oct 04, 2013 at 05:05:10PM +0100, Patrick Welche wrote: > > > builder = "hvm" > > > name = "dfly" > > > vcpus = 1 > > > memory = 512 > > > disk = ['phy:/dev/mapper/vg0-dfly,hda,w', > > > 'file:/store/iso/dfly-x86_64-3.4.3_REL.iso,cd0,r'] > > > vif = ['mac=00:1e:8c:5e:52:c8,bridge=bridge0'] > > > boot="d" > > > > Sorry, I didn't pay attention to the config. A lot of things > > are missing for a HVM domU here (ioemu type for vif for example, > > the kerne, console settings, etc...) > > > > look at the examples in share/examples/xen/ > > Really? The only lines not commented out in share/examples/xen/xlexample.hvm > are: > > builder = "hvm" > name = "example.hvm" > memory = 128 > vcpus = 2 > vif = [ '' ] > disk = [ '/dev/vg/guest-volume,raw,xvda,rw' ] > sdl = 1 > > > So the only line I haven't got is "sdl" which has to do with the X display.
and just in case, I got the same error with "vif = ['']" P
