[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] cxl can not create region
From: |
Peter Maydell |
Subject: |
Re: [BUG] cxl can not create region |
Date: |
Mon, 15 Aug 2022 16:07:09 +0100 |
On Mon, 15 Aug 2022 at 15:55, Jonathan Cameron via <qemu-arm@nongnu.org> wrote:
> In the interests of defensive / correct handling from QEMU I took a
> look into why it was crashing. Turns out that providing a NULL write
> callback for
> the memory device region (that the above overlarge write was spilling into)
> isn't
> a safe thing to do. Needs a stub. Oops.
Yeah. We've talked before about adding an assert so that that kind of
"missing function" bug is caught at device creation rather than only
if the guest tries to access the device, but we never quite got around
to it...
-- PMM
- [BUG] cxl can not create region, Bobo WL, 2022/08/04
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/08
- Re: [BUG] cxl can not create region, Bobo WL, 2022/08/09
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/09
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/11
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/12
- Re: [BUG] cxl can not create region, Dan Williams, 2022/08/12
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/12
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/15
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/15
- Re: [BUG] cxl can not create region,
Peter Maydell <=
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/15
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/15
- Re: [BUG] cxl can not create region, Dan Williams, 2022/08/15
- Re: [BUG] cxl can not create region, Jonathan Cameron, 2022/08/17
RE: [BUG] cxl can not create region, Dan Williams, 2022/08/08