On 12/17/19 5:08 PM, Peter Maydell wrote:
On Tue, 17 Dec 2019 at 16:02, Richard Henderson
wrote:
On Mon, 9 Dec 2019 at 03:46, Philippe Mathieu-Daudé wrote:
Instead of crashing in a confuse way, give some hint to the user
about why we aborted. He might report the issue without having
to use
On Tue, 17 Dec 2019 at 16:02, Richard Henderson
wrote:
>
> On Mon, 9 Dec 2019 at 03:46, Philippe Mathieu-Daudé wrote:
> >
> > Instead of crashing in a confuse way, give some hint to the user
> > about why we aborted. He might report the issue without having
> > to use a debugger.
> >
> >
On Mon, 9 Dec 2019 at 03:46, Philippe Mathieu-Daudé wrote:
>
> Instead of crashing in a confuse way, give some hint to the user
> about why we aborted. He might report the issue without having
> to use a debugger.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/arm/helper.c | 18
On 12/12/19 1:36 AM, Richard Henderson wrote:
On 12/9/19 8:00 AM, Alex Bennée wrote:
-#ifdef CONFIG_DEBUG_TCG
-assert(flags == rebuild_hflags_internal(env));
-#endif
+assert_hflags_rebuild_correctly(env);
I'm trying to recall why we don't just use:
g_assert_cmphex(flags, =,
On 12/9/19 8:00 AM, Alex Bennée wrote:
>> -#ifdef CONFIG_DEBUG_TCG
>> -assert(flags == rebuild_hflags_internal(env));
>> -#endif
>> +assert_hflags_rebuild_correctly(env);
>
> I'm trying to recall why we don't just use:
>
> g_assert_cmphex(flags, =, rebuild_hflags_internal(env))
>
> I
Patchew URL: https://patchew.org/QEMU/20191209134552.27733-1-phi...@redhat.com/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
Patchew URL: https://patchew.org/QEMU/20191209134552.27733-1-phi...@redhat.com/
Hi,
This series failed the docker-quick@centos7 build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
Philippe Mathieu-Daudé writes:
> Instead of crashing in a confuse way, give some hint to the user
> about why we aborted. He might report the issue without having
> to use a debugger.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/arm/helper.c | 18 +++---
> 1 file
Instead of crashing in a confuse way, give some hint to the user
about why we aborted. He might report the issue without having
to use a debugger.
Signed-off-by: Philippe Mathieu-Daudé
---
target/arm/helper.c | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git