[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dyna
From: |
Jonathan Cameron |
Subject: |
Re: [PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents |
Date: |
Tue, 13 Feb 2024 17:44:05 +0000 |
> diff --git a/qapi/cxl.json b/qapi/cxl.json
> index 8cc4c72fa9..6b631f64f1 100644
> --- a/qapi/cxl.json
> +++ b/qapi/cxl.json
> @@ -25,7 +25,8 @@
> 'data': ['informational',
> 'warning',
> 'failure',
> - 'fatal']
> + 'fatal',
> + 'dyncap']
> }
Needs a docs update.
Upstream QEMU seems to have gained some stricter checks
so this just broke my build after a rebase.
Jonathan