]> git.proxmox.com Git - mirror_qemu.git/commit
libqos: add fw_cfg support
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Apr 2013 14:45:17 +0000 (09:45 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Apr 2013 15:26:05 +0000 (10:26 -0500)
commit234c69c5f92f18d7692e859d2784edb17a88873f
tree3e2bb985360aeabec7893d3e0e32a976f3f2880c
parentc4efe1cada311b9dc0df5beb71c4227ff3414aa1
libqos: add fw_cfg support

fw_cfg is needed to get the top of memory which is necessary for
doing PCI allocation and allocating RAM for DMA.

Add a PC version of fw_cfg and enough abstraction to support other
platforms.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1366123521-4330-4-git-send-email-aliguori@us.ibm.com
tests/Makefile
tests/libqos/fw_cfg-pc.c [new file with mode: 0644]
tests/libqos/fw_cfg-pc.h [new file with mode: 0644]
tests/libqos/fw_cfg.c [new file with mode: 0644]
tests/libqos/fw_cfg.h [new file with mode: 0644]