Re: [Qemu-devel] [for-4.0 PATCH v4 4/9] qapi: Define PCIe link speed and width properties

2018-12-11 Thread Alex Williamson
On Tue, 11 Dec 2018 09:48:37 +0100 Markus Armbruster wrote: > Eric Blake writes: > > > On 12/7/18 10:41 AM, Alex Williamson wrote: > >> Create properties to be able to define speeds and widths for PCIe > >> links. The only tricky bit here is that our get and set callbacks > >> translate

Re: [Qemu-devel] [for-4.0 PATCH v4 4/9] qapi: Define PCIe link speed and width properties

2018-12-11 Thread Markus Armbruster
Eric Blake writes: > On 12/7/18 10:41 AM, Alex Williamson wrote: >> Create properties to be able to define speeds and widths for PCIe >> links. The only tricky bit here is that our get and set callbacks >> translate from the fixed QAPI automagic enums to those we define >> in PCI code to

Re: [Qemu-devel] [for-4.0 PATCH v4 4/9] qapi: Define PCIe link speed and width properties

2018-12-10 Thread Eric Blake
On 12/7/18 10:41 AM, Alex Williamson wrote: Create properties to be able to define speeds and widths for PCIe links. The only tricky bit here is that our get and set callbacks translate from the fixed QAPI automagic enums to those we define in PCI code to represent the actual register segment

[Qemu-devel] [for-4.0 PATCH v4 4/9] qapi: Define PCIe link speed and width properties

2018-12-07 Thread Alex Williamson
Create properties to be able to define speeds and widths for PCIe links. The only tricky bit here is that our get and set callbacks translate from the fixed QAPI automagic enums to those we define in PCI code to represent the actual register segment value. Cc: Eric Blake Tested-by: Geoffrey