qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 07/17] hw/sd: Add sd_cmd_SEND_OP_CMD() handler


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH 07/17] hw/sd: Add sd_cmd_SEND_OP_CMD() handler
Date: Mon, 30 May 2022 19:25:38 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 10/5/22 08:57, Cédric Le Goater wrote:
On 5/9/22 23:12, Philippe Mathieu-Daudé wrote:
On 18/3/22 14:28, Cédric Le Goater wrote:
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210624142209.1193073-9-f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
  hw/sd/sd.c | 18 +++++++++---------
  1 file changed, 9 insertions(+), 9 deletions(-)

@@ -2111,6 +2109,7 @@ static const SDProto sd_proto_spi = {
      .name = "SPI",
      .cmd = {
          [0]         = sd_cmd_GO_IDLE_STATE,
+        [1]         = sd_cmd_SEND_OP_CMD,
          [2 ... 4]   = sd_cmd_illegal,
          [5]         = sd_cmd_illegal,
          [7]         = sd_cmd_illegal,
@@ -2120,6 +2119,7 @@ static const SDProto sd_proto_spi = {
      },
      .cmd = {
          [6]         = sd_cmd_unimplemented,
+        [41]        = sd_cmd_SEND_OP_CMD,
      },
  };

I missed adding the cmd_abbrev[1] entry.

Will you resend ?

Yes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]