[Libosinfo] [PATCH osinfo-db 2/3] os: Add q35/e1000e/ich9 for win2k8r2+ and win7+

Cole Robinson crobinso at redhat.com
Tue Oct 9 15:13:33 UTC 2018


I haven't explicitly tested either of these. However there's been users
of win7 and q35 in the wild, mostly for vga passthrough AFAICT, so this
should work. win2k8r2 is roughly the same vintage as win7

Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 data/os/microsoft.com/win-2k8r2.xml.in | 6 ++++++
 data/os/microsoft.com/win-7.xml.in     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/data/os/microsoft.com/win-2k8r2.xml.in b/data/os/microsoft.com/win-2k8r2.xml.in
index 2edb169..68d1f16 100644
--- a/data/os/microsoft.com/win-2k8r2.xml.in
+++ b/data/os/microsoft.com/win-2k8r2.xml.in
@@ -14,6 +14,12 @@
     <release-date>2009-10-22</release-date>
     <eol-date>2013-07-09</eol-date>
 
+    <devices>
+      <device id="http://qemu.org/chipset/x86_64/q35"/> <!-- q35 -->
+      <device id="http://pcisig.com/pci/8086/10d3"/> <!-- e1000e -->
+      <device id="http://pcisig.com/pci/8086/293e"/> <!-- ich9 -->
+    </devices>
+
     <media arch="x86_64">
       <iso>
         <volume-id>(GRMSXVOL|GRMSXFRER|GRMSHXVOL)_</volume-id>
diff --git a/data/os/microsoft.com/win-7.xml.in b/data/os/microsoft.com/win-7.xml.in
index fc196a0..6c8c819 100644
--- a/data/os/microsoft.com/win-7.xml.in
+++ b/data/os/microsoft.com/win-7.xml.in
@@ -182,6 +182,9 @@
 
     <devices>
       <device id="http://pcisig.com/pci/8086/2668"/> <!-- ich6 -->
+      <device id="http://qemu.org/chipset/x86_64/q35"/> <!-- q35 -->
+      <device id="http://pcisig.com/pci/8086/10d3"/> <!-- e1000e -->
+      <device id="http://pcisig.com/pci/8086/293e"/> <!-- ich9 -->
     </devices>
 
     <installer>
-- 
2.19.0




More information about the Libosinfo mailing list