Re: [RFC PATCH v2 3/3] hw/peci: add support for EndPointConfig reads

2022-09-13 Thread Peter Delevoryas
On Tue, Sep 13, 2022 at 06:21:49PM +, Titus Rwantare wrote: > Signed-off-by: Titus Rwantare > Reviewed-by: Hao Wu Reviewed-by: Peter Delevoryas > --- > hw/peci/peci-client.c | 63 ++ > hw/peci/peci-core.c| 44 +++-- >

[RFC PATCH v2 3/3] hw/peci: add support for EndPointConfig reads

2022-09-13 Thread Titus Rwantare
Signed-off-by: Titus Rwantare Reviewed-by: Hao Wu --- hw/peci/peci-client.c | 63 ++ hw/peci/peci-core.c| 44 +++-- include/hw/peci/peci.h | 23 +++ 3 files changed, 128 insertions(+), 2 deletions(-) diff --git