Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2024-10-14 Thread BALATON Zoltan
On Mon, 14 Oct 2024, Peter Maydell wrote: On Sun, 6 Oct 2024 at 17:50, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2024-10-14 Thread Peter Maydell
On Sun, 6 Oct 2024 at 17:50, BALATON Zoltan wrote: > > Currently -d guest_errors enables logging of different invalid actions > by the guest such as misusing hardware, accessing missing features or > invalid memory areas. The memory access logging can be quite verbose > which obscures the other me

[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2024-10-06 Thread BALATON Zoltan
Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite verbose which obscures the other messages enabled by this debug switch so separate it by adding a

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-28 Thread BALATON Zoltan
On Mon, 13 Feb 2023, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 07:34:55PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Fe

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 07:34:55PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zolt

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Peter Xu
On Mon, Feb 13, 2023 at 07:34:55PM +0100, BALATON Zoltan wrote: > On Mon, 13 Feb 2023, Peter Xu wrote: > > On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: > > > On Mon, 13 Feb 2023, Peter Xu wrote: > > > > On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: > > > > > On

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Philippe Mathieu-Daudé
On 13/2/23 18:17, Peter Xu wrote: On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wro

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Peter Xu
On Mon, Feb 13, 2023 at 05:34:04PM +0100, BALATON Zoltan wrote: > On Mon, 13 Feb 2023, Peter Xu wrote: > > On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: > > > On Mon, 13 Feb 2023, Peter Xu wrote: > > > > On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: > > > > > On 07/

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Philippe Mathieu-Daudé wrote: On 13/2/23 15:58, Philippe Mathieu-Daudé wrote: On 13/2/23 15:47, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 J

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu,

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Philippe Mathieu-Daudé wrote: On 13/2/23 15:47, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 20

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Peter Xu
On Mon, Feb 13, 2023 at 03:47:42PM +0100, BALATON Zoltan wrote: > On Mon, 13 Feb 2023, Peter Xu wrote: > > On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: > > > On 07/02/2023 17.33, BALATON Zoltan wrote: > > > > On Tue, 31 Jan 2023, BALATON Zoltan wrote: > > > > > On Thu, 19 Jan 2023,

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Philippe Mathieu-Daudé
On 13/2/23 15:58, Philippe Mathieu-Daudé wrote: On 13/2/23 15:47, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 2023,

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Philippe Mathieu-Daudé
On 13/2/23 15:47, BALATON Zoltan wrote: On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 2023, BALATON Zoltan wrote: Currently -d guest_errors

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Peter Xu wrote: On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 2023, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid act

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Peter Xu
On Mon, Feb 13, 2023 at 12:41:29PM +0100, Thomas Huth wrote: > On 07/02/2023 17.33, BALATON Zoltan wrote: > > On Tue, 31 Jan 2023, BALATON Zoltan wrote: > > > On Thu, 19 Jan 2023, BALATON Zoltan wrote: > > > > Currently -d guest_errors enables logging of different invalid actions > > > > by the gue

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread BALATON Zoltan
On Mon, 13 Feb 2023, Philippe Mathieu-Daudé wrote: On 19/1/23 22:40, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite ver

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Philippe Mathieu-Daudé
On 19/1/23 22:40, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite verbose which obscures the other messages enabled by th

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-13 Thread Thomas Huth
On 07/02/2023 17.33, BALATON Zoltan wrote: On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 2023, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-02-07 Thread BALATON Zoltan
On Tue, 31 Jan 2023, BALATON Zoltan wrote: On Thu, 19 Jan 2023, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite verbose

Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-01-31 Thread BALATON Zoltan
On Thu, 19 Jan 2023, BALATON Zoltan wrote: Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite verbose which obscures the other messages enabled by

[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses

2023-01-19 Thread BALATON Zoltan
Currently -d guest_errors enables logging of different invalid actions by the guest such as misusing hardware, accessing missing features or invalid memory areas. The memory access logging can be quite verbose which obscures the other messages enabled by this debug switch so separate it by adding a