Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-08 Thread Stefan Weil
Am 08.09.2016 um 11:37 schrieb Paolo Bonzini: On 08/09/2016 07:43, Stefan Weil wrote: Am 07.09.2016 um 23:29 schrieb Peter Maydell: On 7 September 2016 at 20:13, Stefan Weil wrote: The old log messages are implemented by conditional compilation and not available by default.

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-08 Thread Paolo Bonzini
On 08/09/2016 07:43, Stefan Weil wrote: > Am 07.09.2016 um 23:29 schrieb Peter Maydell: >> On 7 September 2016 at 20:13, Stefan Weil wrote: >>> The old log messages are implemented by conditional compilation >>> and not available by default. >>> >>> The new log messages can be

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread Stefan Weil
Am 07.09.2016 um 23:29 schrieb Peter Maydell: On 7 September 2016 at 20:13, Stefan Weil wrote: The old log messages are implemented by conditional compilation and not available by default. The new log messages can be enabled either by a command line option (-d unimp) or in

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread Fam Zheng
On Wed, 09/07 22:50, Stefan Weil wrote: > Am 07.09.2016 um 22:17 schrieb no-re...@patchew.org: > > Hi, > > > > Your series failed automatic build test. Please find the testing commands > > and > > their output below. If you have docker installed, you can probably > > reproduce it > > locally. >

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread Peter Maydell
On 7 September 2016 at 20:13, Stefan Weil wrote: > The old log messages are implemented by conditional compilation > and not available by default. > > The new log messages can be enabled either by a command line option > (-d unimp) or in the QEMU monitor (log unimp). > >

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread Stefan Weil
Am 07.09.2016 um 22:17 schrieb no-re...@patchew.org: Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. [...] GTESTER tests/test-string-output-visitor GTESTER

Re: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write Type: series Message-id

[Qemu-devel] [PATCH] memory: Use standard log messages for unassigned memory read / write

2016-09-07 Thread Stefan Weil
The old log messages are implemented by conditional compilation and not available by default. The new log messages can be enabled either by a command line option (-d unimp) or in the QEMU monitor (log unimp). Signed-off-by: Stefan Weil --- The new code is very useful when