Permissively Licensing the CPU Component

2025-02-19 Thread Faisal Al-Humaimidi
https://github.com/unicorn-engine/unicorn/issues/2114, and it would be great to have a feedback regarding this matter from the official QEMU developers, whether directly on the issue or a reply to this email and I'd relay your response. Kind regards, Faisal Al-Humaimidi

Re: QEMU Sockets Networking Backend Multicast Networking Fix

2020-02-17 Thread Faisal Al-Humaimidi
this idea in Python: https://pymotw.com/2/socket/multicast.html. Regards, Faisal Al-Humaimidi On Mon., Feb. 17, 2020, 1:54 a.m. Jason Wang, wrote: > > On 2020/2/15 下午6:39, Markus Armbruster wrote: > > Jason, please have a look. > > > > Faisal Al-Humaimidi writes: &

QEMU Sockets Networking Backend Multicast Networking Fix

2020-02-14 Thread Faisal Al-Humaimidi
send packets from that address. */ if (localaddr != NULL) { ret = qemu_setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, localaddr, sizeof(*localaddr)); ``` Regards, Faisal Al-Humaimidi qemu-4.2.0-fix_socket_mcast.patch Description: Binary data

[Bug 1862979] [NEW] Cannot Create Socket Networking in Windows Host using Multicast

2020-02-12 Thread Faisal Al-Humaimidi
Public bug reported: Hello QEMU devs, I am trying to create a simulated VLAN using socket networking, and the only way to connect multiple networks in QEMU using socket networking is by using the multicast `mcast` option of the `socket` network backend. However, when I try use the following argu