linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Drivers: hv: Remove dependencies on guest page size
@ 2019-07-30  9:49 Himadri Pandya
  2019-07-30  9:49 ` [PATCH 1/2] x86: hv: Add function to allocate zeroed page for Hyper-V Himadri Pandya
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Himadri Pandya @ 2019-07-30  9:49 UTC (permalink / raw)
  To: mikelley, kys, haiyangz, sthemmin, sashal, tglx, mingo, bp, hpa
  Cc: x86, linux-hyperv, linux-kernel, Himadri Pandya

Hyper-V assumes page size to be 4KB. This might not be the case on ARM64
architecture. The first patch in this patchset introduces a hyer-v
specific function for allocating a zeroed page which can have a
different implementation on ARM64 to address the issue of different
guest and host page sizes. The second patch removes dependencies on
guest page size in vmbus by using hyper-v specific page symbol and
functions. 

Himadri Pandya (2):
  x86: hv: Add function to allocate zeroed page for Hyper-V
  Drivers: hv: vmbus: Remove dependencies on guest page size

 arch/x86/hyperv/hv_init.c       |  8 ++++++++
 arch/x86/include/asm/mshyperv.h |  1 +
 drivers/hv/connection.c         | 14 +++++++-------
 drivers/hv/vmbus_drv.c          |  6 +++---
 4 files changed, 19 insertions(+), 10 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-04 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30  9:49 [PATCH 0/2] Drivers: hv: Remove dependencies on guest page size Himadri Pandya
2019-07-30  9:49 ` [PATCH 1/2] x86: hv: Add function to allocate zeroed page for Hyper-V Himadri Pandya
2019-07-30  9:49 ` [PATCH 2/2] Drivers: hv: vmbus: Remove dependencies on guest page size Himadri Pandya
     [not found] ` <DM5PR21MB01377F433CD767AF5E917EA6D7B80@DM5PR21MB0137.namprd21.prod.outlook.com>
2019-10-04 15:41   ` [PATCH 0/2] Drivers: hv: " Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).