Re: [Qemu-devel] [PATCH] fix qruncom compilation problems

2010-12-09 Thread Isaku Yamahata
What is the reason to duplicate cpu_{in,out}[bwl]() instead of ioport-user.c? On Wed, Dec 08, 2010 at 01:49:11PM +0100, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- I had this patch lying around but I don't think I ever got qruncom to work

Re: [Qemu-devel] [PATCH] fix qruncom compilation problems

2010-12-09 Thread Paolo Bonzini
On 12/09/2010 04:32 AM, Isaku Yamahata wrote: What is the reason to duplicate cpu_{in,out}[bwl]() instead of ioport-user.c? That's the reason why I hadn't submitted the patch so far, it's not really finished. I also wanted to remove the need for mmap(MAP_FIXED). Paolo

[Qemu-devel] [PATCH] fix qruncom compilation problems

2010-12-08 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- I had this patch lying around but I don't think I ever got qruncom to work completely. Makefile.target |3 ++ tests/Makefile |7 ++-- tests/qruncom.c | 93 +++--- 3