]> Git Repo - qemu.git/commit
qapi: Define PCIe link speed and width properties
authorAlex Williamson <[email protected]>
Wed, 12 Dec 2018 19:39:08 +0000 (12:39 -0700)
committerMichael S. Tsirkin <[email protected]>
Wed, 19 Dec 2018 21:48:16 +0000 (16:48 -0500)
commit4695a2c50076879000ddde9f80d07bbcacfa0f26
tree36128e0fa00550422f872594ad242df509a6e0ff
parent727b48661f757678f7f42f557ddac072c5a49721
qapi: Define PCIe link speed and width properties

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 <[email protected]>
Tested-by: Geoffrey McRae <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/core/qdev-properties.c
include/hw/qdev-properties.h
qapi/common.json
This page took 0.022292 seconds and 4 git commands to generate.