]> git.proxmox.com Git - qemu.git/commit - hw/pc.c
Expose fw_cfg v2
authorAlexander Graf <agraf@suse.de>
Mon, 29 Jun 2009 13:37:38 +0000 (15:37 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 18:52:12 +0000 (13:52 -0500)
commitbf483392e6806225a7a7e03c57bad35530522cb9
treef6f1de19f497f5c1dcfe8f5dba47d92b7feaa1b1
parent1d108d9734f0734e2c6638c873fcd54ff8aa3ddf
Expose fw_cfg v2

Multiboot passes options to the option rom using the fw_cfg device.
Right now, that device is local to the bochs_bios_init function.

Let's change that and expose it, so everyone may put data in there.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c