From: Hyeonggon Yoo <42.hyeyoo@gmail.com>
To: Jonathan Cameron <jonathan.cameron@huawei.com>,
Davidlohr Bueso <dave@stgolabs.net>, Fan Ni <fan.ni@samsung.com>,
"Michael S . Tsirkin" <mst@redhat.com>
Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com>,
linux-cxl@vger.kernel.org, qemu-devel@nongnu.org
Subject: [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c
Date: Fri, 22 Dec 2023 18:00:48 +0900 [thread overview]
Message-ID: <20231222090051.3265307-2-42.hyeyoo@gmail.com> (raw)
In-Reply-To: <20231222090051.3265307-1-42.hyeyoo@gmail.com>
Fix build errors in cxl_type3_stubs.c due to a the incorrect definition
of the qmp_cxl_{add,release}_dynamic_capacity functions.
Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
---
hw/mem/cxl_type3_stubs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/mem/cxl_type3_stubs.c b/hw/mem/cxl_type3_stubs.c
index 1b54ec028c..d913b11b4d 100644
--- a/hw/mem/cxl_type3_stubs.c
+++ b/hw/mem/cxl_type3_stubs.c
@@ -68,14 +68,14 @@ void qmp_cxl_inject_correctable_error(const char *path, CxlCorErrorType type,
error_setg(errp, "CXL Type 3 support is not compiled in");
}
-void qmp_cxl_add_dynamic_capacity(const char *path,
+void qmp_cxl_add_dynamic_capacity(const char *path, uint8_t region_id,
CXLDCExtentRecordList *records,
Error **errp)
{
error_setg(errp, "CXL Type 3 support is not compiled in");
}
-void qmp_cxl_release_dynamic_capacity(const char *path,
+void qmp_cxl_release_dynamic_capacity(const char *path, uint8_t region_id,
CXLDCExtentRecordList *records,
Error **errp)
{
--
2.39.3
next prev parent reply other threads:[~2023-12-22 9:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-22 9:00 [PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)" Hyeonggon Yoo
2023-12-22 9:00 ` Hyeonggon Yoo [this message]
2024-01-09 17:40 ` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c Jonathan Cameron via
2024-01-10 17:30 ` fan
2023-12-22 9:00 ` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read() Hyeonggon Yoo
2024-01-09 17:45 ` Jonathan Cameron via
2024-01-11 12:32 ` Jonathan Cameron via
2023-12-22 9:00 ` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled() Hyeonggon Yoo
2024-01-09 17:53 ` Jonathan Cameron via
2024-01-22 2:50 ` Hyeonggon Yoo
2024-04-01 18:44 ` Jonathan Cameron via
2023-12-22 9:00 ` [PATCH v2 4/4] hw/cxl/events: discard all event records during sanitation Hyeonggon Yoo
2024-01-01 21:38 ` Davidlohr Bueso
2024-01-09 17:55 ` Jonathan Cameron via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231222090051.3265307-2-42.hyeyoo@gmail.com \
--to=42.hyeyoo@gmail.com \
--cc=dave@stgolabs.net \
--cc=fan.ni@samsung.com \
--cc=jonathan.cameron@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).