Create a Bridge for Qemu using only loopback

hello networking folks,
i have 3 virtual machines that need to talk to each other

How can i create a bridge to loopback ?

-net tap,vlan=0,ifname=tap1

where tap1 is connected to lo:1 , tap2 is connected to lo:2 etc

thx