Re: [Qemu-devel] [PATCH] pcie: Add more ASPM support

2013-05-20 Thread Bjorn Helgaas
On Sun, May 19, 2013 at 5:54 AM, Michael S. Tsirkin wrote: > On Wed, May 15, 2013 at 04:33:08PM -0600, Bjorn Helgaas wrote: >> Indicate ASPM L0s and L1 support in Link Capabilities and make the ASPM >> bits in Link Control writable. These Link Control bits don't do anything >> in qemu, but having

Re: [Qemu-devel] [PATCH] pcie: Add more ASPM support

2013-05-19 Thread Michael S. Tsirkin
On Wed, May 15, 2013 at 04:33:08PM -0600, Bjorn Helgaas wrote: > Indicate ASPM L0s and L1 support in Link Capabilities and make the ASPM > bits in Link Control writable. These Link Control bits don't do anything > in qemu, but having them writable means the BIOS or OS can write them as > on real h

[Qemu-devel] [PATCH] pcie: Add more ASPM support

2013-05-15 Thread Bjorn Helgaas
Indicate ASPM L0s and L1 support in Link Capabilities and make the ASPM bits in Link Control writable. These Link Control bits don't do anything in qemu, but having them writable means the BIOS or OS can write them as on real hardware. Signed-off-by: Bjorn Helgaas --- hw/pci/pcie.c