Re: [PATCH v1 5/5] virito-mem: Implement get_min_alignment()

2020-09-26 Thread Pankaj Gupta
> This allows auto-assignment of a properly aligned address in guest > physical address space. For example, when specifying a 2GB block size > for a virtio-mem device with 10GB with a memory setup "-m 4G, 20G", > we'll no longer fail when realizing. > > Cc: "Michael S. Tsirkin" > Cc: Wei Yang > C

[PATCH v1 5/5] virito-mem: Implement get_min_alignment()

2020-09-23 Thread David Hildenbrand
This allows auto-assignment of a properly aligned address in guest physical address space. For example, when specifying a 2GB block size for a virtio-mem device with 10GB with a memory setup "-m 4G, 20G", we'll no longer fail when realizing. Cc: "Michael S. Tsirkin" Cc: Wei Yang Cc: Dr. David Al