From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/2] Remove hack from movsx/movzx decoding Date: Mon, 16 Jan 2012 15:08:43 +0200 Message-ID: <1326719325-23184-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org, namit@cs.technion.ac.il To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3980 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754718Ab2APNJk (ORCPT ); Mon, 16 Jan 2012 08:09:40 -0500 Sender: kvm-owner@vger.kernel.org List-ID: movsx/movzx destination operands currently have a hack for the operand size. Add OpMem8 and use it to remove the hack. I'll wait with this until Nadav's more direct fix is in. Avi Kivity (2): KVM: x86 emulator: add 8-bit memory operands KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack arch/x86/kvm/emulate.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) -- 1.7.7.1