All of lore.kernel.org
 help / color / mirror / Atom feed
* Ubuntu 11.04 (amd64 and i386) under Xen as PV on HVM guests don't load the PV drivers.
@ 2012-03-26 20:59 Konrad Rzeszutek Wilk
  2012-03-27 14:41 ` Konrad Rzeszutek Wilk
  2012-03-27 14:45 ` Ian Campbell
  0 siblings, 2 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-03-26 20:59 UTC (permalink / raw)
  To: stefan.bader, xen-devel; +Cc: Ian Campbell, mike.mcclurg, Stefano Stabellini

So  I tried to load the Ubuntu 11.04 - both x86 and amd64 with this
little guest config:

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory=1024
maxvcpus = 2
serial='pty'
vcpus = 2
disk = [ 'file:/home/konrad/Downloads/ubuntu-11.10-desktop-amd64.iso,hdc:cdrom,r','phy:/dev/vg_guest/ubuntu1110,hda,w']
boot="dn"
vif = [ 'type=ioemu,model=e1000,mac=00:0f:4b:00:00:66, bridge=switch' ]
vnc=1
vnclisten="0.0.0.0"
usb=1
xen_platform_pci=1
usbdevice='tablet'

And found out that the i386 does not have PAE built in, so the whole Xen
subsystem is turned off (oops) - that actually looks like a bug b/c I think
the PV drivers in HVM mode ought to work in non-PAE mode.. It means that
the guest is running completly as HVM.

But then I thought - surely the x86_64 should work. So botted it up, saw
xen-platform-pci do the unplugging off the QEMU drivers, and .. then no
network nor any disk - it looks like both xen-netfront and xen-blkfront
don't get loaded? Looking in /lib/modules/*/ shows that they exist - so they
are compiled in.

Is that a known bug or should I open a BZ for that? Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-27 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 20:59 Ubuntu 11.04 (amd64 and i386) under Xen as PV on HVM guests don't load the PV drivers Konrad Rzeszutek Wilk
2012-03-27 14:41 ` Konrad Rzeszutek Wilk
2012-03-27 15:11   ` Stefan Bader
2012-03-27 15:13     ` Stefan Bader
2012-03-27 14:45 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.