alistair23-linux/drivers/vdpa/vdpa_sim
Michael S. Tsirkin 425a507023 vdpa: allow a 32 bit vq alignment
get_vq_align returns u16 now, but that's not enough for
systems/devices with 64K pages. All callers assign it to
a u32 variable anyway, so let's just change the return
value type to u32.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2020-04-17 06:05:30 -04:00
..
Makefile
vdpa_sim.c vdpa: allow a 32 bit vq alignment 2020-04-17 06:05:30 -04:00