Re: [PATCH] Add adc and sbb missing decoder flags

2009-08-19 Thread Avi Kivity
On 08/19/2009 01:26 AM, Mohammed Gamal wrote: Add missing decoder flags for adc and sbb instructions (opcodes 0x14-0x15, 0x1c-0x1d) Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: [PATCH] Add adc and sbb missing decoder flags

2009-08-18 Thread Avi Kivity
On 08/18/2009 03:59 PM, Mohammed Gamal wrote: Add missing decoder flags for adc and sbb instructions (opcodes 0x14-0x15, 0x1c-0x1d) This depends on the previous patch, so I'll just wait until that is ready. -- error compiling committee.c: too many arguments to function -- To unsubscribe

Re: [PATCH] Add adc and sbb missing decoder flags

2009-08-18 Thread Mohammed Gamal
On Tue, Aug 18, 2009 at 5:41 PM, Avi Kivitya...@redhat.com wrote: On 08/18/2009 03:59 PM, Mohammed Gamal wrote: Add missing decoder flags for adc and sbb instructions (opcodes 0x14-0x15, 0x1c-0x1d) This depends on the previous patch, so I'll just wait until that is ready. I'll rebase this

[PATCH] Add adc and sbb missing decoder flags

2009-08-18 Thread Mohammed Gamal
Add missing decoder flags for adc and sbb instructions (opcodes 0x14-0x15, 0x1c-0x1d) [Rebased to upstream tree] Signed-off-by: Mohammed Gamal m.gamal...@gmail.com --- arch/x86/kvm/emulate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/emulate.c