Re: [PATCH] remove ppc functions from callbacks

2009-06-18 Thread Avi Kivity
On 06/16/2009 04:34 PM, Glauber Costa wrote: handle_powerpc_dcr_read() and handle_powerpc_dcr_write() are two powerpc specific functions that are called via libkvm callbacks. However, grepping the source code finds simply no use of them. This is probably due to the fact that powerpc now relies on

Re: [PATCH] remove ppc functions from callbacks

2009-06-16 Thread Hollis Blanchard
On Tue, 2009-06-16 at 09:34 -0400, Glauber Costa wrote: > handle_powerpc_dcr_read() and handle_powerpc_dcr_write() are two > powerpc specific functions that are called via libkvm callbacks. > However, grepping the source code finds simply no use of them. This > is probably due to the fact that powe

[PATCH] remove ppc functions from callbacks

2009-06-16 Thread Glauber Costa
handle_powerpc_dcr_read() and handle_powerpc_dcr_write() are two powerpc specific functions that are called via libkvm callbacks. However, grepping the source code finds simply no use of them. This is probably due to the fact that powerpc now relies on a totally qemu upstream implementation of kvm,