Skip to content

Conversation

@li041
Copy link
Contributor

@li041 li041 commented Jan 7, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds virtio network device configuration for the qemu-gicv3 platform, enabling network connectivity for zone1-linux through a virtio-net MMIO device.

Key Changes:

  • Uncommented and enabled the virtio-net device in the device tree at address 0xa003600 with IRQ 43 (SPI 75)
  • Added corresponding memory region and interrupt configuration in zone1-linux.json
  • Added detailed virtio-net device configuration in zone1-linux-virtio.json with tap interface and MAC address settings

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
platform/aarch64/qemu-gicv3/image/dts/zone1-linux.dts Uncommented virtio_mmio@a003600 device node for network device in the device tree
platform/aarch64/qemu-gicv3/configs/zone1-linux.json Added memory region for virtio-net at 0xa003600 and interrupt 75 to zone configuration
platform/aarch64/qemu-gicv3/configs/zone1-linux-virtio.json Added complete virtio-net device configuration including tap interface (tap0) and MAC address

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@enkerewpo enkerewpo merged commit 742b979 into syswonder:dev Jan 10, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants