From: Avi Kivity Date: Thu, 29 Jul 2010 12:11:36 +0000 (+0300) Subject: KVM: x86 emulator: Add wrappers for easily defining opcodes X-Git-Tag: v2.6.37-rc1~142^2~299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd853310a1ebaef257956208165873494bb805dc;p=pandora-kernel.git KVM: x86 emulator: Add wrappers for easily defining opcodes Once 'struct opcode' grows, its initializer will become more complicated. Wrap the simple initializers in a D() macro, and replace the empty initializers with an even simpler N macro. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed