On Thu, Mar 02, 2023 at 02:34:02PM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 02.03.23 11:26, Michael S. Tsirkin wrote: > > From: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> > > > > It should be zero, the only valid values are ON, OFF and BLINK. > > At any chance, fix s/should be/should not be/
fixed now thanks! > > > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> > > Reviewed-by: Anton Kuchin <antonkuc...@yandex-team.ru> > > Message-Id: <20230216180356.156832-13-vsement...@yandex-team.ru> > > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > --- > > hw/pci/pcie.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c > > index 90faf0710a..b8c24cf45f 100644 > > --- a/hw/pci/pcie.c > > +++ b/hw/pci/pcie.c > > @@ -684,6 +684,7 @@ void pcie_cap_slot_reset(PCIDevice *dev) > > PCI_EXP_SLTCTL_PDCE | > > PCI_EXP_SLTCTL_ABPE); > > pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTCTL, > > + PCI_EXP_SLTCTL_PWR_IND_OFF | > > PCI_EXP_SLTCTL_ATTN_IND_OFF); > > if (dev->cap_present & QEMU_PCIE_SLTCAP_PCP) { > > -- > Best regards, > Vladimir