From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4640] Enable SD card on creation.
Date: Mon, 02 Jun 2008 00:55:09 +0000 [thread overview]
Message-ID: <E1K2yKL-0000Wz-BE@cvs.savannah.gnu.org> (raw)
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;
next reply other threads:[~2008-06-02 0:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-02 0:55 Andrzej Zaborowski [this message]
2008-06-02 13:19 ` [Qemu-devel] [4640] Enable SD card on creation Paul Brook
2008-06-02 13:43 ` andrzej zaborowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1K2yKL-0000Wz-BE@cvs.savannah.gnu.org \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).