• G
    reset state for load_linux · d6ecb036
    Glauber Costa 提交于
    The linux loader is just an option rom like any other, just with
    some special requirements. Right now, our option rom resetting
    mechanism is not being applied to it. As a result, users using
    -kernel will not be able to successfully reboot their machines
    
    This patch fixes it by saving all the data we generated in
    the load_linux() function, to be used later by the option rom
    resetting mechanism.
    Signed-off-by: NGlauber Costa <glommer@redhat.com>
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    d6ecb036
pc.c 33.8 KB