X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fcxl%2Fcxl-mailbox-utils.c;h=6eff56fb1b345d1fd440f18c6b39541186157ac2;hb=95e008b9ddcd9756ee49a17dd3c25dedb295d51f;hp=b36557509710828b14b3b56286607a6d887822cf;hpb=f6b615b52d1d92f02103596a30df95f31138a2e4;p=mirror_qemu.git diff --git a/hw/cxl/cxl-mailbox-utils.c b/hw/cxl/cxl-mailbox-utils.c index b365575097..6eff56fb1b 100644 --- a/hw/cxl/cxl-mailbox-utils.c +++ b/hw/cxl/cxl-mailbox-utils.c @@ -431,7 +431,7 @@ static CXLRetCode cmd_identify_switch_device(const struct cxl_cmd *cmd, out = (struct cxl_fmapi_ident_switch_dev_resp_pl *)payload_out; *out = (struct cxl_fmapi_ident_switch_dev_resp_pl) { .num_physical_ports = num_phys_ports + 1, /* 1 USP */ - .num_vcss = 1, /* Not yet support multiple VCS - potentialy tricky */ + .num_vcss = 1, /* Not yet support multiple VCS - potentially tricky */ .active_vcs_bitmask[0] = 0x1, .total_vppbs = num_phys_ports + 1, .bound_vppbs = num_phys_ports + 1,