On Sun, Apr 10, 2011 at 01:20:17PM +0300, Pekka Enberg wrote: > This patch cleans up the table-based setup for legacy devices to use > ioport__register(). > > Cc: Asias He <[email protected]> > Cc: Cyrill Gorcunov <[email protected]> > Cc: Ingo Molnar <[email protected]> > Signed-off-by: Pekka Enberg <[email protected]>
Looks good for me. Reviewed-by: Amos Kong <[email protected]> > --- > tools/kvm/include/kvm/ioport.h | 2 + > tools/kvm/ioport.c | 128 > ++++++++++++++++------------------------ > tools/kvm/kvm-run.c | 3 + > 3 files changed, 57 insertions(+), 76 deletions(-) > > diff --git a/tools/kvm/include/kvm/ioport.h b/tools/kvm/include/kvm/ioport.h > index b77f565..0218329 100644 > --- a/tools/kvm/include/kvm/ioport.h > +++ b/tools/kvm/include/kvm/ioport.h -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
