qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH v4 09/14] pci: Add support for Design


From: Marcel Apfelbaum
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v4 09/14] pci: Add support for Designware IP block
Date: Wed, 17 Jan 2018 17:23:04 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0


Hi Peter,

On 16/01/2018 16:34, Peter Maydell wrote:
On 16 January 2018 at 01:37, Andrey Smirnov <address@hidden> wrote:
Add code needed to get a functional PCI subsytem when using in
conjunction with upstream Linux guest (4.13+). Tested to work against
"e1000e" (network adapter, using MSI interrupts) as well as
"usb-ehci" (USB controller, using legacy PCI interrupts).

Cc: Peter Maydell <address@hidden>
Cc: Jason Wang <address@hidden>
Cc: Philippe Mathieu-Daudé <address@hidden>
Cc: address@hidden
Cc: address@hidden
Cc: address@hidden
Signed-off-by: Andrey Smirnov <address@hidden>
---
  default-configs/arm-softmmu.mak  |   2 +
  hw/pci-host/Makefile.objs        |   2 +
  hw/pci-host/designware.c         | 618 +++++++++++++++++++++++++++++++++++++++
  include/hw/pci-host/designware.h |  93 ++++++
  include/hw/pci/pci_ids.h         |   2 +
  5 files changed, 717 insertions(+)
  create mode 100644 hw/pci-host/designware.c
  create mode 100644 include/hw/pci-host/designware.h
I'm not familiar enough with our PCI code to be able to review
this, I'm afraid. MST and Marcel are our PCI subsystem maintainers --
could one of you have a look at whether this seems to be a correct
implementation of a pcie host controller ?

Sadly PCI Host bridges do not have a standard, each HW vendor
can do pretty much what they want.

That being said, if Andrey can point me to the PCI spec for the Designware
PCI host bridge and what parts they implemented for it I can have a look, sure.
(I will not be available for a week or so, but right after)

Thanks,
Marcel
I did notice it seems to be missing device state save/load support.

thanks
-- PMM





reply via email to

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