All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: USB virt status
@ 2005-11-11 23:23 Ian Pratt
  2005-11-13 18:28 ` USB virt status --- Help please!!! Harry Butterworth
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Pratt @ 2005-11-11 23:23 UTC (permalink / raw)
  To: harry, sanjay.kushwaha, mark.williamson, xen-devel

 
> I've spent a few days testing and fixing bugs and it's now 
> possible to create and mount a filesystem on a USB key in the 
> FE using this code.

Excellent, sounds promising.  
 
> I'm in the middle of debugging a problem where dom0 reboots 
> when flushing a big file to the USB key.  I didn't manage to 
> find a serial cable for a serial console this evening so I 
> don't have much to go on yet.

You could try 'noreboot' and stick to a text mode.

It'll be good to get USB functionality back in the tree.

Thanks,
Ian

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: USB virt status --- Help please!!!
@ 2005-11-15 22:36 Ian Pratt
  0 siblings, 0 replies; 15+ messages in thread
From: Ian Pratt @ 2005-11-15 22:36 UTC (permalink / raw)
  To: Muli Ben-Yehuda, Keir Fraser
  Cc: harry, xen-devel, sanjay.kushwaha, mark.williamson

> Since Andi's ZONE_DMA32 patches went in last night, how about 
> foregoing the up-front allocation of bounce buffers and 
> allocating them as necessary from ZONE_DMA32? once we have 
> that, we should be able to switch to swiotlb by default.

It's not quite that simple: We need memory that is machine contiguous,
which means we need to call into Xen with xen_alloc_contig.

Xen is unlikely to have any memory to allocate that is machine
contiguous to the current slab, which means we'd have to introduce
swiotlb to the notion of having multiple apertures. This wouldn't be a
bad thing, but would complicate the code.

Having multiple apertures does rather increase the chances that we'd
avoid the fatal problem of dma_alloc_single not being able to return
failure.

Ian

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

end of thread, other threads:[~2005-11-15 22:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 23:23 USB virt status Ian Pratt
2005-11-13 18:28 ` USB virt status --- Help please!!! Harry Butterworth
2005-11-14  9:56   ` Keir Fraser
2005-11-14 10:12     ` harry
2005-11-14 10:27       ` harry
2005-11-14 10:33       ` Keir Fraser
2005-11-14 17:30         ` Stephen C. Tweedie
2005-11-14 18:42           ` Keir Fraser
2005-11-14 18:50             ` Stephen C. Tweedie
2005-11-14 20:36               ` Harry Butterworth
2005-11-14 21:00                 ` Muli Ben-Yehuda
2005-11-14 21:46               ` Muli Ben-Yehuda
2005-11-15 10:23                 ` Keir Fraser
2005-11-15 19:14                   ` Muli Ben-Yehuda
  -- strict thread matches above, loose matches on Subject: below --
2005-11-15 22:36 Ian Pratt

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.