On Thu, Jun 09, 2011 at 04:41:40PM +0300, Zeeshan Ali wrote: > From: "Zeeshan Ali (Khattak)" <[email protected]> > > Like this? > --- > data/oses/rhel.xml | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/data/oses/rhel.xml b/data/oses/rhel.xml > index 9218fc9..585e76a 100644 > --- a/data/oses/rhel.xml > +++ b/data/oses/rhel.xml > @@ -20,10 +20,16 @@ > <name>Red Hat Enterprise Linux 5.6</name> > <version>5.6</version> > <vendor>Red Hat, Inc</vendor> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"> > + </devices> > </os> > > <os id="http://redhat.com/rhel/5.7"> > <short-id>rhel-5.7</short-id> > + <derives id="http://redhat.com/rhel/5.6"/> > <name>Red Hat Enterprise Linux 5.7</name> > <version>5.7</version> > <vendor>Red Hat, Inc</vendor> > @@ -35,10 +41,17 @@ > <name>Red Hat Enterprise Linux 6.0</name> > <version>6.0</version> > <vendor>Red Hat, Inc</vendor> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"> > + <device id="http://www.linux-usb.org/usb.ids/80ee/0021"> > + </devices> > </os> > > <os id="http://redhat.com/rhel/6.1"> > <short-id>rhel-6.1</short-id> > + <derives id="http://redhat.com/rhel/6.0"/> > <name>Red Hat Enterprise Linux 6.1</name> > <version>6.1</version> > <vendor>Red Hat, Inc</vendor>
s/derives/upgrades/ here, but aside from that, yes. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
