Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-07 Thread Zheng, Lv
Hi, Michael > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Subject: Re: [PATCH] debugcon: Add -debugport option to allow changing > debug console port number > > On Fri, Aug 05, 2016 at 06:19:39PM +0800, Lv Zheng wrote: > > Changing debugcon port to 0x402 allows the seabios AML table pre-

Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-07 Thread Michael S. Tsirkin
On Fri, Aug 05, 2016 at 06:19:39PM +0800, Lv Zheng wrote: > Changing debugcon port to 0x402 allows the seabios AML table pre-defined > DBUG() control method to be able to dump the AML debugging information to > the re-directed debugging console. > > If the debug port number is configurable, users

Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-05 Thread Zheng, Lv
Hi, > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Subject: Re: [PATCH] debugcon: Add -debugport option to allow changing > debug console port number > > > > On 05/08/2016 12:19, Lv Zheng wrote: > > Changing debugcon port to 0x402 allows the seabios AML

Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-05 Thread Zheng, Lv
Hi, > From: Igor Mammedov [mailto:imamm...@redhat.com] > Subject: Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to > allow changing debug console port number > > On Fri, 5 Aug 2016 18:19:39 +0800 > Lv Zheng <lv.zh...@intel.com> wrote: > > > Chang

Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-05 Thread Paolo Bonzini
On 05/08/2016 12:19, Lv Zheng wrote: > Changing debugcon port to 0x402 allows the seabios AML table pre-defined > DBUG() control method to be able to dump the AML debugging information to > the re-directed debugging console. > > If the debug port number is configurable, users can further

Re: [Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-05 Thread Igor Mammedov
On Fri, 5 Aug 2016 18:19:39 +0800 Lv Zheng wrote: > Changing debugcon port to 0x402 allows the seabios AML table pre-defined > DBUG() control method to be able to dump the AML debugging information to > the re-directed debugging console. > > If the debug port number is

[Qemu-devel] [PATCH] debugcon: Add -debugport option to allow changing debug console port number

2016-08-05 Thread Lv Zheng
Changing debugcon port to 0x402 allows the seabios AML table pre-defined DBUG() control method to be able to dump the AML debugging information to the re-directed debugging console. If the debug port number is configurable, users can further specify a proper IO port number for it to make external