From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVOnU-0005MR-5N for qemu-devel@nongnu.org; Tue, 10 Mar 2015 14:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVOnO-0002ew-WD for qemu-devel@nongnu.org; Tue, 10 Mar 2015 14:22:28 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55096 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVOnO-0002eU-Q4 for qemu-devel@nongnu.org; Tue, 10 Mar 2015 14:22:22 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 10 Mar 2015 19:22:14 +0100 Message-Id: <1426011740-17688-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/6] QOM CPUState patch queue 2015-03-10 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?= , Eduardo Habkost Hello Peter, This is my QOM CPU patch queue. Please pull. Regards, Andreas Cc: Peter Maydell Cc: Eduardo Habkost The following changes since commit 1976058109890892db8ec88bfd3273f79c459f= 6b: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into sta= ging (2015-03-10 14:01:22 +0000) 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 2994fd96d986578a342f2342501b4ad30f6d0a85: cpu: Make cpu_init() return QOM CPUState object (2015-03-10 17:33:51 +0= 100) ---------------------------------------------------------------- QOM CPUState and X86CPU * Add CPUClass documentation * Clean up X86CPU APIC realization * Cleanups around cpu_init() ---------------------------------------------------------------- Eduardo Habkost (4): target-unicore32: Make uc32_cpu_init() return UniCore32CPU m68k: Use cpu_m68k_init() unicore32: Use uc32_cpu_init() cpu: Make cpu_init() return QOM CPUState object Markus Armbruster (1): target-i386: Clean up misuse of qdev_init() in realize method Peter Maydell (1): cpu: Add missing documentation for some CPUClass methods bsd-user/main.c | 6 +++--- hw/m68k/dummy_m68k.c | 6 ++++-- hw/unicore32/puv3.c | 6 ++++-- include/qom/cpu.h | 12 ++++++++++++ linux-user/main.c | 10 +++++----- target-alpha/cpu.h | 9 +-------- target-arm/cpu.h | 9 +-------- target-cris/cpu.h | 9 +-------- target-i386/cpu.c | 8 ++------ target-i386/cpu.h | 9 +-------- target-lm32/cpu.h | 9 +-------- target-m68k/cpu.h | 9 +-------- target-microblaze/cpu.h | 9 +-------- target-mips/cpu.h | 9 +-------- target-moxie/cpu.h | 9 +-------- target-openrisc/cpu.h | 9 +-------- target-ppc/cpu.h | 9 +-------- target-s390x/cpu.h | 2 +- target-sh4/cpu.h | 9 +-------- target-sparc/cpu.h | 9 +-------- target-tricore/cpu.h | 10 +--------- target-unicore32/cpu.h | 6 ++++-- target-unicore32/helper.c | 10 ++-------- target-xtensa/cpu.h | 9 +-------- 24 files changed, 52 insertions(+), 150 deletions(-)