All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86/p2m: misc page add/remove adjustments
@ 2020-04-01 11:36 Jan Beulich
  2020-04-01 11:38 ` [PATCH 1/5] x86/p2m: don't ignore p2m_remove_page()'s return value Jan Beulich
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jan Beulich @ 2020-04-01 11:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, George Dunlap, Wei Liu, Roger Pau Monné

The primary change here is patch 2, with the others being cleanup
noticed to be worthwhile along the road.

1: don't ignore p2m_remove_page()'s return value
2: don't assert that the passed in MFN matches for a remove
3: make p2m_remove_page()'s parameters type-safe
4: drop pointless nested variable from guest_physmap_add_entry()
5: use available local variable in guest_physmap_add_entry()

Jan


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

end of thread, other threads:[~2020-04-03 14:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 11:36 [PATCH 0/5] x86/p2m: misc page add/remove adjustments Jan Beulich
2020-04-01 11:38 ` [PATCH 1/5] x86/p2m: don't ignore p2m_remove_page()'s return value Jan Beulich
2020-04-02 22:31   ` Andrew Cooper
2020-04-01 11:39 ` [PATCH 2/5] x86/p2m: don't assert that the passed in MFN matches for a remove Jan Beulich
2020-04-02 22:39   ` Andrew Cooper
2020-04-01 11:39 ` [PATCH 3/5] x86/p2m: make p2m_remove_page()'s parameters type-safe Jan Beulich
2020-04-02 22:43   ` Andrew Cooper
2020-04-03  8:22     ` Jan Beulich
2020-04-03  9:14     ` Jan Beulich
2020-04-03 14:40       ` Andrew Cooper
2020-04-01 11:40 ` [PATCH 4/5] x86/p2m: drop pointless nested variable from guest_physmap_add_entry() Jan Beulich
2020-04-02 22:45   ` Andrew Cooper
2020-04-01 11:40 ` [PATCH 5/5] x86/p2m: use available local variable in guest_physmap_add_entry() Jan Beulich
2020-04-02 22:47   ` Andrew Cooper

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.