Re: [kvm-devel] [PATCH 1/2] call emulate_instruction() to emulate ins/outs

2007-08-05 Thread Avi Kivity
Laurent Vivier wrote: > [PATCH 1/2] emulate_ins_outs, defines ins/outs opcode in x86_emulate.c and > call > emulate_instruction() from io_interception() (svm.c) and from handle_io() > (vmx.c). This patch remove all vmx/svm prefix instruction decoders > (get_addr_size(), io_get_override(), io_addre

[kvm-devel] [PATCH 1/2] call emulate_instruction() to emulate ins/outs

2007-08-03 Thread Laurent Vivier
[PATCH 1/2] emulate_ins_outs, defines ins/outs opcode in x86_emulate.c and call emulate_instruction() from io_interception() (svm.c) and from handle_io() (vmx.c). This patch remove all vmx/svm prefix instruction decoders (get_addr_size(), io_get_override(), io_address(), get_io_count()) As usual f