On Thu, Mar 22, 2012 at 11:00:57AM +0100, Gerd Hoffmann wrote:
> Hi,
>
> > -#include "hw/qdev-addr.h"
> > +//#include "hw/qdev-addr.h"
>
> Minor nit: Just zap it instead of leaving it in commented out.
Oops, fixed.
> Looks fine otherwise.
>
> Acked-by: Gerd Hoffmann
>
> cheers,
> Gerd
>
Hi,
> -#include "hw/qdev-addr.h"
> +//#include "hw/qdev-addr.h"
Minor nit: Just zap it instead of leaving it in commented out.
Looks fine otherwise.
Acked-by: Gerd Hoffmann
cheers,
Gerd
Shortly before 1.0, we added helper functions / wrappers for doing PCI DMA
from individual devices. This makes what's going on clearer and means that
when we add IOMMU support somewhere in the future, only the general PCI
code will have to change, not every device that uses PCI DMA.
However, usb-
Shortly before 1.0, we added helper functions / wrappers for doing PCI DMA
from individual devices. This makes what's going on clearer and means that
when we add IOMMU support somewhere in the future, only the general PCI
code will have to change, not every device that uses PCI DMA.
However, usb-
Shortly before 1.0, we added helper functions / wrappers for doing PCI DMA
from individual devices. This makes what's going on clearer and means that
when we add IOMMU support somewhere in the future, only the general PCI
code will have to change, not every device that uses PCI DMA.
However, usb-