Re: [Qemu-devel] [PATCH 00/13] Support disabling TCG on ARM

2018-11-14 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181113165247.4806-1-sa...@linux.intel.com Type: series Subject: [Qemu-devel] [PATCH 00/13] Support disabling TCG on ARM === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH 00/13] Support disabling TCG on ARM

2018-11-13 Thread Samuel Ortiz
This patchset allows for building and running ARM targets with TCG disabled. It splits the target/arm/helper.c file into logical TCG and non TCG dependent files so that one can build and run QEMU binaries with or without TCG enabled. The rationale behind this work comes from the NEMU project where