diff options
| author | liguang | 2013-12-17 20:42:38 +0100 |
|---|---|---|
| committer | Peter Maydell | 2013-12-17 21:12:51 +0100 |
| commit | a01c005327007562f3313f3efe235f77309db809 (patch) | |
| tree | ba7384d1419fb9905dc13618e1cb8b61ee550493 /tests/qom-test.c | |
| parent | hw/arm: add allwinner a10 SoC support (diff) | |
| download | qemu-a01c005327007562f3313f3efe235f77309db809.tar.gz qemu-a01c005327007562f3313f3efe235f77309db809.tar.xz qemu-a01c005327007562f3313f3efe235f77309db809.zip | |
hw/arm: add cubieboard support
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1387159292-10436-6-git-send-email-lig.fnst@cn.fujitsu.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/qom-test.c')
| -rw-r--r-- | tests/qom-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qom-test.c b/tests/qom-test.c index f67f7c2f09..5e5af7a50f 100644 --- a/tests/qom-test.c +++ b/tests/qom-test.c @@ -71,6 +71,7 @@ static const char *arm_machines[] = { "highbank", "midway", "canon-a1100", + "cubieboard", }; static const char *cris_machines[] = { |
