qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4640] Enable SD card on creation.
@ 2008-06-02  0:55 Andrzej Zaborowski
  2008-06-02 13:19 ` Paul Brook
  0 siblings, 1 reply; 3+ messages in thread
From: Andrzej Zaborowski @ 2008-06-02  0:55 UTC (permalink / raw)
  To: qemu-devel

Revision: 4640
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4640
Author:   balrog
Date:     2008-06-02 00:55:08 +0000 (Mon, 02 Jun 2008)

Log Message:
-----------
Enable SD card on creation.

Modified Paths:
--------------
    trunk/hw/sd.c

Modified: trunk/hw/sd.c
===================================================================
--- trunk/hw/sd.c	2008-06-02 00:39:30 UTC (rev 4639)
+++ trunk/hw/sd.c	2008-06-02 00:55:08 UTC (rev 4640)
@@ -421,6 +421,7 @@
     sd = (SDState *) qemu_mallocz(sizeof(SDState));
     sd->buf = qemu_memalign(512, 512);
     sd->spi = is_spi;
+    sd->enable = 1;
     sd_reset(sd, bs);
     bdrv_set_change_cb(sd->bdrv, sd_cardchange, sd);
     return sd;

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

end of thread, other threads:[~2008-06-02 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-02  0:55 [Qemu-devel] [4640] Enable SD card on creation Andrzej Zaborowski
2008-06-02 13:19 ` Paul Brook
2008-06-02 13:43   ` andrzej zaborowski

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).