summaryrefslogtreecommitdiff
path: root/tests/fw_cfg-test.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster1-1/+1
Provide a constructor that takes the base address in addition to the PC-specific one. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 1372254743-15808-12-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-04-17fw_cfg: add qtest test caseAnthony Liguori1-0/+141
This validates some basic characteristics of fw_cfg. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1366123521-4330-8-git-send-email-aliguori@us.ibm.com