Re: [PATCH] drivers: misc: goldfish_address_space: add a driver

From: Greg KH
Date: Sat Jan 05 2019 - 04:00:54 EST


On Thu, Jan 03, 2019 at 06:13:11PM -0800, rkir@xxxxxxxxxx wrote:
> From: Roman Kiryanov <rkir@xxxxxxxxxx>
>
> A driver for the Goldfish Android emulator that occupies
> address space to use it with the memory sharing device
> on the QEMU side. The memory sharding device allocates
> subranges and populate them with actual RAM.
> This allows sharing host's memory with the guest.

Why isn't this in drivers/platform/goldfish/ ?