From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MOZ-00052Z-RW for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:40:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9MOY-0001PR-0T for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:40:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MOX-0001Nk-Nj for qemu-devel@nongnu.org; Wed, 05 Sep 2012 16:40:17 -0400 From: Eduardo Habkost Date: Wed, 5 Sep 2012 17:41:06 -0300 Message-Id: <1346877673-9136-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] x86 CPU patches that didn't get into 1.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori , Igor Mammedov Hi, This is a small queue of patches that I consider "ready to go", that didn't enter QEMU 1.2. Eduardo Habkost (5): i386: add missing CPUID_* constants move CPU models from cpus-x86_64.conf to C eliminate cpus-x86_64.conf file x86_cpudef_setup: coding style change i386: kill cpudef config section support Peter Maydell (2): target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump Drop cpu_list_id macro Makefile | 1 - arch_init.c | 1 - cpus.c | 6 +- linux-user/main.c | 6 +- sysconfigs/target/cpus-x86_64.conf | 128 ------------ target-i386/cpu.c | 399 ++++++++++++++++++++++--------------- target-i386/cpu.h | 26 ++- 7 files changed, 269 insertions(+), 298 deletions(-) delete mode 100644 sysconfigs/target/cpus-x86_64.conf -- 1.7.11.4