Re: [libvirt] [PATCH v3 2/8] conf: eliminate concept of "reserveEntireSlot"

2016-12-20 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:23 -0500, Laine Stump wrote: > setting reserveEntireSlot really accomplishes nothing - instead of > going to the trouble of computing the value for reserveEntireSlot and > then possibly setting *all* functions of the slot as in-use, we can > just set the in-use bit only

[libvirt] [PATCH v3 2/8] conf: eliminate concept of "reserveEntireSlot"

2016-12-19 Thread Laine Stump
setting reserveEntireSlot really accomplishes nothing - instead of going to the trouble of computing the value for reserveEntireSlot and then possibly setting *all* functions of the slot as in-use, we can just set the in-use bit only for the specific function being used by a device. Later we will