[SeaBIOS] [PATCH 1/3][Seabios] Add bitmap for cpu _EJ0 callback

Kevin O'Connor kevin at koconnor.net
Sat Jan 14 01:27:01 CET 2012


On Fri, Jan 13, 2012 at 12:11:30PM +0100, Vasilis Liaskovitis wrote:
> 
> Signed-off-by: Vasilis Liaskovitis <vasilis.liaskovitis at profitbricks.com>

The SeaBIOS change is okay with me, but the qemu/kvm change needs to
be accepted first.

[...]
>          Method (CPEJ, 2, NotSerialized) {
>              // _EJ0 method - eject callback
> +            Store(ShiftLeft(1, Arg0), PRE)
>              Sleep(200)
>          }

Is the Sleep() still needed?

-Kevin



More information about the SeaBIOS mailing list