summaryrefslogtreecommitdiffstats
path: root/tests/libqos/malloc-pc.c
diff options
context:
space:
mode:
authorMarkus Armbruster2013-06-26 15:52:22 +0200
committerAnthony Liguori2013-07-18 20:27:47 +0200
commit26491a388ce69d80c6d7d2b15ddf93d4399f04bc (patch)
treee63510dc6531157286f601f8d28d59ad955772a3 /tests/libqos/malloc-pc.c
parentboot-order-test: Add tests for Sun4m (diff)
downloadqemu-26491a388ce69d80c6d7d2b15ddf93d4399f04bc.tar.gz
qemu-26491a388ce69d80c6d7d2b15ddf93d4399f04bc.tar.xz
qemu-26491a388ce69d80c6d7d2b15ddf93d4399f04bc.zip
libqos: Generalize I/O-mapped fw_cfg
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>
Diffstat (limited to 'tests/libqos/malloc-pc.c')
-rw-r--r--tests/libqos/malloc-pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libqos/malloc-pc.c b/tests/libqos/malloc-pc.c
index adc36c4731..db1496c667 100644
--- a/tests/libqos/malloc-pc.c
+++ b/tests/libqos/malloc-pc.c
@@ -11,7 +11,7 @@
*/
#include "libqos/malloc-pc.h"
-#include "libqos/fw_cfg-pc.h"
+#include "libqos/fw_cfg.h"
#define NO_QEMU_PROTOS
#include "hw/nvram/fw_cfg.h"