Re: [Qemu-devel] [PATCH v7 07/20] hw/arm/smmuv3: Queue helpers

2017-10-09 Thread Peter Maydell
On 1 September 2017 at 18:21, Eric Auger wrote: > We introduce helpers to read/write into the circular queues. > smmuv3_read_cmdq and smmuv3_write_evtq will become static > later on. > > Signed-off-by: Eric Auger See comments on a previous patch where I suggest a better way to implement the queu

[Qemu-devel] [PATCH v7 07/20] hw/arm/smmuv3: Queue helpers

2017-09-01 Thread Eric Auger
We introduce helpers to read/write into the circular queues. smmuv3_read_cmdq and smmuv3_write_evtq will become static later on. Signed-off-by: Eric Auger --- hw/arm/smmuv3-internal.h | 48 ++- hw/arm/smmuv3.c | 75