[PATCH] fsl-imx6: Add SNVS support for i.MX6 boards

2023-05-15 Thread Vitaly Cheptsov
patches CC here) Signed-off-by: Vitaly Cheptsov --- hw/arm/fsl-imx6.c | 8 include/hw/arm/fsl-imx6.h | 2 ++ 2 files changed, 10 insertions(+) diff --git a/hw/arm/fsl-imx6.c b/hw/arm/fsl-imx6.c index 00dafe3f62..4fa7f0b95e 100644 --- a/hw/arm/fsl-imx6.c +++ b/hw/arm/fsl-imx6.c

[PATCH v3] net: fix multicast support with BSD (macOS) socket implementations

2022-06-01 Thread Vitaly Cheptsov
ying this patch one will be able to communicate with QEMU when using "-nic socket,mcast=230.0.0.1:1234,model=virtio-net-pci" from QEMU or macOS itself. Cc: Jason Wang Cc: Daniel P. Berrange Cc: Philippe Mathieu-Daudé Signed-off-by: Vitaly Cheptsov --- net/socket.c | 18 +++

Re: [PATCH v2] net: fix multicast support with BSD (macOS) socket implementations

2022-05-31 Thread Vitaly Cheptsov
lly after applying this patch one will be able to communicate with QEMU when using "-nic socket,mcast=230.0.0.1:1234,model=virtio-net-pci" from QEMU or macOS itself. Best regards, Vitaly > On 31 May 2022, at 10:02, Jason Wang wrote: > > On Wed, May 18, 2022 at 3:

Re: [PATCH v2] net: fix multicast support with BSD (macOS) socket implementations

2022-05-18 Thread Vitaly Cheptsov
V2 version of the previous patch ensures to keep compatibility with non-Apple platforms to avoid any potential compatibility issues with e.g. Windows mentioned in the review. > On 18 May 2022, at 10:39, Vitaly Cheptsov wrote: > > Cc: Jason Wang > Cc: Daniel P. Berrange &g

[PATCH v2] net: fix multicast support with BSD (macOS) socket implementations

2022-05-18 Thread Vitaly Cheptsov
Cc: Jason Wang Cc: Daniel P. Berrange Cc: Philippe Mathieu-Daudé Signed-off-by: Vitaly Cheptsov --- net/socket.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/net/socket.c b/net/socket.c index bfd8596250..583f788a22 100644 --- a/net/socket.c +++ b/net/socket.c

Re: [PATCH] net: fix multicast support with BSD (macOS) socket implementations

2022-05-16 Thread Vitaly Cheptsov
Gentle ping :) > On 3 May 2022, at 19:10, Vitaly Cheptsov wrote: > > Hi Daniel, > > Thank you for your comment. Socket implementation on all the systems is > rather complicated, and while I am fine to update the patch with better > reasoning, it needs to work on macOS

Re: [PATCH] net: fix multicast support with BSD (macOS) socket implementations

2022-05-03 Thread Vitaly Cheptsov
NG: more No IPv4 address found on p2p0 ! b'message_from_b' % python3 ./b.py WARNING: No IPv4 address found on en2 ! WARNING: No IPv4 address found on en1 ! WARNING: more No IPv4 address found on p2p0 ! b'message_from_b' b'message_from_a' > On 3 May 2022, at 16:13, D

[PATCH] net: fix multicast support with BSD (macOS) socket implementations

2022-05-01 Thread Vitaly Cheptsov
Cc: Philippe Mathieu-Daudé Signed-off-by: Vitaly Cheptsov --- net/socket.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/net/socket.c b/net/socket.c index ea5220a2eb..8b2c6c4bb8 100644 --- a/net/socket.c +++ b/net/socket.c @@ -252,10 +252,24 @@ static

Re: [PATCH] target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E

2022-01-23 Thread Vitaly Cheptsov
ess reproducible. Best, Vitaly > On 21 Jan 2022, at 20:33, Cédric Le Goater wrote: > > Hello Vitaly, > > On 1/21/22 10:33, Vitaly Cheptsov wrote: >> Hi Cédric, >>> This looks correct and even fixing an issue that Mario reported >>> on the TCG e6500 CPU with a kerne

Re: [PATCH] target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E

2022-01-21 Thread Vitaly Cheptsov
the patch in a non attached way ? See : > > https://www.qemu.org/docs/master/devel/submitting-a-patch.html > > and copy qemu-devel. Yes, sure. Have just done that. Best regards, Vitaly > On 21 Jan 2022, at 11:17, Cédric Le Goater wrote: > > Hello Vitaly > > On 1/21/22 01:0

[PATCH] target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E

2022-01-21 Thread Vitaly Cheptsov
mode. Cc: "Cédric Le Goater" Cc: Daniel Henrique Barboza Cc: David Gibson Cc: Greg Kurz Cc: qemu-...@nongnu.org Cc: qemu-devel@nongnu.org Cc: qemu-sta...@nongnu.org Signed-off-by: Vitaly Cheptsov --- target/ppc/mmu_common.c | 18 +++--- 1 file changed, 15 insertions(+), 3

Re: [PATCH] i386/acpi: restore device paths for pre-5.1 vms

2021-03-23 Thread Vitaly Cheptsov
. > > Unlikley to be common but let's at least create a way for these people > to used these VMs. > > > On Mon, Mar 22, 2021 at 06:49:09PM +0300, Vitaly Cheptsov wrote: >> Hi Michael, >> >> That makes little sense in my opinion, these people can simply upgra

Re: [PATCH] i386/acpi: restore device paths for pre-5.1 vms

2021-03-22 Thread Vitaly Cheptsov
8PM +0300, Vitaly Cheptsov wrote: >> After fixing the _UID value for the primary PCI root bridge in >> af1b80ae it was discovered that this change updates Windows >> configuration in an incompatible way causing network configuration >> failure unless DHCP is used. More details p

[PATCH] target/ppc: fix icount support on Book-e vms accessing SPRs

2021-03-01 Thread Vitaly Cheptsov
Failing to guard SPR access with gen_io_start/gen_stop_exception causes "Bad icount read" exceptions when running VMs with e500mc and e500v2 CPUs with an icount parameter. Cc: qemu-devel@nongnu.org Signed-off-by: Vitaly Cheptsov --- target/ppc/translate_init.

[PATCH] i386/acpi: restore device paths for pre-5.1 vms

2021-03-01 Thread Vitaly Cheptsov
: Vitaly Cheptsov --- hw/i386/acpi-build.c | 4 ++-- hw/i386/pc_piix.c| 2 ++ hw/i386/pc_q35.c | 2 ++ include/hw/i386/pc.h | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 31a5f6f4a5..442b4629a9 100644 --- a/hw/i386