On 18.06.2011, at 18:13, Richard Henderson wrote: > On 06/17/2011 04:28 PM, Alexander Graf wrote: >>>> + struct kvm_book3e_206_tlb_params params = {}; >> Hrm - I'm not familiar with that initialization. What exactly does it >> do? Set the struct contents to 0? Is this properly standardized? > > Yes and yes.
Ah, very nice. I wonder why I don't see it used more in code then :). Seems to be very handy to not clutter code with memset(0)s. Alex