From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axD4S-0007kM-3e for qemu-devel@nongnu.org; Mon, 02 May 2016 08:35:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axD4G-0000LQ-9l for qemu-devel@nongnu.org; Mon, 02 May 2016 08:35:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axD4G-0000Bq-54 for qemu-devel@nongnu.org; Mon, 02 May 2016 08:35:16 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1332810F1D5 for ; Mon, 2 May 2016 12:35:05 +0000 (UTC) From: Igor Mammedov Date: Mon, 2 May 2016 14:33:50 +0200 Message-Id: <1462192431-146342-42-git-send-email-imammedo@redhat.com> In-Reply-To: <1462192431-146342-1-git-send-email-imammedo@redhat.com> References: <1462192431-146342-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [RFC 41/42] tests: acpi: cpuhp: add expected SRAT tables and update DSDT with _PXM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com, ehabkost@redhat.com, marcel@redhat.com, eblake@redhat.com, armbru@redhat.com, drjones@redhat.com Signed-off-by: Igor Mammedov --- tests/acpi-test-data/pc/DSDT.cphp | Bin 6415 -> 6614 bytes tests/acpi-test-data/pc/SRAT.cphp | Bin 0 -> 304 bytes tests/acpi-test-data/q35/DSDT.cphp | Bin 9177 -> 9376 bytes tests/acpi-test-data/q35/SRAT.cphp | Bin 0 -> 304 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/acpi-test-data/pc/SRAT.cphp create mode 100644 tests/acpi-test-data/q35/SRAT.cphp diff --git a/tests/acpi-test-data/pc/DSDT.cphp b/tests/acpi-test-data/pc/DSDT.cphp index 35dec608a3c30695c08ec6afe9e27f9c32ea516c..948a5ecaeffe7a7c971453e9e158519116d28cbd 100644 GIT binary patch delta 247 zcmeA-x@OGf66_LkO_G6u(QhMHB|DRQ?BrJVc}(uXn^if!GqSm`I|oGgPM*u5KRJ*~ zWb#BVVTpuj^%#AY_+Y2_0B28wfFRdk=Kvq?B?*(IxfU>auuk5~Wi8JW57fo61f-Wi zgfHGdIE337NHAn%W<@sx)o^j6s9{7>!w6R6!#X*f+m@RbVb0`<+#*as;pJ$;44J$kWFI0N#Z~dH?_b delta 167 zcmca++;7C?66_MfFUi2bxNaj?B|DQt;N({Jc}x!On^if!Gftk!HJ{0wWwH^swGdyt ze{cx5Gmv1&$jpjv1`79}2s46({a7YH}2A literal 0 HcmV?d00001 diff --git a/tests/acpi-test-data/q35/DSDT.cphp b/tests/acpi-test-data/q35/DSDT.cphp index 98f2aa3e0888f3e923fbc1dfaf4c3f23e59636df..0d89375c616e22f7f7ba2b9650a7b2c7aca06c96 100644 GIT binary patch delta 315 zcmccVzQB{qCD)|JDE>fPlF*w zpCvxnDL%m2(;y(oHQ3qN*QEem%*8Qe@_Q*MHcn^%;1Hh4{L*%lGi9QfJXj|mm9duR zi3b|Su>@o!g9u+dPzg6k9YaQDR&+B^jgTyg8b%~Fj9@iBtdrwqZ54SD=5R5I@WTz_ mVuGn!kEV(lSrs!()qgZqEXb-@V52P%BFqRD_G6j+PS#eKAFi5<2`26%ha%1l6JLcY&H@wXkhk3& IEbq$-08V-^Pyhe` diff --git a/tests/acpi-test-data/q35/SRAT.cphp b/tests/acpi-test-data/q35/SRAT.cphp new file mode 100644 index 0000000000000000000000000000000000000000..ff2137642f488ec70b85207ed6c20e7351d61e98 GIT binary patch literal 304 zcmWFzattwGWME)4bMklg2v%^42yhMtiUEZfKx_~V!f+sf!DmF1XF}yOvY_!<(fDl0 pd`1npO;83GTmZW|po75R12aq^syaB21u74tQT&BzFU&Ml8UVWm2>}2A literal 0 HcmV?d00001 -- 1.8.3.1