All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Enhancements to hvmloader for Xen 4.8
@ 2016-09-28 23:48 Konrad Rzeszutek Wilk
  2016-09-28 23:48 ` [PATCH v2 1/2] hvmloader: Use MB(x) and GB(x) macros Konrad Rzeszutek Wilk
  2016-09-28 23:48 ` [PATCH v2 2/2] hvmloader, pci: Don't try to relocate memory if 64-bit BAR is bigger than ~2GB Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-09-28 23:48 UTC (permalink / raw)
  To: xen-devel, konrad

Hey!

These two patches came about as I was doing PCI passthrough with
rather large BAR regions and finding a lot of ballooning - which
was unnecessary as we only have 1744MB of MMIO space under 4GB and
all of the ballooning in and out would not help squeeze in a 2GB BAR
or higher in there.

Please review at your convience.

 tools/firmware/hvmloader/e820.c   |  6 +++---
 tools/firmware/hvmloader/pci.c    | 41 ++++++++++++++++++++++++++++++---------
 tools/firmware/hvmloader/smbios.c |  5 ++---
 tools/firmware/hvmloader/util.h   |  3 +++
 4 files changed, 40 insertions(+), 15 deletions(-)


Konrad Rzeszutek Wilk (2):
      hvmloader: Use MB(x) and GB(x) macros
      hvmloader, pci: Don't try to relocate memory if 64-bit BAR is bigger than ~2GB


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-09-30 14:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28 23:48 [PATCH v2] Enhancements to hvmloader for Xen 4.8 Konrad Rzeszutek Wilk
2016-09-28 23:48 ` [PATCH v2 1/2] hvmloader: Use MB(x) and GB(x) macros Konrad Rzeszutek Wilk
2016-09-29  6:44   ` Jan Beulich
2016-09-28 23:48 ` [PATCH v2 2/2] hvmloader, pci: Don't try to relocate memory if 64-bit BAR is bigger than ~2GB Konrad Rzeszutek Wilk
2016-09-29  7:03   ` Jan Beulich
2016-09-29  9:23     ` Konrad Rzeszutek Wilk
2016-09-29  9:36       ` Jan Beulich
2016-09-29 10:48         ` Wei Liu
2016-09-30 14:55           ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.