Re: [SeaBIOS] [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform

2015-12-18 Thread Gonglei (Arei)
> > From: Kevin O'Connor [mailto:ke...@koconnor.net] > Sent: Saturday, December 19, 2015 7:13 AM > To: Gonglei (Arei) > Cc: Xulei (Stone); Paolo Bonzini; qemu-devel; seabios@seabios.org; > Huangweidong (C); k...@vger.kernel.org > Subject: Re: [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentr

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 01:49:04AM +, edward wandasiewicz wrote: > Is it a technically a manufacturer messing up the USB spec definitions it > should be following? That's a great question, and I don't know the answer to it. It would be great if there was some guidance in the USB3 spec to help

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
-- Forwarded message -- From: "edward wandasiewicz" <0.w3...@gmail.com> Date: 19 Dec 2015 1:44 a.m. Subject: Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly To: "Kevin O'Connor" Cc: Is it a technically a manufacturer messing up the USB spec definitions it should b

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
-- Forwarded message -- From: "edward wandasiewicz" <0.w3...@gmail.com> Date: 19 Dec 2015 1:44 a.m. Subject: Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly To: "Kevin O'Connor" Cc: Is it a technically a manufacturer messing up the USB spec definitions it should b

Re: [SeaBIOS] 5 basic features provided by CSM, which SeaBIOS does provide?

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 08:43:37AM +, Stojsavljevic, Zoran wrote: > Hello both lists, Jiming, > > There are 5 basic features, provided by CSM SeaBIOS payload, and I > am looking to list of these features. > > Could you, please, provide to me list of these features, and some > description, and

Re: [SeaBIOS] [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform

2015-12-18 Thread Gonglei (Arei)
Hi Kevin & Paolo, Luckily, I reproduced this problem last night. And I got the below log when SeaBIOS is stuck. [BTW, the whole SeaBIOS log attached] [2015-12-18 10:38:10] >gonglei: enter smp_setup()... [2015-12-18 10:38:10] >gonglei: begine to enable local APIC... [2015-12-18 10:38:10]

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 01:51:15AM +0100, Peter Stuge wrote: > Kevin O'Connor wrote: > > > Doesn't it effectively take the same amount of wall clock time? > .. > > If you're asking if current state vs unregistering/delaying would take > > the same wall time - thinking about that now, it might be tr

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Peter Stuge
Kevin O'Connor wrote: > > Doesn't it effectively take the same amount of wall clock time? .. > If you're asking if current state vs unregistering/delaying would take > the same wall time - thinking about that now, it might be true. Right - that's what I meant. I think it will, because .. > I gue

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 01:11:34AM +0100, Peter Stuge wrote: > Kevin O'Connor wrote: > > > > > Would checking the connection status for each device after all > > > > > devices have been registered be able to filter the USB2 device out? > > > > > > > > Yes, but there isn't a way to "unregister" the

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Peter Stuge
Kevin O'Connor wrote: > > > > Would checking the connection status for each device after all > > > > devices have been registered be able to filter the USB2 device out? > > > > > > Yes, but there isn't a way to "unregister" the drive once it's been > > > registered. > > > > Oh - why not? > > > >

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 12:52:15AM +0100, Peter Stuge wrote: > Kevin O'Connor wrote: > > > Would checking the connection status for each device after all > > > devices have been registered be able to filter the USB2 device out? > > > > Yes, but there isn't a way to "unregister" the drive once it's

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Peter Stuge
Kevin O'Connor wrote: > > Would checking the connection status for each device after all > > devices have been registered be able to filter the USB2 device out? > > Yes, but there isn't a way to "unregister" the drive once it's been > registered. Oh - why not? If this has to do with e.g. BBS the

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 12:11:59AM +0100, Peter Stuge wrote: > Kevin O'Connor wrote: > > Once the device is recognized as USB3, the controller disconnects > > it from USB2, but by that point SeaBIOS has already fully registered > > it and isn't even checking the connection status. The device is >

Re: [SeaBIOS] [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 03:04:58AM +, Gonglei (Arei) wrote: > Hi Kevin & Paolo, > > Luckily, I reproduced this problem last night. And I got the below log when > SeaBIOS is stuck. [...] > [2015-12-18 10:38:10] gonglei: finish while [...] > <...>-31509 [035] 154753.180077: kvm_exit: reason

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Peter Stuge
Kevin O'Connor wrote: > Once the device is recognized as USB3, the controller disconnects > it from USB2, but by that point SeaBIOS has already fully registered > it and isn't even checking the connection status. The device is > then fully detected as a USB3 device, which is why the duplicate > sh

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 11:51:16AM +, edward wandasiewicz wrote: > I thought, lets try swapping over the devices, but keeping the same > Type-C cables on the left and right hand side and see what happens. > > I get scenario 5. > > 5. NO - Type C & Type C - one Philiips & no Mushkin > > cbmem

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 08:12:22PM +, edward wandasiewicz wrote: > As requested. Thanks. It appears this particular device is being fully detected as a USB2 device (connection is detected, address is assigned, drive configuration is downloaded, and the drive is registered internally) before t

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
As requested. Edward. On Fri, Dec 18, 2015 at 8:02 PM, Kevin O'Connor wrote: > On Fri, Dec 18, 2015 at 07:08:24PM +, edward wandasiewicz wrote: >> Wrong file. Correct file attached. I checked for rel-1.9.0-45-gec65068 > > Thanks, can you retry with 46-g0cc3233 ? > > -Kevin cbmem.46.double.

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 07:08:24PM +, edward wandasiewicz wrote: > Wrong file. Correct file attached. I checked for rel-1.9.0-45-gec65068 Thanks, can you retry with 46-g0cc3233 ? -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabio

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
Wrong file. Correct file attached. I checked for rel-1.9.0-45-gec65068 Edward. On Fri, Dec 18, 2015 at 6:40 PM, edward wandasiewicz <0.w3...@gmail.com> wrote: > Done. > > On Fri, Dec 18, 2015 at 6:25 PM, Kevin O'Connor wrote: >> On Fri, Dec 18, 2015 at 06:11:56PM +, edward wandasiewicz wrote

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
Done. On Fri, Dec 18, 2015 at 6:25 PM, Kevin O'Connor wrote: > On Fri, Dec 18, 2015 at 06:11:56PM +, edward wandasiewicz wrote: >> As requested. > > Thanks, but I had an off-by-one error in the patch - can you do the > same thing with 45-gec65068? > > -Kevin cbmem.45.double.Philips.gz Descr

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 06:11:56PM +, edward wandasiewicz wrote: > As requested. Thanks, but I had an off-by-one error in the patch - can you do the same thing with 45-gec65068? -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
-- Forwarded message -- From: "edward wandasiewicz" <0.w3...@gmail.com> Date: 18 Dec 2015 6:11 p.m. Subject: Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly To: "Kevin O'Connor" Cc: As requested. Edward. On Fri, Dec 18, 2015 at 6:00 PM, Kevin O'Connor wrote: >

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread Kevin O'Connor
On Fri, Dec 18, 2015 at 11:51:16AM +, edward wandasiewicz wrote: > I managed to replicate a scenario 2 but with Type-C instead of USB 3, > with both 42-g9c58583 and 43-g55de21d > > 2(b) NO - Type C & Type C - once each (Philips & Muskin) - but double > Philips showing > > cbmem.yes.both.Type

Re: [SeaBIOS] SeaBIOS recognising USB 3.0 on boot works - partly

2015-12-18 Thread edward wandasiewicz
I managed to replicate a scenario 2 but with Type-C instead of USB 3, with both 42-g9c58583 and 43-g55de21d 2(b) NO - Type C & Type C - once each (Philips & Muskin) - but double Philips showing cbmem.yes.both.TypeC.TypeC.DoublePhilips.42-g9c58583 cbmem.yes.both.TypeC.TypeC.DoublePhilips.43-g55d

[SeaBIOS] 5 basic features provided by CSM, which SeaBIOS does provide?

2015-12-18 Thread Stojsavljevic, Zoran
Hello both lists, Jiming, There are 5 basic features, provided by CSM SeaBIOS payload, and I am looking to list of these features. Could you, please, provide to me list of these features, and some description, and/or pointer to these descriptions? Thank you in advance, Zoran Stojsavljevic