On Mon, Apr 25, 2016 at 9:30 PM, Andres Lagar-Cavilla <andreslc@xxxxxxxxxx> wrote: >> >> We are using kvm + tmpfs to do qemu live upgrading, how does google >> use this memory model ? >> I think our pupose to use tmpfs may be the same. > > Nothing our of the ordinary. Guest memory is an mmap of a tmpfs fd. > Huge tmpfs gives us naturally a great guest performance boost. > MAP_SHARED, and having guest memory persist any one given process, are > what drives us to use tmpfs. > OK. We are also using mmap. Besides google's kvm userspace(as I know it is not qemu), google have another userspace tool need to access guest memory, so that google use tmpfs? If so, what function does that another userspace do? Thanks, Wincy -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html