[Qemu-devel] sysbus-ohci segfaults with NULL DMAContext*

2012-10-23 Thread Peter Maydell
(found while trying to rebase the qemu-linaro OMAP3 patches; dunno if it's reproducable in plain mainline easily) Commit 9ac6a217 makes ohci_init_pxa() set up the OHCI code with a NULL DMAContext*, and asserts in the commit message: "in the SysBus case, it uses NULL - i.e. assumes for now that th

Re: [Qemu-devel] sysbus-ohci segfaults with NULL DMAContext*

2012-10-23 Thread Avi Kivity
On 10/23/2012 06:00 PM, Peter Maydell wrote: > (found while trying to rebase the qemu-linaro OMAP3 patches; > dunno if it's reproducable in plain mainline easily) > > Commit 9ac6a217 makes ohci_init_pxa() set up the OHCI code > with a NULL DMAContext*, and asserts in the commit message: > > "in t