Re: Use of BQL from thread in PCIe device

2024-12-19 Thread Paolo Bonzini
toggled by pci_set_irq(), needs the big QEMU lock. Paolo Thanks, Markus *From:* John Levon *Sent:* Wednesday, December 18, 2024 6:28 PM *To:* Markus Lavin *Cc:* qemu-devel@nongnu.org *Subject:* Re: Use of BQL from thread in P

Re: Use of BQL from thread in PCIe device

2024-12-18 Thread Markus Lavin
esday, December 18, 2024 6:28 PM To: Markus Lavin Cc: qemu-devel@nongnu.org Subject: Re: Use of BQL from thread in PCIe device [You don't often get email from le...@movementarian.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On Wed, Dec 18, 2024 at

Re: Use of BQL from thread in PCIe device

2024-12-18 Thread John Levon
On Wed, Dec 18, 2024 at 04:19:47PM +, Markus Lavin wrote: > Hi, > > I think that I might have misunderstood something fundamental about the BQL > (or possibly Qemu in general). > > I have a custom PCIe device that connects to an outside simulation environment > using Unix domain sockets. To

Use of BQL from thread in PCIe device

2024-12-18 Thread Markus Lavin
Hi, I think that I might have misunderstood something fundamental about the BQL (or possibly Qemu in general). I have a custom PCIe device that connects to an outside simulation environment using Unix domain sockets. To deal with bus-mastering from this outside environment I have a thread crea

Use of BQL from thread in PCIe device

2024-12-18 Thread Markus Lavin
Hi, I think that I might have misunderstood something fundamental about the BQL (or possibly Qemu in general). I have a custom PCIe device that connects to an outside simulation environment using Unix domain sockets. To deal with bus-mastering from this outside environment I have a thread crea