I’ve been poking around the code trying to find how a kernel built with a hardware target configures its network internally.
I can see that qemu is invoked with some network related parameters but that configures the network on the host side, not the guest side, is that right? If so, where and how does the hardware guest configure its network? Overall I’m trying to understand the relationship between external (host) and internal (guest) network configuration for each of the platforms, and at exactly what point the network is configured on each side: xen ec2 qemu/kvm iso Would someone mind describing how the internal network configuration is done for hardware targets please? thanks as
