Displaying 2 results from an estimated 2 matches for "vendor_detail".
Did you mean:
vendor_details
2016 Feb 09
0
Re: Help with Win10
...//github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231.
I think you meant to have those two compat ids be:
"PCI\\CC_010000";
"PCI\\CC_0100";
The current IDs in your code try to associate the viostor driver with
devices from vendor http://pcidatabase.com/vendor_details.php?id=406, which
I don't believe was your intent.
JP
On Tue, Feb 9, 2016 at 12:35 AM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Feb 09, 2016 at 12:20:35AM -0800, Joshua Pincus wrote:
> > Hi Rich,
> >
> > Thanks for the pointer. It looks like add_vi...
2016 Feb 09
2
Re: Help with Win10
On Tue, Feb 09, 2016 at 12:20:35AM -0800, Joshua Pincus wrote:
> Hi Rich,
>
> Thanks for the pointer. It looks like add_viostor_to_driver_database() is
> the routine that I need to mimic. I'll try that out in the morning. I've
> been staring at this problem for so long that my eyes are crossing.
I should note that any doubled \\ that appear in the strings are
really