[Qemu-devel] [PATCH 4/6] Move common option rom code to header file

2009-11-12 Thread Alexander Graf
We will have a linux boot option rom soon, so let's take all functionality that might be useful for both to a header file that both roms can include. That way we only have to write fw_cfg access code once. Signed-off-by: Alexander Graf --- pc-bios/optionrom/multiboot.S | 79 +-

[Qemu-devel] [PATCH 4/6] Move common option rom code to header file

2009-11-11 Thread Alexander Graf
We will have a linux boot option rom soon, so let's take all functionality that might be useful for both to a header file that both roms can include. That way we only have to write fw_cfg access code once. Signed-off-by: Alexander Graf --- pc-bios/optionrom/multiboot.S | 79 +-