Browse Source

hw/cxl: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
pull/318/head
Richard Henderson 1 year ago
parent
commit
2a3f565c52
  1. 2
      hw/cxl/switch-mailbox-cci.c

2
hw/cxl/switch-mailbox-cci.c

@ -65,7 +65,7 @@ static void cswmbcci_exit(PCIDevice *pci_dev)
/* Nothing to do here yet */
}
static Property cxl_switch_cci_props[] = {
static const Property cxl_switch_cci_props[] = {
DEFINE_PROP_LINK("target", CSWMBCCIDev,
target, TYPE_CXL_USP, PCIDevice *),
DEFINE_PROP_END_OF_LIST(),

Loading…
Cancel
Save