From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMUuG-0004VL-RZ for qemu-devel@nongnu.org; Thu, 11 Oct 2012 22:23:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMUuF-0008P0-LW for qemu-devel@nongnu.org; Thu, 11 Oct 2012 22:23:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53890 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMUuF-0008On-En for qemu-devel@nongnu.org; Thu, 11 Oct 2012 22:23:19 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 12 Oct 2012 04:23:03 +0200 Message-Id: <1350008589-30711-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] [PATCH v2 0/5] target-sparc: Preparations for CPUState part 4b series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson Hello Blue, These patches from my QOM CPUState part 4 series still apply to master. In whatever way we solve the TLB flushing (needed for CPU VMState), we'll need these. Can you please ack/apply? As a reminder, SPARCCPU and CPUState are the same pointer, whereas CPUSPARCState has been embedded into SPARCCPU. Therefore SPARCCPU is bein= g used as quickest way to get to both. Available from: git://github.com/afaerber/qemu-cpu.git qom-cpu-sparc https://github.com/afaerber/qemu-cpu/commits/qom-cpu-sparc Regards, Andreas Cc: Blue Swirl Cc: Richard Henderson v1 -> v2: * Cherry-picked sparc patches from QOM CPUState part 4 series. * Expanded commit messages, no functional changes. Andreas F=C3=A4rber (5): sun4m: Pass SPARCCPU to cpu_set_irq() sun4m: Pass SPARCCPU to cpu_kick_irq() sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create() sun4u: Pass SPARCCPU to cpu_kick_irq() sun4u: Pass SPARCCPU to cpu_set_ivec_irq() hw/sun4m.c | 11 +++++++---- hw/sun4u.c | 36 ++++++++++++++++++++---------------- 2 Dateien ge=C3=A4ndert, 27 Zeilen hinzugef=C3=BCgt(+), 20 Zeilen entfer= nt(-) --=20 1.7.10.4