[SeaBIOS] [PATCH v17] Add pvpanic device driver

Laszlo Ersek lersek at redhat.com
Wed May 15 09:21:54 CEST 2013


On 04/05/13 09:17, Hu Tao wrote:

> +            Method(RDPT, 0, NotSerialized) {
> +                Store(PEPT, Local0)
> +                Return (Local0)
> +            }
> +
> +            Method(WRPT, 1, NotSerialized) {
> +                Store(Arg0, PEPT)
> +            }

Please excuse my asking, I haven't been following this -- who's supposed
to call these methods? The latest guest kernel patch I managed to find
([PATCH v7] kvm: notify host when the guest is panicked -- probably
obsolete by now) appears to do a direct outl().

Thanks,
Laszlo




More information about the SeaBIOS mailing list