* [Qemu-devel] [PATCH] Clean fdc.h
@ 2008-03-17 21:52 Hervé Poussineau
0 siblings, 0 replies; only message in thread
From: Hervé Poussineau @ 2008-03-17 21:52 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
Hi,
fdc.c doesn't contain anymore a fd_table[] array. It has been removed
when -drive option has been added.
Attached patch also removes it from fdc.h
Hervé
[-- Attachment #2: fdc.h.patch --]
[-- Type: text/plain, Size: 386 bytes --]
Index: hw/fdc.h
===================================================================
RCS file: /sources/qemu/qemu/hw/fdc.h,v
retrieving revision 1.1
diff -u -r1.1 hw/fdc.h
--- hw/fdc.h 17 Nov 2007 17:14:41 -0000 1.1
+++ hw/fdc.h 17 Mar 2008 21:48:50 -0000
@@ -1,6 +1,5 @@
/* fdc.c */
#define MAX_FD 2
-extern BlockDriverState *fd_table[MAX_FD];
typedef struct fdctrl_t fdctrl_t;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-17 21:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 21:52 [Qemu-devel] [PATCH] Clean fdc.h Hervé Poussineau
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.