On Fri, 2012-10-05 at 18:05 +, Blue Swirl wrote:
> On Fri, Oct 5, 2012 at 5:33 PM, Alex Williamson
> wrote:
> > On Fri, 2012-10-05 at 17:22 +, Blue Swirl wrote:
> >> On Fri, Oct 5, 2012 at 5:11 PM, Alex Williamson
> >> wrote:
> >> > On Fri, 2012-10-05 at 16:54 +, Blue Swirl wrote:
> >
On Fri, Oct 5, 2012 at 5:33 PM, Alex Williamson
wrote:
> On Fri, 2012-10-05 at 17:22 +, Blue Swirl wrote:
>> On Fri, Oct 5, 2012 at 5:11 PM, Alex Williamson
>> wrote:
>> > On Fri, 2012-10-05 at 16:54 +, Blue Swirl wrote:
>> >> On Wed, Sep 26, 2012 at 5:19 PM, Alex Williamson
>> >> wrote:
On Fri, 2012-10-05 at 17:22 +, Blue Swirl wrote:
> On Fri, Oct 5, 2012 at 5:11 PM, Alex Williamson
> wrote:
> > On Fri, 2012-10-05 at 16:54 +, Blue Swirl wrote:
> >> On Wed, Sep 26, 2012 at 5:19 PM, Alex Williamson
> >> wrote:
> >> > +
> >> > +typedef struct QEMU_PACKED VFIOIRQSetFD {
> >
On Fri, Oct 5, 2012 at 5:11 PM, Alex Williamson
wrote:
> On Fri, 2012-10-05 at 16:54 +, Blue Swirl wrote:
>> On Wed, Sep 26, 2012 at 5:19 PM, Alex Williamson
>> wrote:
>> > +
>> > +typedef struct QEMU_PACKED VFIOIRQSetFD {
>> > +struct vfio_irq_set irq_set;
>> > +int32_t fd;
>> > +} V
On Fri, 2012-10-05 at 16:54 +, Blue Swirl wrote:
> On Wed, Sep 26, 2012 at 5:19 PM, Alex Williamson
> wrote:
> > +
> > +typedef struct QEMU_PACKED VFIOIRQSetFD {
> > +struct vfio_irq_set irq_set;
> > +int32_t fd;
> > +} VFIOIRQSetFD;
>
> I'm now getting this error from Clang:
>
> /sr
This:
struct vfio_iommu_type1_dma_map map = {
.argsz = sizeof(map),
.flags = VFIO_DMA_MAP_FLAG_READ,
.vaddr = (__u64)vaddr,
.iova = iova,
.size = size,
};
(around line 771)
breaks in my environment. I am in a crosschain environment on a i386
buildi