]> git.proxmox.com Git - qemu.git/commit
PPC: E500: Implement msgsnd
authorAlexander Graf <agraf@suse.de>
Tue, 31 Jan 2012 02:19:23 +0000 (03:19 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 2 Feb 2012 01:47:47 +0000 (02:47 +0100)
commitd5d11a39a8f761c99276f20974de2f25928830c1
treef506222b8885da4ee448e477ce42240c6a1833c1
parent9e0b5cb1ecf5543864fad0628a17be23bb617ed7
PPC: E500: Implement msgsnd

This patch implements the msgsnd instruction. It is part of the
Embedded.Processor Control specification and allows one CPU to
IPI another CPU without going through an interrupt controller.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h
target-ppc/op_helper.c
target-ppc/translate.c