[Qemu-devel] [PATCH 2/6 v6] ppc: Add interface to inject interrupt to guest

2014-07-10 Thread Bharat Bhushan
This patch adds interface to inject interrupt to guest. Currently a void program check exception function added. Follow up patch will use this interface to inject program check exception to guest Signed-off-by: Bharat Bhushan bharat.bhus...@freescale.com --- v5-v6 - replace debug with program

Re: [Qemu-devel] [PATCH 2/6 v6] ppc: Add interface to inject interrupt to guest

2014-07-10 Thread Alexander Graf
On 10.07.14 12:57, Bharat Bhushan wrote: This patch adds interface to inject interrupt to guest. Currently a void program check exception function added. Follow up patch will use this interface to inject program check exception to guest Signed-off-by: Bharat Bhushan