Re: [kvm-devel] [PATCH 1 of 6] Move IO handling code to a separate file

2008-01-16 Thread Avi Kivity
Hollis Blanchard wrote: > # HG changeset patch > # User Hollis Blanchard <[EMAIL PROTECTED]> > # Date 1200436754 21600 > # Node ID c6e8bf3f9f7c9705a0ad29f44fa148fe80a365ff > # Parent f22e390c06b78ffbcec4738112309f66267e3582 > This will allow other architectures to share it, since main.c is x86-onl

[kvm-devel] [PATCH 1 of 6] Move IO handling code to a separate file

2008-01-15 Thread Hollis Blanchard
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Date 1200436754 21600 # Node ID c6e8bf3f9f7c9705a0ad29f44fa148fe80a365ff # Parent f22e390c06b78ffbcec4738112309f66267e3582 This will allow other architectures to share it, since main.c is x86-only. Signed-off-by: Hollis Blanchard