qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] extboot: properly set int 0x13 return value


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH] extboot: properly set int 0x13 return value
Date: Tue, 02 Dec 2008 08:20:35 -0600
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Avi Kivity wrote:
Applied, thanks.

-.macro clc
-    push %ax
-    pushf
-    pop %ax
-    and $(~FLAGS_CF), %ax
-    push %ax
-    popf
-    pop %ax

Anthony, any reason you did not use the 'clc' instruction instead of a macro?

Propensity for pain?

I have no idea. I assume I had a reason at the time. Probably debug related.

Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]