Re: [Qemu-devel] [PATCH 1/5] spapr: Leave DR-indicator management to the guest

2017-06-20 Thread Greg Kurz
On Tue, 20 Jun 2017 09:53:28 +0800 David Gibson wrote: > The DR-indicator is essentially a "virtual LED" attached to a hotpluggable > device, which the guest can set to various states for the attention of > the operator or management layers. > > It's mostly guest managed, except that we once-off

[Qemu-devel] [PATCH 1/5] spapr: Leave DR-indicator management to the guest

2017-06-19 Thread David Gibson
The DR-indicator is essentially a "virtual LED" attached to a hotpluggable device, which the guest can set to various states for the attention of the operator or management layers. It's mostly guest managed, except that we once-off set it to ACTIVE/INACTIVE in the attach/detach path. While that m