On 4/2/23 18:47, Vladimir Sementsov-Ogievskiy wrote:
We already have indicator values in
include/standard-headers/linux/pci_regs.h , no reason to reinvent them
in include/hw/pci/pcie_regs.h. (and we already have usage of
PCI_EXP_SLTCTL_PWR_IND_BLINK and PCI_EXP_SLTCTL_PWR_IND_OFF in
hw/pci/pcie.c, so let's be consistent)
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru>
---
include/hw/pci/pcie_regs.h | 9 ---------
hw/pci/pcie.c | 13 +++++++------
2 files changed, 7 insertions(+), 15 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>