From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: pv_ops dom0 USB fixed Date: Tue, 16 Dec 2008 01:34:29 -0800 Message-ID: <49477625.1030903@goop.org> References: <4940210C.1060401@goop.org> <4942E6FD.6080601@goop.org> <1e16a9ed0812131102s79d231depef1466fda8e2b897@mail.gmail.com> <1e16a9ed0812131753m3412e3ffgd9028185c90c2c40@mail.gmail.com> <1229334549.25349.82.camel@zakaz.uk.xensource.com> <1e16a9ed0812151015v50867776l100c1830380f8411@mail.gmail.com> <4946BBF5.30508@goop.org> <1e16a9ed0812152104r3de1c0c6q58fa7471ed9d9a00@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1e16a9ed0812152104r3de1c0c6q58fa7471ed9d9a00@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: deshantm@gmail.com Cc: Xen-devel , Andrew Lyon , Aviv Grafi , Ian Campbell List-Id: xen-devel@lists.xenproject.org Todd Deshane wrote: > > So I've been getting things going on my test box here. What I've > observed: > > When I set the SATA controller to either "Legacy" mode or "Native > / IDE" mode in the BIOS, it works fine. > > When I set it to AHCI, I see the same timeouts on IDENTIFY, but > the DVD drive is detected properly. > > USB seems to be working fine. If I plug in a memory stick, I can > mount the filesystem and read things from it. > > > In these logs, it looks like you've overlooked the patch I added > on Friday (vmap-allow-unflush-tlb.patch), and your udevd processes > have been caught up in a deadlock which is preventing them from > doing their thing. I suspect that's the root cause of your problems. > > J > > > You are right. I hadn't had a chance to try the latest kernel until today. > > I can now boot the usb disk with no problem. Good. > I can also now boot the hard drive in ATA mode (in the bios called > RAID, with a > note that says if not labeled then ATA mode) Excellent. > I also was able to create an HVM guest (ubuntu 8.04 from an ISO file) Oh, good, I hadn't tried that yet. The dom0 kernel doesn't really care much whether domains are pv or hvm, but its nice to know it works. > Will I be able to do passthrough stuff on this VT-d box? No, I haven't looked at passthrough at all yet. > So in general the dom0 kernel seems quite functional. > > Some kinks to work out here and there, but it seems > quite usable (with some limitations). > > What is the plan going forward? > > What else needs to be tested etc.? Well, it would be nice to get to the bottom of why AHCI isn't working. If legacy mode works OK, then I guess that's an acceptable workaround for now. But it does suggest there's something screwy going on that will probably bite us on other devices too. The big missing feature is netback. Once that's done all the major functionality will be present. At that point the the TODO list would be something along the lines of: * blktap * MSI support * other backends (framebuffer, pci passthrough, etc) * wider testing on more hardware * performance tuning * complete decommissioning of 2.6.18-xen J