Re: [RFC PATCH v3 0/6] Emulator speedups - avoid initializations where possible

2014-04-28 Thread Paolo Bonzini
Il 16/04/2014 18:46, Bandan Das ha scritto: While initializing emulation context structure, kvm memsets to 0 a number of fields some of which are redundant since they get set eventually in x86_decode_insn. Cleanup unnecessary initializations and remove some fields. This is on top of Paolo's RFC

[RFC PATCH v3 0/6] Emulator speedups - avoid initializations where possible

2014-04-16 Thread Bandan Das
While initializing emulation context structure, kvm memsets to 0 a number of fields some of which are redundant since they get set eventually in x86_decode_insn. Cleanup unnecessary initializations and remove some fields. This is on top of Paolo's RFC KVM: x86: speedups for emulator memory accesse