diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-16 09:45:16 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-17 10:26:05 -0500 |
commit | c4efe1cada311b9dc0df5beb71c4227ff3414aa1 (patch) | |
tree | 2ca3cf1c4e87fa79ae10599e0a833f92942570b9 /configure | |
parent | 8a8fd63734944bf6f7111596bd9cc9db6afb9b7c (diff) |
qtest: add libqos including PCI support
This includes basic PCI support for the PC platform. Enough
abstraction should be present to support non-PC platforms too.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1366123521-4330-3-git-send-email-aliguori@us.ibm.com
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4511,7 +4511,7 @@ if [ "$pixman" = "internal" ]; then fi # build tree in object directory in case the source is not in the current directory -DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32" +DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos" DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas" DIRS="$DIRS roms/seabios roms/vgabios" DIRS="$DIRS qapi-generated" |