Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-17 Thread Peter Maydell
On 17 May 2013 12:50, Linus Walleij wrote: > Do we have this on a topic branch in ARM SoC now? I > need a baseline to send a pull request for my cleanup of the > Integrator PCI The good news here is QEMU only models the Integrator/CP, which has no PCI, so all you need to test is real hardware :-)

Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-17 Thread Linus Walleij
On Thu, May 16, 2013 at 6:58 PM, Arnd Bergmann wrote: > FWIW, I plan to really get this done in the kernel for 3.11 properly > and rework the entire versatile and realview code base to work without > any platform specific code in arch/arm. Sweet! > The plan is to use the new > infrastructure f

Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-16 Thread Peter Maydell
On 16 May 2013 17:58, Arnd Bergmann wrote: > FWIW, I plan to really get this done in the kernel for 3.11 properly > and rework the entire versatile and realview code base to work without > any platform specific code in arch/arm. The plan is to use the new > infrastructure for PCI and put that code

Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-16 Thread Arnd Bergmann
On Wednesday 15 May 2013, Linus Walleij wrote: > On Tue, May 14, 2013 at 5:33 PM, Peter Maydell > wrote: > > > The reworking of the versatile PCI controller model so that it actually > > behaved like hardware included an attempt to autodetect whether the > > guest Linux kernel was assuming the o

Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-16 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-15 Thread Linus Walleij
On Tue, May 14, 2013 at 5:33 PM, Peter Maydell wrote: > The reworking of the versatile PCI controller model so that it actually > behaved like hardware included an attempt to autodetect whether the > guest Linux kernel was assuming the old broken behaviour. Unfortunately > it turns out that there

[Qemu-devel] [PATCH for-1.5 0/3] hw/pci-host/versatile: Fix issues with newer kernels

2013-05-14 Thread Peter Maydell
The reworking of the versatile PCI controller model so that it actually behaved like hardware included an attempt to autodetect whether the guest Linux kernel was assuming the old broken behaviour. Unfortunately it turns out that there are several different variant broken kernels which behave sligh