qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free


From: Gerd Hoffmann
Subject: Re: [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free
Date: Tue, 3 Mar 2020 11:11:20 +0100

  Hi,

> @@ -189,6 +191,7 @@ struct XHCIState {
>  
>      USBBus bus;
>      MemoryRegion mem;
> +    AddressSpace *as;
>      MemoryRegion mem_cap;
>      MemoryRegion mem_oper;
>      MemoryRegion mem_runtime;

as is not initialized ...

I guess the patch was never tested?

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]