]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 23 Apr 2023 16:20:08 +0000 (17:20 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 19 May 2023 14:30:46 +0000 (10:30 -0400)
commitb6aab4597173f5d112a8aa0f3ded502cfb7042a9
tree05a92f497df9b7b17fd472f0b9e1db67a06186cc
parent6a36a4ced803838cbba5f90b1b765d8ef6255115
hw/cxl: rename mailbox return code type from ret_code to CXLRetCode

Given the increasing usage of this mailbox return code type, now
is a good time to switch to QEMU style naming.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20230423162013.4535-2-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/cxl/cxl-mailbox-utils.c