Re: [PATCH] tester: Limit simultaneous QEMU jobs to 1

2021-08-30 Thread Sebastian Huber
On 24/08/2021 20:45, Kinsey Moore wrote: diff --git a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini index 3beba06..581c59c 100644 --- a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini +++ b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini @@ -36,3 +36,4 @@

Re: [PATCH] tester: Limit simultaneous QEMU jobs to 1

2021-08-30 Thread Kinsey Moore
On 8/30/2021 12:12, Sebastian Huber wrote: On 24/08/2021 20:45, Kinsey Moore wrote: diff --git a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini index 3beba06..581c59c 100644 --- a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini +++ b/tester/rtems/testin

Re: [PATCH v1 2/5] cpukit: Add Exception Manager

2021-08-30 Thread Kinsey Moore
On 8/30/2021 07:50, Sebastian Huber wrote: On 30/08/2021 14:27, Kinsey Moore wrote: On 8/30/2021 00:42, Sebastian Huber wrote: Hello Kinsey, why can't you use the existing fatal error extension for this? You just have to test for an RTEMS_FATAL_SOURCE_EXTENSION source.  The fatal code is a p

Re: [PATCH v1 2/5] cpukit: Add Exception Manager

2021-08-30 Thread Kinsey Moore
On 8/30/2021 00:42, Sebastian Huber wrote: Hello Kinsey, why can't you use the existing fatal error extension for this? You just have to test for an RTEMS_FATAL_SOURCE_EXTENSION source. The fatal code is a pointer to the exception frame. Unfortunately, the fatal error extensions framework n

Re: [PATCH v1 2/5] cpukit: Add Exception Manager

2021-08-30 Thread Sebastian Huber
On 30/08/2021 14:27, Kinsey Moore wrote: On 8/30/2021 00:42, Sebastian Huber wrote: Hello Kinsey, why can't you use the existing fatal error extension for this? You just have to test for an RTEMS_FATAL_SOURCE_EXTENSION source.  The fatal code is a pointer to the exception frame. Unfortunate

Re: [PATCH v1 2/5] cpukit: Add Exception Manager

2021-08-30 Thread Sebastian Huber
Hello Kinsey, why can't you use the existing fatal error extension for this? You just have to test for an RTEMS_FATAL_SOURCE_EXTENSION source. The fatal code is a pointer to the exception frame. ___ devel mailing list devel@rtems.org http://lists.rtem

Re: [PATCH] tester: Limit simultaneous QEMU jobs to 1

2021-08-30 Thread Sebastian Huber
On 30/08/2021 20:32, Kinsey Moore wrote: On 8/30/2021 12:12, Sebastian Huber wrote: On 24/08/2021 20:45, Kinsey Moore wrote: diff --git a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini index 3beba06..581c59c 100644 --- a/tester/rtems/testing/bsps/a5