Re: [PATCH 1/1] s390x/css: Fix css stsch detection to go beyond 8192 devices
Eric Farman <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/14/26 11:22 AM, Christian Borntraeger wrote: > From: Christian Borntraeger <[email protected]> > > find_last_bit expects a size in bits and not in words. the calculation > limits the number of guest devices to 8192. This probably does not > matter in reality, its wrong anyway. > > Fixes: df1fe5bb49241 ("s390: Virtual channel subsystem support") > Signed-off-by: Christian Borntraeger <[email protected]> > --- > hw/s390x/css.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Eric Farman <[email protected]>