<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/acpi-test-data/pc, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/acpi-test-data/pc?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/acpi-test-data/pc?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2018-11-05T18:23:31+00:00</updated>
<entry>
<title>tests: Move tests/acpi-test-data/ to tests/data/acpi/</title>
<updated>2018-11-05T18:23:31+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2018-11-02T11:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=438c78dab75e3b9d1bc8da1d5401da77c84e27b7'/>
<id>urn:sha1:438c78dab75e3b9d1bc8da1d5401da77c84e27b7</id>
<content type='text'>
Currently tests/acpi-test-data contains data files used by the
bios-tables-test, and configure individually symlinks those
data files into the build directory using a wildcard.

Using a wildcard like this is a bad idea, because if a new
data file is added, nothing causes configure to be rerun,
and so no symlink is added for the new file. This can cause
tests to spuriously fail when they can't find their data.
Instead, it's better to symlink an entire directory of
data files. We already have such a directory: tests/data.

Move the data files from tests/acpi-test-data/ to
tests/data/acpi/, and remove the unnecessary symlinking.

We can remove entirely the note in rebuild-expected-aml.sh
about copying any new data files, because now they will
be in the source directory, not the build directory, and
no copying is required.

(We can't just change the existing tests/acpi-test-data/
to being a symlinked directory, because if we did that and
a developer switched git branches from one after that change
to one before it then configure would end up trashing all
the test files by making them symlinks to themselves.
Changing their path avoids this annoyance.)

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests: update acpi expected files</title>
<updated>2018-09-07T21:43:22+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2018-09-07T21:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d2a1b1d602986a5f02658f6d4fc9ed422f8ddebf'/>
<id>urn:sha1:d2a1b1d602986a5f02658f6d4fc9ed422f8ddebf</id>
<content type='text'>
Fixes: dbb6da8ba7e ("pc: acpi: revert back to 1 SRAT entry for hotpluggable area")
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/acpi: update tables after memory hotplug changes</title>
<updated>2018-08-03T08:35:21+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2018-08-03T08:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1c707d6990eaf3db0c9dc4557bba5458977e9f8d'/>
<id>urn:sha1:1c707d6990eaf3db0c9dc4557bba5458977e9f8d</id>
<content type='text'>
Previous patch changes acpi tables, update expected
files accordingly.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/acpi-test: update ACPI tables test blobs</title>
<updated>2018-08-03T08:35:21+00:00</updated>
<author>
<name>Dou Liyang</name>
</author>
<published>2018-07-10T08:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=16e2841d2032347b9d22e5b37ac852771da9cc3b'/>
<id>urn:sha1:16e2841d2032347b9d22e5b37ac852771da9cc3b</id>
<content type='text'>
Now, QEmu adds a new check for memory-less NUMA nodes in build_srat().

It effects the ACPI test.

So, Update ACPI tables test blobs.

Signed-off-by: Dou Liyang &lt;douly.fnst@cn.fujitsu.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ACPI testing: test NFIT platform capabilities</title>
<updated>2018-06-01T16:20:38+00:00</updated>
<author>
<name>Ross Zwisler</name>
</author>
<published>2018-05-21T16:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=cab27afa10c241cb99df41f770b29cebd6a91e73'/>
<id>urn:sha1:cab27afa10c241cb99df41f770b29cebd6a91e73</id>
<content type='text'>
Add testing for the newly added NFIT Platform Capabilities Structure.

Signed-off-by: Ross Zwisler &lt;ross.zwisler@linux.intel.com&gt;
Suggested-by: Igor Mammedov &lt;imammedo@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>test/acpi-test-data: add ACPI tables for dimmpxm test</title>
<updated>2018-03-20T01:34:52+00:00</updated>
<author>
<name>Haozhong Zhang</name>
</author>
<published>2018-03-11T03:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e0e5c8583dd0f3912113011187ed7ef32f84c057'/>
<id>urn:sha1:e0e5c8583dd0f3912113011187ed7ef32f84c057</id>
<content type='text'>
Reviewers can use ACPI tables in this patch to run
test_acpi_{piix4,q35}_tcg_dimm_pxm cases.

Signed-off-by: Haozhong Zhang &lt;haozhong.zhang@intel.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>acpi-test: update FADT</title>
<updated>2018-02-13T16:25:48+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2018-02-08T17:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e89e7ea620f866ab42cbaa2de964552a3d2f7494'/>
<id>urn:sha1:e89e7ea620f866ab42cbaa2de964552a3d2f7494</id>
<content type='text'>
Previous commit ("tests: acpi: fix FADT not being compared to reference table")
started tracking changes to the FADT. Generate the expected FACP files -
apparently these weren't updated since 2013.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ACPI/unit-test: Add a testcase for RAM allocation in numa node</title>
<updated>2018-01-18T19:52:38+00:00</updated>
<author>
<name>Dou Liyang</name>
</author>
<published>2017-12-14T04:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d82c4f82e0233da642c36c40ef8da781fee689bc'/>
<id>urn:sha1:d82c4f82e0233da642c36c40ef8da781fee689bc</id>
<content type='text'>
As QEMU supports the memory-less node, it is possible that there is
no RAM in the first numa node(also be called as node0). eg:
  ... \
  -m 128,slots=3,maxmem=1G \
  -numa node -numa node,mem=128M \

But, this makes it hard for QEMU to build a known-to-work ACPI SRAT
table. Only fixing it is not enough.

Add a testcase for this situation to make sure the ACPI table is
correct for guest.

Suggested-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
Signed-off-by: Dou Liyang &lt;douly.fnst@cn.fujitsu.com&gt;
Reviewed-by: Igor Mammedov &lt;imammedo@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/acpi-test-data: update _CRS in DSDT</title>
<updated>2017-11-16T15:46:53+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2017-11-15T03:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=45bd4b1c099843565e1686f09ae307984a08a3d6'/>
<id>urn:sha1:45bd4b1c099843565e1686f09ae307984a08a3d6</id>
<content type='text'>
commit dadf988e81b15065ac1d6dbaf4b87b5b80c7b670
    hw/pci-host: Fix x86 Host Bridges 64bit PCI hole

Added a 64 bit hole to _CRS of PCI0.
Update the expected files accordingly.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>acpi-test: update expected files</title>
<updated>2017-05-29T00:07:57+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
</author>
<published>2017-05-29T00:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=811bf15114bff4d46735acedbd72b906616ce365'/>
<id>urn:sha1:811bf15114bff4d46735acedbd72b906616ce365</id>
<content type='text'>
commit 1a8d61ddbf ("pc: ACPI BIOS: use highest NUMA node for hotplug mem
hole SRAT entry") changed generated SRAT tables, update expected files
accordingly.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
</feed>
