-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Andrew David Wong: > On 2016-08-30 16:48, HW42 wrote: >> Hi, > >> this patch adds a column for SLAT support to the HCL table. So once the >> patch (see [0]) to qubes-hcl-report is merged this can be shown (for new >> HCL reports). A comment should be added when this is required (R4, required >> or "only" strongly recommended?). > >> HW42 > >> [0]: https://groups.google.com/d/msgid/qubes-devel/ >> 43a44609-fe28-38d3-d86b-8cd41438c555%40ipsumj.de > > > Possibly forgot the attachment on this one?
Yep ;] Second attempt. > Thanks, as always, HW42. :) -----BEGIN PGP SIGNATURE----- iQIsBAEBCgAWBQJXx3RIDxxodzQyQGlwc3Vtai5kZQAKCRDkrMknimRoFghaD/wN /pKt3Q/RrndO6BVDU2/EiTi4pI/Zo0M6DowjnfpS6xJlHWEPIKevoHkhNhchGRAZ VBUHX8G84IR1/jqTk2W0zg8xCkgp4cv/gJU6qV5bSrnQi13641GhwGHb3nsXns5o SWDKKQJJ3fv1HYB0HH4cvhX1vFCp3kbcti6g8MMj93UoR6nASP4hpLSupXi2GGoU qmNLLr0F627Z8Lpnt+wzz7TRFiDdT5UFs1WHtInlS+DecTGIKRSTg6UBJQPEMWVt ZbQocfMHc3pLi9yW8iXMIgViEqcorAoG0qeIydyDQyGQEu6YP48cmTrkoMK7GVRO +/povhJFOc6JJsPlCumncm32Y7sKWSuAzMyqz8oxA8V7FRCOybToSWD8GCPxbGPH jxD3C3BFLzLp4OcxQDLMQW8I766mpEa2PLpUdDlBQJN4qI0T9Xhn2JCs+0o5eM5l TW5ndGkAGn/ybhHZktgSb2iiwEKrj6lGltqK+XazwUOX/yn0LFJoZAyFt8f3z5P2 ryCF+T2BjqHgeR7wvI5LHcagjAo7qBtaPefPU5pYDp1I2kHdnyR2mbdeODmbR5c2 u4xKMQvFNxRWdJz/HmZ7LBPG7xxO/INtaX6eG6CyHu+KiK8iqrrCwELRNnTlyoxC llUkQNy8dic46A1tJ8hOoZuNUdxDVKQq2tugRiJPjQ== =Grjv -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/02bc0e0c-7033-0ff7-e6ed-e27a65301188%40ipsumj.de. For more options, visit https://groups.google.com/d/optout.
>From 3af30826249d710b6c23ecea9209887308a8a4e7 Mon Sep 17 00:00:00 2001 From: HW42 <[email protected]> Date: Tue, 30 Aug 2016 12:23:36 +0200 Subject: [PATCH] add SLAT to HCL table --- _includes/hcl-device.html | 2 ++ pages/hcl.html | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/_includes/hcl-device.html b/_includes/hcl-device.html index cbe31f2..9e83e0d 100644 --- a/_includes/hcl-device.html +++ b/_includes/hcl-device.html @@ -15,6 +15,8 @@ {% include hcl-cell.html param=param rowspan=rowspan %} {% assign param=device.iommu %} {% include hcl-cell.html param=param rowspan=rowspan %} + {% assign param=device.slat %} + {% include hcl-cell.html param=param rowspan=rowspan %} {% assign param=device.tpm %} {% include hcl-cell.html param=param rowspan=rowspan %} {% assign version = device.versions[0] %} diff --git a/pages/hcl.html b/pages/hcl.html index 0e6616a..a43c766 100644 --- a/pages/hcl.html +++ b/pages/hcl.html @@ -66,6 +66,14 @@ redirect_from: /compatible-hardware/ </td> </tr> <tr> + <td> + <a class='ext-link' href='https://en.wikipedia.org/wiki/SLAT'>SLAT</a> + </td> + <td> + Intel EPT or AMD NPT/RVI technology for hardware assisted paging (HAP) + </td> + </tr> + <tr> <td><a class='ext-link' href='https://en.wikipedia.org/wiki/Trusted_Platform_Module'>TPM</a></td> <td> TPM with proper BIOS support (required for <a class='ext-link' href='/doc/AntiEvilMaid/'>Anti Evil Maid</a>) @@ -103,6 +111,7 @@ redirect_from: /compatible-hardware/ <th style="width=42px">BIOS</th> <th style="width=32px">HVM</th> <th style="width=32px">IOMMU</th> + <th style="width=32px">SLAT</th> <th style="width=32px">TPM</th> <th style="width=42px">Qubes</th> <th style="width=42px">Xen</th> @@ -124,6 +133,7 @@ redirect_from: /compatible-hardware/ <th style="width=42px">BIOS</th> <th style="width=32px">HVM</th> <th style="width=32px">IOMMU</th> + <th style="width=32px">SLAT</th> <th style="width=32px">TPM</th> <th style="width=42px">Qubes</th> <th style="width=42px">Xen</th> @@ -145,6 +155,7 @@ redirect_from: /compatible-hardware/ <th style="width=42px">BIOS</th> <th style="width=32px">HVM</th> <th style="width=32px">IOMMU</th> + <th style="width=32px">SLAT</th> <th style="width=32px">TPM</th> <th style="width=42px">Qubes</th> <th style="width=42px">Xen</th> -- 2.9.3
0001-add-SLAT-to-HCL-table.patch.sig
Description: PGP signature
