Re: [PATCH v1 4/5] memory-device: Add get_min_alignment() callback

2020-09-26 Thread Pankaj Gupta
> Will be used by virtio-mem to express special alignment requirements due > to manually configured, big block sizes. This avoids failing later when > realizing, because auto-detection wasn't able to assign a properly > aligned address. > > Cc: "Michael S. Tsirkin" > Cc: Wei Yang > Cc: Dr. David

[PATCH v1 4/5] memory-device: Add get_min_alignment() callback

2020-09-23 Thread David Hildenbrand
Will be used by virtio-mem to express special alignment requirements due to manually configured, big block sizes. This avoids failing later when realizing, because auto-detection wasn't able to assign a properly aligned address. Cc: "Michael S. Tsirkin" Cc: Wei Yang Cc: Dr. David Alan Gilbert