From: Avi K. <av...@qu...> - 2008-01-31 08:03:35
|
Zhang, Xiantao wrote: > Avi Kivity wrote: > >> Zhang, Xiantao wrote: >> >>> +#define TO_LEGACY_IO(addr) (((addr&0x3ffffff) >> 12 << 2)|((addr) >>> & 0x3)) >>> >>> >> Please change to a function. Other than that, patch looks good. >> > Thanks ! Attached. :) > Xiantao > > From: Zhang Xiantao <xia...@in...> > Date: Thu, 31 Jan 2008 15:35:10 +0800 > Subject: [PATCH] kvm: qemu: Covert the mmio address space to port io in > userspace. > > IA64 also have no port io, but chipset is responsible for converting > some mmio to port io for keeping compatibility with legacy device. > Signed-off-by: Xiantao Zhang <xia...@in...> > Applied, thanks. -- error compiling committee.c: too many arguments to function |