On Fri, Nov 21, 2014 at 11:18:52AM -0500, Don Slutz wrote: > c/s 9b23cfb76b3a5e9eb5cc899eaf2f46bc46d33ba4 > > or > > c/s b154537ad07598377ebf98252fb7d2aff127983b > > moved the testing of xen_enabled() from pc_init1() to > pc_machine_initfn(). > > xen_enabled() does not return the correct value in > pc_machine_initfn(). > > Changed vmport from a bool to an enum. Added the value "auto" to do > the old way. Move check of xen_enabled() back to pc_init1(). > > Signed-off-by: Don Slutz <dsl...@verizon.com> > Acked-by: Eric Blake <ebl...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Thanks for your patience with the many requests for changes. -- Eduardo