]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
pvscsi: ring_desc do not have to be page aligned
authorLiran Alon <liran.alon@oracle.com>
Tue, 13 Nov 2018 15:53:40 +0000 (17:53 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 28 Nov 2018 02:19:49 +0000 (21:19 -0500)
commit628b2e6b0e390e26d59b3c5db07a4226175b6f8a
tree6ece37d97e100d7e760413f1aff6cea41b7eb8e6
parent42efebdf1d120554e1a30e8debf562527ec6a53d
pvscsi: ring_desc do not have to be page aligned

In contrast to other allocations made by pvscsi_init_rings(),
ring_desc is only used internally by SeaBIOS (not passed to
device-controller) and there is not restriction which force
it to be page aligned.

Reviewed-by: Mark Kanda <mark.kanda@oracle.com>
Signed-off-by: Liran Alon <liran.alon@oracle.com>
src/hw/pvscsi.c