[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v4 07/17] xen/arm: ITS: Add virtual ITS commands support



>> +int vgic_its_process_cmd(struct vcpu *v, struct vgic_its *vits)
>> +{
>> +    its_cmd_block virt_cmd;
>> +
>> +    ASSERT(spin_is_locked(&vits->lock));
>> +
>> +    do {
>> +        if ( vgic_its_read_virt_cmd(v, vits, &virt_cmd) )
>> +            goto err;
>> +        if ( vgic_its_parse_its_command(v, vits, &virt_cmd) )
>> +            goto err;
>> +        vgic_its_update_read_ptr(v, vits);
>> +    } while ( vits->cmd_write != vits->cmd_write_save );
>
> I can't find anywhere other than here where vits->cmd_write is touched.
> What am I missing?

   It is written by guest by GITS_CWRITER emulation in patch #9

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.