[Libosinfo] [PATCH v3 53/60] data: remove "virtio" and "ide" as buses

Daniel P. Berrange berrange at redhat.com
Mon Oct 12 17:11:14 UTC 2015


The virtio devices don't use a virtio bus, rather than virtio
protocol is layered over another bus like pci.

IDE is not a bus type we need to track compatibility for.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 data/schemas/libosinfo.rng | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/schemas/libosinfo.rng b/data/schemas/libosinfo.rng
index f957abc..b97e1cb 100644
--- a/data/schemas/libosinfo.rng
+++ b/data/schemas/libosinfo.rng
@@ -66,8 +66,6 @@
               <value>usb</value>
               <value>xen</value>
               <value>ps2</value>
-              <value>ide</value>
-              <value>virtio</value>
             </choice>
           </element>
         </optional>
-- 
2.4.3




More information about the Libosinfo mailing list