On Tue, Sep 24, 2013 at 09:37:13AM +0200, Gerd Hoffmann wrote:
On Mo, 2013-09-23 at 19:35 +0300, Michael S. Tsirkin wrote:
On Fri, Sep 13, 2013 at 01:21:08PM +0200, Gerd Hoffmann wrote:
Hi,
Next version of the xhci support patch series. Changed xhci device list to use standard hlist macros. Delete devices from list in disconnect() callback, so we should not have inactive/freed devices in the list.
cheers, Gerd
With this applied, we crossed over the 128K boundary. So it won't be easy to put this bios into qemu. Thoughts?
Guess we finally have to deal with the 128k -> 256k jump in qemu then. CONFIG_USB_XHCI=n should to the trick until this is done.
cheers, Gerd
One simple way is to have two bios binaries built with different flags, and use the stripped ones for the old machine type.