| Submitter | Gerd Hoffmann |
|---|---|
| Date | Nov. 29, 2012, 1:13 p.m. |
| Message ID | <1354194820-7767-4-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/202739/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/usb/hcd-ehci-sysbus.c b/hw/usb/hcd-ehci-sysbus.c index 1584079..803df92 100644 --- a/hw/usb/hcd-ehci-sysbus.c +++ b/hw/usb/hcd-ehci-sysbus.c @@ -45,6 +45,7 @@ static int usb_ehci_sysbus_initfn(SysBusDevice *dev) s->capsbase = 0x100; s->opregbase = 0x140; + s->dma = &dma_context_memory; usb_ehci_initfn(s, DEVICE(dev)); sysbus_init_irq(dev, &s->irq);