xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 2] remove type from mem_event
@ 2012-02-20 21:18 Olaf Hering
  2012-02-20 21:18 ` [PATCH 1 of 2] mem_event: remove type member Olaf Hering
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Olaf Hering @ 2012-02-20 21:18 UTC (permalink / raw)
  To: xen-devel


The intention of the first patch was to shrink mem_event_st to make room
for more events in the ring buffer. But since type is just u16 and the
struct would need much more shrinking to get more events per ring this
goal was not reached.

Now both patches just serve as cleanup.


Changes:
mem_event: remove type member
mem_event: use C99 initializers for mem_event_request_t users

 xen/arch/x86/hvm/hvm.c         |    6 +-----
 xen/arch/x86/mm/mem_sharing.c  |    3 +--
 xen/arch/x86/mm/p2m.c          |   12 ++----------
 xen/include/public/mem_event.h |    8 +-------
 4 files changed, 5 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2012-02-23 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 21:18 [PATCH 0 of 2] remove type from mem_event Olaf Hering
2012-02-20 21:18 ` [PATCH 1 of 2] mem_event: remove type member Olaf Hering
2012-02-20 21:18 ` [PATCH 2 of 2] mem_event: use C99 initializers for mem_event_request_t users Olaf Hering
2012-02-23 15:56 ` [PATCH 0 of 2] remove type from mem_event Tim Deegan

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