> +void
> +xen_disable_emulated_devices(struct xen_softc *sc)
> +{
> +#if defined(__i386__) || defined(__amd64__)just a nitpick, not in a position to comment on your patches but this has caught my eyes. So far everything was just generic or amd64 specific. Now you ifdef also for i386. Is that intentional? Thanks, Karel
