Re: [kvm-devel] [PATCH] libkvm: fix stack underflow in MMIO read write calls

2007-12-30 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: This patch complement 6eabe2ba30a673c4280df75b28520e0e1f4a2171 so that all callbacks used for MMIO read/write use the ABI exported in libkvm.h. This fixes the following warnings was reported at compile time : main.c:392: warning: initialization from

[kvm-devel] [PATCH] libkvm: fix stack underflow in MMIO read write calls

2007-12-27 Thread Carlo Marcelo Arenas Belon
This patch complement 6eabe2ba30a673c4280df75b28520e0e1f4a2171 so that all callbacks used for MMIO read/write use the ABI exported in libkvm.h. This fixes the following warnings was reported at compile time : main.c:392: warning: initialization from incompatible pointer type main.c:393: