Re: [Qemu-devel] [PATCH v11 06/17] hw/arm/smmuv3: Queue helpers

2018-04-16 Thread Peter Maydell
On 12 April 2018 at 08:37, Eric Auger wrote: > We introduce helpers to read/write into the command and event > circular queues. > > smmuv3_write_eventq and smmuv3_cmq_consume will become static > in subsequent patches. > > Invalidation commands are not yet dealt with. We do not cache > data that n

[Qemu-devel] [PATCH v11 06/17] hw/arm/smmuv3: Queue helpers

2018-04-12 Thread Eric Auger
We introduce helpers to read/write into the command and event circular queues. smmuv3_write_eventq and smmuv3_cmq_consume will become static in subsequent patches. Invalidation commands are not yet dealt with. We do not cache data that need to be invalidated. This will change with vhost integrati