Re: [kvm-devel] [PATCH 0/5][RESEND] Split the emulator: decode & execute

2007-09-18 Thread Laurent Vivier
Avi Kivity wrote: > Laurent Vivier wrote: >> These patches split the emulator in two parts: one to decode the instruction, >> the other to execute it. The decode part is then called only when needed. >> >> > > Applied all, thanks. > > I changed the name of the variable 'decode' to 'c' to reduc

Re: [kvm-devel] [PATCH 0/5][RESEND] Split the emulator: decode & execute

2007-09-18 Thread Avi Kivity
Laurent Vivier wrote: > These patches split the emulator in two parts: one to decode the instruction, > the other to execute it. The decode part is then called only when needed. > > Applied all, thanks. I changed the name of the variable 'decode' to 'c' to reduce the number of line splits. T

[kvm-devel] [PATCH 0/5][RESEND] Split the emulator: decode & execute

2007-09-18 Thread Laurent Vivier
These patches split the emulator in two parts: one to decode the instruction, the other to execute it. The decode part is then called only when needed. [PATCH 1/5] x86_emulate-remove_unused, some cleanup: remove unused functions [PATCH 2/5] x86_emulate-context, move all x86_emulate_memop() common