Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 1530098844-236851-1-git-send-email-robert...@linux.intel.com
Subject: [Qemu-devel] [PATCH v2 0/5] Add Icelake CPU model
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
This patch set defines the new guest CPU models of Icelake.
The first patch adds support of IA32_PRED_CMD MSR (IBPB) and
IA32_ARCH_CAPABILITIES MSR.
Other patches add CPUID bits feature words for new features, like PCONFIG,
WBNOINVD. The final patch defines Icelake-{Server,Client} CPU models.
Ch