[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0 of 2] remove type from mem_event
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(-) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |