Re: [PATCH] hw/cxl/mbox: Remove dead code

2023-11-28 Thread Jonathan Cameron via
On Fri, 10 Nov 2023 15:26:40 -0800 Davidlohr Bueso wrote: > Two functions were reported to have dead code, remove the bogus > branches altogether, as well as a misplaced qemu_log call. > > Reported-by: Peter Maydell > Signed-off-by: Davidlohr Bueso LGTM. Michael, if you want to pick this up d

[PATCH] hw/cxl/mbox: Remove dead code

2023-11-10 Thread Davidlohr Bueso
Two functions were reported to have dead code, remove the bogus branches altogether, as well as a misplaced qemu_log call. Reported-by: Peter Maydell Signed-off-by: Davidlohr Bueso --- hw/cxl/cxl-mailbox-utils.c | 43 +- 1 file changed, 15 insertions(+), 28 d