Re: [PATCH 0/7] PCI support for UML

2021-02-24 Thread Johannes Berg
Hi, > > If anyone has any suggestions on a good example PCI device that already > > has a driver upstream I'd be interested - I looked for something simple > > like LED or GPIO but no such thing I could find (that wasn't platform > > dependent in some way). So far I've only implemented a virtual

Re: [PATCH 0/7] PCI support for UML

2021-02-24 Thread Geert Uytterhoeven
Hi Johannes, On Tue, Feb 23, 2021 at 10:24 PM Johannes Berg wrote: > On Tue, 2021-02-23 at 16:27 +0100, Johannes Berg wrote: > > In order to simulate some devices and write tests completely > > independent of real PCI devices, we continued the development > > of time-travel and related bits, and

Re: [PATCH 0/7] PCI support for UML

2021-02-23 Thread Johannes Berg
On Tue, 2021-02-23 at 16:27 +0100, Johannes Berg wrote: > In order to simulate some devices and write tests completely > independent of real PCI devices, we continued the development > of time-travel and related bits, and are adding PCI support > here now. > > The way it works is that it

[PATCH 0/7] PCI support for UML

2021-02-23 Thread Johannes Berg
Hi, In order to simulate some devices and write tests completely independent of real PCI devices, we continued the development of time-travel and related bits, and are adding PCI support here now. The way it works is that it communicates with the outside (of UML) with virtio, which we previously