Re: [Qemu-devel] [PATCH v3] Improve the alignment check infrastructure

2016-06-23 Thread Sergey Sorokin
I have sentA the fourth version of the patch. A A build failure was fixed.

[Qemu-devel] [PATCH v3] Improve the alignment check infrastructure

2016-06-23 Thread Sergey Sorokin
Some architectures (e.g. ARMv8) need the address which is aligned to a size more than the size of the memory access. To support such check it's enough the current costless alignment check implementation in QEMU, but we need to support an alignment size specifying. Signed-off-by: Sergey Sorokin --