Re: [Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name

2012-10-29 Thread Aurelien Jarno
On Wed, Oct 24, 2012 at 12:10:33PM -0200, Eduardo Habkost wrote: > I removed a line by mistake on commit > 3b671a40cab2404bc63e57db8cd3afa4ec70bfab, containing the flags lm/i64, > 3dnow, and 3dnowext. This patch restores the removed line. > > Reported-by: Don Slutz > Signed-off-by: Eduardo Habkos

Re: [Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name

2012-10-24 Thread Don Slutz
On 10/24/12 10:10, Eduardo Habkost wrote: I removed a line by mistake on commit 3b671a40cab2404bc63e57db8cd3afa4ec70bfab, containing the flags lm/i64, 3dnow, and 3dnowext. This patch restores the removed line. Reported-by: Don Slutz Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 1 +

[Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name

2012-10-24 Thread Eduardo Habkost
I removed a line by mistake on commit 3b671a40cab2404bc63e57db8cd3afa4ec70bfab, containing the flags lm/i64, 3dnow, and 3dnowext. This patch restores the removed line. Reported-by: Don Slutz Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a