RE: [PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-16 Thread ltaylorsimpson
> marco.lie...@oss.qualcomm.com; alex.ben...@linaro.org; > quic_mbur...@quicinc.com; sidn...@quicinc.com > Subject: Re: [PATCH v3 5/5] target/hexagon: Remove unreachable > > > On 4/14/2025 3:59 PM, ltaylorsimp...@gmail.com wrote: > > > >> -Original Message---

Re: [PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-16 Thread Brian Cain
; matheus.bernard...@oss.qualcomm.com; a...@rev.ng; a...@rev.ng; marco.lie...@oss.qualcomm.com; alex.ben...@linaro.org; quic_mbur...@quicinc.com; sidn...@quicinc.com Subject: RE: [PATCH v3 5/5] target/hexagon: Remove unreachable On Mon, 14 Apr 2025 11:19:38 -0600 wrote: -Original Message- From

RE: [PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-14 Thread ltaylorsimpson
d...@oss.qualcomm.com; a...@rev.ng; a...@rev.ng; > marco.lie...@oss.qualcomm.com; alex.ben...@linaro.org; > quic_mbur...@quicinc.com; sidn...@quicinc.com > Subject: RE: [PATCH v3 5/5] target/hexagon: Remove unreachable > > On Mon, 14 Apr 2025 11:19:38 -0600 wrote: > > > >

RE: [PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-14 Thread Matheus Tavares Bernardino
matheus.bernard...@oss.qualcomm.com; a...@rev.ng; > > a...@rev.ng; marco.lie...@oss.qualcomm.com; ltaylorsimp...@gmail.com; > > alex.ben...@linaro.org; quic_mbur...@quicinc.com; > > sidn...@quicinc.com > > Subject: [PATCH v3 5/5] target/hexagon: Remove unreachable > &g

RE: [PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-14 Thread ltaylorsimpson
e...@oss.qualcomm.com; ltaylorsimp...@gmail.com; > alex.ben...@linaro.org; quic_mbur...@quicinc.com; > sidn...@quicinc.com > Subject: [PATCH v3 5/5] target/hexagon: Remove unreachable > > We should raise an exception in the event that we encounter a packet that > can't be c

[PATCH v3 5/5] target/hexagon: Remove unreachable

2025-04-10 Thread Brian Cain
We should raise an exception in the event that we encounter a packet that can't be correctly decoded, not fault. Signed-off-by: Brian Cain --- target/hexagon/decode.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/target/hexagon/decode.c b/target/hexagon/decode.c index