Re: [Libosinfo] [PATCH db-tools 00/11] Misc changes for split DB toolchain

2016-07-05 Thread Fabiano Fidêncio
On Tue, Jul 5, 2016 at 4:04 PM, Daniel P. Berrange wrote: > Ping, would love a review on this series, as its a pre-requisite > for being able to split off the OS database. Sure, I'll do it as the first thing Tomorrow. > > On Tue, Jun 28, 2016 at 04:52:26PM +0100, Daniel P. Berrange wrote: >> Thi

Re: [Libosinfo] [PATCH db-tools 00/11] Misc changes for split DB toolchain

2016-07-05 Thread Daniel P. Berrange
Ping, would love a review on this series, as its a pre-requisite for being able to split off the OS database. On Tue, Jun 28, 2016 at 04:52:26PM +0100, Daniel P. Berrange wrote: > This series contains a bunch of small-ish patches doing > random fixes and enhancements to the osinfo-db-tools > packa

[Libosinfo] [PATCH] fedora: record when virtio devices were made available

2016-07-05 Thread Daniel P. Berrange
We currently only record virtio-net, virtio-blk data against Fedora. virtio-9p, virtio-balloon and virtio-console were also all available in Fedora 9 kernels, with virtio-rng added in Fedora 10 and virtio-scsi in Fedora 17. The virtio-1.0 devices all appeared in Fedora 23 guest kernels Signed-off

Re: [Libosinfo] [PATCH 2/2] fedora: Add F24 info & testcases

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 01:18:45PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Fedora 24 with virtio-gpu support. > > Signed-off-by: Marc-André Lureau > --- > data/os/fedoraproject.org/fedora-24.xml.in | 171 > + > data/os/fedoraproject.

Re: [Libosinfo] [PATCH 1/2] device: add virtio-gpu

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 08:13:10AM -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > On Tue, Jul 05, 2016 at 01:18:44PM +0200, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > virtio-gpu is a non-legacy device, so device_id is always 0x10 + 0x1

[Libosinfo] [PATCH] Add missing virtio PCI devices

2016-07-05 Thread Daniel P. Berrange
We were missing virtio-rng and virtio-scsi, as well as all the virtio 1.0 device variants, which have different PCI IDS The pci.ids file lists the following known devices 1000 Virtio network device 1001 Virtio block device 1002 Virtio memory balloon 1003 Virtio

Re: [Libosinfo] [PATCH 1/2] device: add virtio-gpu

2016-07-05 Thread Marc-André Lureau
Hi - Original Message - > On Tue, Jul 05, 2016 at 01:18:44PM +0200, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > virtio-gpu is a non-legacy device, so device_id is always 0x10 + 0x1040. > > By non-legacy, you mean it is always a virtio-1.0 device ? Yes > > W

Re: [Libosinfo] [PATCH 1/2] device: add virtio-gpu

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 01:18:44PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > virtio-gpu is a non-legacy device, so device_id is always 0x10 + 0x1040. By non-legacy, you mean it is always a virtio-1.0 device ? We've previously discussed that we probably need to add

[Libosinfo] [PATCH 1/2] device: add virtio-gpu

2016-07-05 Thread marcandre . lureau
From: Marc-André Lureau virtio-gpu is a non-legacy device, so device_id is always 0x10 + 0x1040. Signed-off-by: Marc-André Lureau --- configure.ac| 1 + data/device/pcisig.com/Makefile.am | 1 + data/device/pcisig.com/pci-1af4-1050.d/Mak

[Libosinfo] [PATCH 2/2] fedora: Add F24 info & testcases

2016-07-05 Thread marcandre . lureau
From: Marc-André Lureau Fedora 24 with virtio-gpu support. Signed-off-by: Marc-André Lureau --- data/os/fedoraproject.org/fedora-24.xml.in | 171 + data/os/fedoraproject.org/fedora-unknown.xml.in| 12 +- po/POTFILES.in | 1

[Libosinfo] [PATCH 0/2] virtio-gpu & fedora 24

2016-07-05 Thread marcandre . lureau
From: Marc-André Lureau Add fedora 24 and virtio-gpu, so Boxes can start creating virgl-enabled VMs :) Marc-André Lureau (2): device: add virtio-gpu fedora: Add F24 info & testcases configure.ac | 1 + data/device/pcisig.com/Makefile.am