qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>,
	qemu-arm@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PULL 00/19] aspeed queue
Date: Sat, 15 Jun 2024 23:56:35 +0200	[thread overview]
Message-ID: <ad8f7b8e-ad7a-439b-bc4e-6b226cb6af8a@redhat.com> (raw)
In-Reply-To: <828dc03b-1e7e-40f6-80fd-0f5d56f362bd@linaro.org>

On 6/15/24 6:14 PM, Richard Henderson wrote:
> On 6/14/24 00:26, Cédric Le Goater wrote:
>> The following changes since commit 046a64b9801343e2e89eef10c7a48eec8d8c0d4f:
>>
>>    Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into staging (2024-06-13 07:51:58 -0700)
>>
>> are available in the Git repository at:
>>
>>    https://github.com/legoater/qemu/ tags/pull-aspeed-20240614
>>
>> for you to fetch changes up to d9f6311f5393da897e73be8a29c261125d0c1ac2:
>>
>>    MAINTAINERS: Add reviewers for ASPEED BMCs (2024-06-14 07:36:09 +0200)
>>
>> ----------------------------------------------------------------
>> aspeed queue:
>>
>> * Add AST2700 support
> 
> Fails freebsd testing:
> 
> https://gitlab.com/qemu-project/qemu/-/jobs/7106081732
> 
> I'm not sure off hand why this wouldn't also fail on Linux...

Yep. It should have :

@@ -332,6 +332,7 @@ static const TypeInfo aspeed_intc_info =
      .instance_init = aspeed_intc_instance_init,
      .instance_size = sizeof(AspeedINTCState),
      .class_init = aspeed_intc_class_init,
+    .class_size    = sizeof(AspeedINTCClass),
      .abstract = true,
  };


I will resend a v2 next week.

C.



  reply	other threads:[~2024-06-15 21:57 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-14  7:26 [PULL 00/19] aspeed queue Cédric Le Goater
2024-06-14  7:26 ` [PULL 01/19] aspeed/smc: Reintroduce "dram-base" property for AST2700 Cédric Le Goater
2024-06-14  7:26 ` [PULL 02/19] aspeed/wdt: Add AST2700 support Cédric Le Goater
2024-06-14  7:26 ` [PULL 03/19] aspeed/sli: " Cédric Le Goater
2024-06-14  7:26 ` [PULL 04/19] aspeed/sdmc: remove redundant macros Cédric Le Goater
2024-06-14  7:26 ` [PULL 05/19] aspeed/sdmc: fix coding style Cédric Le Goater
2024-06-14  7:26 ` [PULL 06/19] aspeed/sdmc: Add AST2700 support Cédric Le Goater
2024-06-14  7:26 ` [PULL 07/19] aspeed/smc: correct device description Cédric Le Goater
2024-06-14  7:26 ` [PULL 08/19] aspeed/smc: support dma start length and 1 byte length unit Cédric Le Goater
2024-06-14  7:26 ` [PULL 09/19] aspeed/smc: support 64 bits dma dram address Cédric Le Goater
2024-06-14  7:26 ` [PULL 10/19] aspeed/smc: support different memory region ops for SMC flash region Cédric Le Goater
2024-06-14  7:26 ` [PULL 11/19] aspeed/smc: Add AST2700 support Cédric Le Goater
2024-06-14  7:26 ` [PULL 12/19] aspeed/scu: " Cédric Le Goater
2024-06-14  7:26 ` [PULL 13/19] aspeed/intc: " Cédric Le Goater
2024-06-14  7:26 ` [PULL 14/19] aspeed/soc: " Cédric Le Goater
2024-06-14  7:26 ` [PULL 15/19] aspeed: Add an AST2700 eval board Cédric Le Goater
2024-06-14  7:26 ` [PULL 16/19] aspeed/soc: fix incorrect dram size for AST2700 Cédric Le Goater
2024-06-14  7:26 ` [PULL 17/19] test/avocado/machine_aspeed.py: Add AST2700 test case Cédric Le Goater
2024-06-14  7:26 ` [PULL 18/19] docs:aspeed: Add AST2700 Evaluation board Cédric Le Goater
2024-06-14  7:26 ` [PULL 19/19] MAINTAINERS: Add reviewers for ASPEED BMCs Cédric Le Goater
2024-06-15 16:14 ` [PULL 00/19] aspeed queue Richard Henderson
2024-06-15 21:56   ` Cédric Le Goater [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-13  7:52 Cédric Le Goater
2022-07-14 13:51 ` Peter Maydell
2022-07-14 14:26   ` Cédric Le Goater
2022-06-22  9:55 Cédric Le Goater
2022-06-22 15:52 ` Richard Henderson
2022-05-03  6:58 Cédric Le Goater
2022-05-03 15:58 ` Richard Henderson

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=ad8f7b8e-ad7a-439b-bc4e-6b226cb6af8a@redhat.com \
    --to=clg@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).