Re: [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform

2016-08-17 Thread Paolo Bonzini
On 16/08/2016 18:02, no-re...@ec2-52-6-146-230.compute-1.amazonaws.com wrote: > ERROR: architecture specific defines should be avoided > #24: FILE: include/qemu/aarch64-cpuid.h:4: > +#if defined (__aarch64__) > > ERROR: architecture specific defines should be avoided > #62: FILE:

Re: [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform

2016-08-16 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 1471348968-4614-1-git-send-email-vijay.kil...@gmail.com Subject: [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform Type: series === TEST SCRIPT BEGIN

[Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform

2016-08-16 Thread vijay . kilari
From: Vijaya Kumar K The CPU MIDR_EL1 register is exposed to userspace for arm64 with the below patch. https://lkml.org/lkml/2016/7/8/467 Thunderx platform requires explicit prefetch instruction to provide prefetch hint. Using MIDR_EL1 information, provided by above