All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Remove forward declaration of non-existant variable
@ 2013-02-10 22:11 Hervé Poussineau
  2013-02-11 13:08 ` [Qemu-trivial] [Qemu-devel] " Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Hervé Poussineau @ 2013-02-10 22:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Hervé Poussineau

This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
 include/sysemu/sysemu.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 1d9599e..ae49088 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -94,7 +94,6 @@ typedef enum DisplayType
 } DisplayType;
 
 extern int autostart;
-extern int bios_size;
 
 typedef enum {
     VGA_NONE, VGA_STD, VGA_CIRRUS, VGA_VMWARE, VGA_XENFB, VGA_QXL,
-- 
1.7.10.4



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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Remove forward declaration of non-existant variable
  2013-02-10 22:11 [Qemu-trivial] [PATCH] Remove forward declaration of non-existant variable Hervé Poussineau
@ 2013-02-11 13:08 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-02-11 13:08 UTC (permalink / raw)
  To: Hervé Poussineau; +Cc: qemu-trivial, qemu-devel

On Sun, Feb 10, 2013 at 11:11:05PM +0100, Hervé Poussineau wrote:
> This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636.
> 
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
>  include/sysemu/sysemu.h |    1 -
>  1 file changed, 1 deletion(-)

Thanks, applied to the trivial patches -next tree:
https://github.com/stefanha/qemu/commits/trivial-patches-next

Stefan


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

end of thread, other threads:[~2013-02-11 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10 22:11 [Qemu-trivial] [PATCH] Remove forward declaration of non-existant variable Hervé Poussineau
2013-02-11 13:08 ` [Qemu-trivial] [Qemu-devel] " Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.