xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 00/16] Fix RMRR (avoid RDM)
@ 2015-07-22 15:44 Ian Jackson
  2015-07-22 15:44 ` [PATCH 01/16] introduce XENMEM_reserved_device_memory_map Ian Jackson
                   ` (18 more replies)
  0 siblings, 19 replies; 46+ messages in thread
From: Ian Jackson @ 2015-07-22 15:44 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Tiejun Chen, Wei Liu, Ian Campbell, Jan Beulich

This is about v13 of the RDM series.  Compared to v11, I have:
 - imported it into git (dropping change notices for all previous version)
 - brought in new versions of 01 (aka "v12a") and 06 from Jan
 - made adjustments as needed by the new 01 from Jan
 - double-checked the acks etc., dropping unjustified acks

git branch here:
  http://xenbits.xen.org/gitweb/?p=people/iwj/xen.git;a=summary
  git://xenbits.xen.org/people/iwj/xen.git
  base.rdm-v13..wip.rdm-v13

*a   01   introduce XENMEM_reserved_device_memory_map
 a   02   xen/vtd: create RMRR mapping
 a   03   xen/passthrough: extend hypercall to support rdm reservation policy
 a   04   xen: enable XENMEM_memory_map in hvm
 a   05   hvmloader: get guest memory map into memory_map[]
*a   06   hvmloader/pci: try to avoid placing BARs in RMRRs
 a   07   hvmloader/e820: construct guest e820 table
* T  08   tools/libxc: Expose new hypercall xc_reserved_device_memory_map
 a   09   tools: extend xc_assign_device() to support rdm reservation policy
 a   10   tools: introduce some new parameters to set rdm policy
* T  11   tools/libxl: detect and avoid conflicts with RDM
 a   12   tools: introduce a new parameter to set a predefined rdm boundary
 a   13   libxl: construct e820 map with RDM information for HVM guest
 a   14   xen/vtd: enable USB device assignment
 a   15   xen/vtd: prevent from assign the device with shared rmrr
 a   16   tools: parse to enable new rdm policy parameters

* = changed in v13, since v11
a = acked enough to commit
T = tools maintainer ack required

Wei, can you please give your formal ack for the two changed patches ?

Tiejun, can you please test this series ?  Hopefully if you say it
still works after this, we can commit it tomorrow.

Thanks,
Ian.

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

end of thread, other threads:[~2015-09-07  9:45 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-22 15:44 [PATCH v13 00/16] Fix RMRR (avoid RDM) Ian Jackson
2015-07-22 15:44 ` [PATCH 01/16] introduce XENMEM_reserved_device_memory_map Ian Jackson
2015-07-22 15:44 ` [PATCH 02/16] xen/vtd: create RMRR mapping Ian Jackson
2015-07-22 15:44 ` [PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy Ian Jackson
2015-07-23 11:45   ` Ian Jackson
2015-07-23 11:54     ` Jan Beulich
2015-07-23 11:54     ` Ian Campbell
2015-07-23 12:15     ` Chen, Tiejun
2015-07-23 12:19       ` Ian Jackson
2015-07-23 12:27         ` Ian Campbell
2015-07-23 12:40           ` Chen, Tiejun
2015-07-23 12:43           ` Ian Jackson
2015-07-22 15:44 ` [PATCH 04/16] xen: enable XENMEM_memory_map in hvm Ian Jackson
2015-07-22 15:44 ` [PATCH 05/16] hvmloader: get guest memory map into memory_map[] Ian Jackson
2015-07-22 15:44 ` [PATCH 06/16] hvmloader/pci: try to avoid placing BARs in RMRRs Ian Jackson
2015-07-22 15:44 ` [PATCH 07/16] hvmloader/e820: construct guest e820 table Ian Jackson
2015-07-22 15:44 ` [PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map Ian Jackson
2015-07-22 15:51   ` Wei Liu
2015-07-22 15:44 ` [PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy Ian Jackson
2015-07-22 15:44 ` [PATCH 10/16] tools: introduce some new parameters to set rdm policy Ian Jackson
2015-07-22 15:44 ` [PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM Ian Jackson
2015-07-22 15:53   ` Wei Liu
2015-07-23 11:05     ` Ian Jackson
2015-07-23  0:52   ` Chen, Tiejun
2015-07-23  7:35     ` Wei Liu
2015-07-23  7:51       ` Chen, Tiejun
2015-07-23 11:09     ` Ian Jackson
2015-07-22 15:44 ` [PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary Ian Jackson
2015-07-22 15:44 ` [PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest Ian Jackson
2015-07-22 15:44 ` [PATCH 14/16] xen/vtd: enable USB device assignment Ian Jackson
2015-07-22 15:44 ` [PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr Ian Jackson
2015-09-03 19:39   ` Tamas K Lengyel
2015-09-04  8:17     ` Jan Beulich
2015-09-04 21:52       ` Tamas K Lengyel
2015-09-06  2:16         ` Chen, Tiejun
2015-09-06  3:19           ` Tamas K Lengyel
2015-09-06  4:19             ` Chen, Tiejun
2015-09-06  4:21               ` Tamas K Lengyel
2015-09-06 21:27               ` Wei Liu
2015-09-07  9:45               ` Jan Beulich
2015-07-22 15:44 ` [PATCH 16/16] tools: parse to enable new rdm policy parameters Ian Jackson
2015-07-22 15:51 ` [PATCH v13 00/16] Fix RMRR (avoid RDM) Ian Jackson
2015-07-23  2:15 ` Chen, Tiejun
2015-07-23 11:10   ` Ian Jackson
2015-07-23 12:53     ` Ian Jackson
2015-07-23  7:36 ` Wei Liu

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).