From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIdi-0002D7-Vi for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:22:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpIdd-0004I1-Jz for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:22:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:48691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIdd-0004Hn-Cz for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:22:49 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 22 Oct 2015 18:22:31 +0200 Message-Id: <1445530959-19309-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/8] QOM CPUState patch queue 2015-10-22 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?= , Peter Crosthwaite Hello Peter, This is my QOM CPU patch queue. Please pull. Remaining maintainers should've had more than enough time to object or ac= k now. Regards, Andreas Cc: Peter Maydell Cc: Peter Crosthwaite The following changes since commit ca3e40e233e87f7b29442311736a82da01c0df= 7b: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2015-10-22 12:41:44 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter for you to fetch changes up to 0960be7cffa7b30189f2f0f76b1ac3c8115660f3: disas: QOMify alpha specific disas setup (2015-10-22 15:49:40 +0200) ---------------------------------------------------------------- QOM CPUState and X86CPU * Adoption of CPUClass::disas_set_info() hook ---------------------------------------------------------------- Peter Crosthwaite (8): disas: QOMify s390x specific disas setup disas: QOMify moxie specific disas setup disas: QOMify m68k specific disas setup disas: QOMify sparc specific disas setup disas: QOMify lm32 specific disas setup disas: QOMify sh4 specific disas setup disas: QOMify mips specific disas setup disas: QOMify alpha specific disas setup disas.c | 55 ------------------------------------------------= ------ target-alpha/cpu.c | 8 ++++++++ target-lm32/cpu.c | 7 +++++++ target-m68k/cpu.c | 9 ++++++++- target-mips/cpu.c | 9 +++++++++ target-moxie/cpu.c | 7 +++++++ target-s390x/cpu.c | 8 ++++++++ target-sh4/cpu.c | 11 ++++++++++- target-sparc/cpu.c | 9 +++++++++ 9 files changed, 66 insertions(+), 57 deletions(-)