[Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Jan Kiszka
On 2012-09-11 13:48, Jan Kiszka wrote: On 2012-09-11 13:27, Julien Grall wrote: On 09/11/2012 10:25 AM, Avi Kivity wrote: On 09/11/2012 12:15 PM, Avi Kivity wrote: On 09/04/2012 06:13 PM, Julien Grall wrote: This is the nineth version of patch series about ioport registration.

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Julien Grall
On 09/11/2012 12:57 PM, Jan Kiszka wrote: On 2012-09-11 13:48, Jan Kiszka wrote: On 2012-09-11 13:27, Julien Grall wrote: On 09/11/2012 10:25 AM, Avi Kivity wrote: On 09/11/2012 12:15 PM, Avi Kivity wrote: On 09/04/2012 06:13 PM, Julien Grall wrote: This is the nineth version of

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Jan Kiszka
On 2012-09-11 14:14, Julien Grall wrote: On 09/11/2012 12:57 PM, Jan Kiszka wrote: On 2012-09-11 13:48, Jan Kiszka wrote: On 2012-09-11 13:27, Julien Grall wrote: On 09/11/2012 10:25 AM, Avi Kivity wrote: On 09/11/2012 12:15 PM, Avi Kivity wrote: On 09/04/2012 06:13 PM, Julien Grall

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Avi Kivity
On 09/11/2012 02:57 PM, Jan Kiszka wrote: Only listen on debug ports when we also handle them. They are better handled by debugcon these days which is runtime configurable. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- hw/pc.c |6 -- 1 files changed, 4 insertions(+), 2

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Jan Kiszka
On 2012-09-11 14:53, Avi Kivity wrote: On 09/11/2012 02:57 PM, Jan Kiszka wrote: Only listen on debug ports when we also handle them. They are better handled by debugcon these days which is runtime configurable. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- hw/pc.c |6 --

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Avi Kivity
On 09/11/2012 05:11 PM, Jan Kiszka wrote: On 2012-09-11 14:53, Avi Kivity wrote: On 09/11/2012 02:57 PM, Jan Kiszka wrote: Only listen on debug ports when we also handle them. They are better handled by debugcon these days which is runtime configurable. Signed-off-by: Jan Kiszka

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Jan Kiszka
On 2012-09-11 16:19, Avi Kivity wrote: On 09/11/2012 05:11 PM, Jan Kiszka wrote: On 2012-09-11 14:53, Avi Kivity wrote: On 09/11/2012 02:57 PM, Jan Kiszka wrote: Only listen on debug ports when we also handle them. They are better handled by debugcon these days which is runtime configurable.

Re: [Qemu-devel] [PATCH] pc: Don't listen on debug ports by default

2012-09-11 Thread Andreas Färber
Am 11.09.2012 16:26, schrieb Jan Kiszka: On 2012-09-11 16:19, Avi Kivity wrote: On 09/11/2012 05:11 PM, Jan Kiszka wrote: On 2012-09-11 14:53, Avi Kivity wrote: On 09/11/2012 02:57 PM, Jan Kiszka wrote: Only listen on debug ports when we also handle them. They are better handled by debugcon