qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/5] include/hw/cxl: Include hw/cxl/*.h where needed


From: Jonathan Cameron
Subject: Re: [PATCH 2/5] include/hw/cxl: Include hw/cxl/*.h where needed
Date: Mon, 12 Dec 2022 10:33:01 +0000

On Fri,  9 Dec 2022 14:47:59 +0100
Markus Armbruster <armbru@redhat.com> wrote:

> hw/cxl/cxl_component.h needs CDATObject from hw/cxl/cxl_cdat.h.
> 
> hw/cxl/cxl_device.h needs CXLComponentState from
> hw/cxl/cxl_component.h.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Thanks,

> ---
>  include/hw/cxl/cxl_component.h | 1 +
>  include/hw/cxl/cxl_device.h    | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/include/hw/cxl/cxl_component.h b/include/hw/cxl/cxl_component.h
> index 34075cfb72..5dca21e95b 100644
> --- a/include/hw/cxl/cxl_component.h
> +++ b/include/hw/cxl/cxl_component.h
> @@ -18,6 +18,7 @@
>  #include "qemu/compiler.h"
>  #include "qemu/range.h"
>  #include "qemu/typedefs.h"
> +#include "hw/cxl/cxl_cdat.h"
>  #include "hw/register.h"
>  #include "qapi/error.h"
>  
> diff --git a/include/hw/cxl/cxl_device.h b/include/hw/cxl/cxl_device.h
> index fd475b947b..3f91969db0 100644
> --- a/include/hw/cxl/cxl_device.h
> +++ b/include/hw/cxl/cxl_device.h
> @@ -10,6 +10,7 @@
>  #ifndef CXL_DEVICE_H
>  #define CXL_DEVICE_H
>  
> +#include "hw/cxl/cxl_component.h"
>  #include "hw/pci/pci.h"
>  #include "hw/register.h"
>  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]