From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF4z6-0005Lr-MR for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF4z0-0001Mp-I4 for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:17:40 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:51966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF4z0-0001Mj-D9 for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:17:34 -0400 Received: by obbta14 with SMTP id ta14so3146319obb.4 for ; Fri, 21 Sep 2012 08:17:33 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1348238315-29748-1-git-send-email-afaerber@suse.de> References: <1348238315-29748-1-git-send-email-afaerber@suse.de> Date: Fri, 21 Sep 2012 10:17:30 -0500 Message-ID: <87obkz8kxh.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= , qemu-devel@nongnu.org Cc: Igor Mammedov , Don Slutz , Richard Henderson , Eduardo Habkost Andreas F=C3=A4rber writes: > Hello Anthony, > > Please pull a small batch of CPUState-related patches towards x86 CPU hot= plug > and fixing some issues with alpha-linux-user. > > The branch is mirrored on both GitHub and repo.or.cz for your > convenience. :-) Thank you! repo.or.cz tends to be not responsive 30% of the time I try to merge pull requests. I would strongly recommend people use other hosting providers. > Regards, > Andreas > > P.S. Will be mostly offline throughout next week. Thanks for the heads up. Enjoy your holiday! Regards, Anthony Liguori > > > Cc: Anthony Liguori > > Cc: Eduardo Habkost > Cc: Igor Mammedov > Cc: Don Slutz > Cc: Richard Henderson > > The following changes since commit c26032b2c91721245bfec542d94f37a0238e98= 6e: > > target-xtensa: don't emit extra tcg_gen_goto_tb (2012-09-21 03:07:27 +0= 400) > > are available in the git repository at: > > git://github.com/afaerber/qemu-cpu.git qom-cpu > > for you to fetch changes up to eeed53faccb82e17d2a4f31705eb1c5719f6e614: > > target-alpha: Make cpu_alpha_init() reentrant (2012-09-21 15:12:59 +020= 0) > > ---------------------------------------------------------------- > Andreas F=C3=A4rber (2): > MAINTAINERS: Add entry for QOM CPU > target-i386: Drop unused setscalar() macro > > Eduardo Habkost (5): > target-i386: Add missing CPUID_* constants > target-i386: Move CPU models from cpus-x86_64.conf to C > Eliminate cpus-x86_64.conf file > target-i386: x86_cpudef_setup() coding style change > target-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 > > Richard Henderson (2): > target-alpha: Initialize env->cpu_model_str > target-alpha: Make cpu_alpha_init() reentrant > > MAINTAINERS | 6 + > Makefile | 1 - > arch_init.c | 1 - > cpus.c | 6 +- > linux-user/main.c | 6 +- > sysconfigs/target/cpus-x86_64.conf | 128 ----------- > target-alpha/translate.c | 7 +- > target-i386/cpu.c | 411 +++++++++++++++++++++---------= ------ > target-i386/cpu.h | 26 ++- > 9 Dateien ge=C3=A4ndert, 281 Zeilen hinzugef=C3=BCgt(+), 311 Zeilen entf= ernt(-) > delete mode 100644 sysconfigs/target/cpus-x86_64.conf