Re: [PATCH] qemu: Set proper PCI backend for -s that are actually hostdevs

2023-06-05 Thread Martin Kletzander
On Thu, Jun 01, 2023 at 05:25:14PM +0200, Michal Prívozník wrote: On 6/1/23 15:26, Michal Privoznik wrote: When starting a domain, it's done so in two steps (actually more, but lets focus on just the following two): 1) qemuProcessPrepareDomain(), followed by 2) qemuProcessPrepareHost().

Re: [PATCH] qemu: Set proper PCI backend for -s that are actually hostdevs

2023-06-01 Thread Michal Prívozník
On 6/1/23 15:26, Michal Privoznik wrote: > When starting a domain, it's done so in two steps (actually more, > but lets focus on just the following two): > > 1) qemuProcessPrepareDomain(), followed by > > 2) qemuProcessPrepareHost(). > > Now, in the first step (PrepareDomain()), PCI

[PATCH] qemu: Set proper PCI backend for -s that are actually hostdevs

2023-06-01 Thread Michal Privoznik
When starting a domain, it's done so in two steps (actually more, but lets focus on just the following two): 1) qemuProcessPrepareDomain(), followed by 2) qemuProcessPrepareHost(). Now, in the first step (PrepareDomain()), PCI backends for all hostdevs is set (qemuProcessPrepareDomain() ->