qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] i386: remove unused function prototypes
@ 2008-11-24 12:18 Laurent Desnogues
  2008-11-24 20:03 ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Desnogues @ 2008-11-24 12:18 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

Hello,

   this patch removes two unused prototypes from i386 target exec.h file.


Laurent

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: i386-remove.patch --]
[-- Type: text/x-patch; name=i386-remove.patch, Size: 436 bytes --]

Index: target-i386/exec.h
===================================================================
--- target-i386/exec.h	(revision 5787)
+++ target-i386/exec.h	(working copy)
@@ -74,9 +74,6 @@
 void do_smm_enter(void);
 void __hidden cpu_loop_exit(void);
 
-void OPPROTO op_movl_eflags_T0(void);
-void OPPROTO op_movl_T0_eflags(void);
-
 /* n must be a constant to be efficient */
 static inline target_long lshift(target_long x, int n)
 {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] i386: remove unused function prototypes
  2008-11-24 12:18 [Qemu-devel] [PATCH] i386: remove unused function prototypes Laurent Desnogues
@ 2008-11-24 20:03 ` Anthony Liguori
  2008-11-24 21:28   ` Laurent Desnogues
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Liguori @ 2008-11-24 20:03 UTC (permalink / raw)
  To: qemu-devel

Laurent Desnogues wrote:
> Hello,
>
>    this patch removes two unused prototypes from i386 target exec.h file.
>   

Please add a Signed-off-by.

Regards,

Anthony Liguori

> Laurent
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] i386: remove unused function prototypes
  2008-11-24 20:03 ` Anthony Liguori
@ 2008-11-24 21:28   ` Laurent Desnogues
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Desnogues @ 2008-11-24 21:28 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

On Mon, Nov 24, 2008 at 9:03 PM, Anthony Liguori <anthony@codemonkey.ws> wrote:
>
> Please add a Signed-off-by.

Sorry, I keep on forgetting.


Laurent

This patch removes two unused prototypes from i386 target exec.h file.

Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: i386-remove.patch --]
[-- Type: text/x-patch; name=i386-remove.patch, Size: 436 bytes --]

Index: target-i386/exec.h
===================================================================
--- target-i386/exec.h	(revision 5787)
+++ target-i386/exec.h	(working copy)
@@ -74,9 +74,6 @@
 void do_smm_enter(void);
 void __hidden cpu_loop_exit(void);
 
-void OPPROTO op_movl_eflags_T0(void);
-void OPPROTO op_movl_T0_eflags(void);
-
 /* n must be a constant to be efficient */
 static inline target_long lshift(target_long x, int n)
 {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-24 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 12:18 [Qemu-devel] [PATCH] i386: remove unused function prototypes Laurent Desnogues
2008-11-24 20:03 ` Anthony Liguori
2008-11-24 21:28   ` Laurent Desnogues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).