Re: [Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues

2019-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190619075643.10048-1-david.bren...@efs-auto.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues Type: series

Re: [Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues

2019-06-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190619075643.10048-1-david.bren...@efs-auto.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues Type: series

[Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues

2019-06-19 Thread David Brenken
From: David Brenken Hello everyone, as discussed here is the second version of the patchset. - We changed the implementation of the RRPW_INSERT to make use of tcg_gen_deposit_tl. - We added more information of the implementation of QSEED in the code and changed parts of the implementation. - We