diff options
| author | Anthony Liguori | 2013-04-16 16:45:19 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-04-17 17:27:28 +0200 |
| commit | 9bda413c96c3c7cced25ee4509c74d71e40f094d (patch) | |
| tree | 1468e79fad716a74b7349a8d8710b7fc434fab39 /tests/Makefile | |
| parent | libqos: add malloc support (diff) | |
| download | qemu-9bda413c96c3c7cced25ee4509c74d71e40f094d.tar.gz qemu-9bda413c96c3c7cced25ee4509c74d71e40f094d.tar.xz qemu-9bda413c96c3c7cced25ee4509c74d71e40f094d.zip | |
i440fx-test: add test to compare default register values
This test compares all of the default register values against the
spec. It turns out we deviate in quite a few places. These
places are really only visible to the BIOS though which is why
this hasn't created any problems.
The deviation actually happens in the core PCI layer so I suspect
it's not a simple fix if we really care to fix it. For now, just
disable the affected checks.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1366123521-4330-6-git-send-email-aliguori@us.ibm.com
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index cafbb2726f..6c4b9103e9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -54,6 +54,7 @@ gcov-files-i386-y = hw/fdc.c check-qtest-i386-y += tests/hd-geo-test$(EXESUF) gcov-files-i386-y += hw/hd-geometry.c check-qtest-i386-y += tests/rtc-test$(EXESUF) +check-qtest-i386-y += tests/i440fx-test$(EXESUF) check-qtest-x86_64-y = $(check-qtest-i386-y) gcov-files-i386-y += i386-softmmu/hw/mc146818rtc.c gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y)) @@ -125,6 +126,7 @@ tests/m48t59-test$(EXESUF): tests/m48t59-test.o tests/fdc-test$(EXESUF): tests/fdc-test.o tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o tests/tmp105-test$(EXESUF): tests/tmp105-test.o +tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) # QTest rules |
