[PULL 0/2] aspeed queue

Cédric Le Goater posted 2 patches 2 days, 13 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260330114853.638753-1-clg@redhat.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hw/i2c/aspeed_i2c.c | 4 +++-
hw/net/ftgmac100.c  | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
[PULL 0/2] aspeed queue
Posted by Cédric Le Goater 2 days, 13 hours ago
The following changes since commit 91f6a9cb1b0f11afa74ef7fb20d5579d9dfbe020:

  Merge tag 'qga-pull-2026-03-27' of https://github.com/kostyanf14/qemu into staging (2026-03-27 18:41:05 +0000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-aspeed-20260330

for you to fetch changes up to 9160305d92d2750e6ca3ada8f048305c9290f03c:

  net/ftgmac100: preserve full VLAN TCI in TX tag insertion (2026-03-30 07:36:25 +0200)

----------------------------------------------------------------
aspeed queue:

* Complete lost interrupts fix in the Aspeed I2C model
* Fix a vlan tag insertion issue in the ftgmac100 model

----------------------------------------------------------------
GuoHan Zhao (1):
      hw/i2c/aspeed_i2c: reset and migrate pending_intr_sts

linhuang (1):
      net/ftgmac100: preserve full VLAN TCI in TX tag insertion

 hw/i2c/aspeed_i2c.c | 4 +++-
 hw/net/ftgmac100.c  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
Re: [PULL 0/2] aspeed queue
Posted by Peter Maydell 2 days, 10 hours ago
On Mon, 30 Mar 2026 at 12:50, Cédric Le Goater <clg@redhat.com> wrote:
>
> The following changes since commit 91f6a9cb1b0f11afa74ef7fb20d5579d9dfbe020:
>
>   Merge tag 'qga-pull-2026-03-27' of https://github.com/kostyanf14/qemu into staging (2026-03-27 18:41:05 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-aspeed-20260330
>
> for you to fetch changes up to 9160305d92d2750e6ca3ada8f048305c9290f03c:
>
>   net/ftgmac100: preserve full VLAN TCI in TX tag insertion (2026-03-30 07:36:25 +0200)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * Complete lost interrupts fix in the Aspeed I2C model
> * Fix a vlan tag insertion issue in the ftgmac100 model
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM