[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-22 Thread Ven Karri
Yes, I think it's the same issue. So, are you planning to integrate the following patch into the source code? https://bugs.launchpad.net/qemu/+bug/1914117/comments/10 Or is there a better solution you are working on? -- You received this bug notification because you are a member of qemu-

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-21 Thread Ven Karri
I am not sure if a separate slirp installation via macports is necessary. When you install qemu via homebrew, it's supposed to install any slirp related libarries as part of qemu installation. Having said that, I haven't noticed a slirp package installed on my mac when I did a `brew list`. So, I

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: - 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) + 1. Install QEMU using homebrew on Mac OS X (I tried on Catalina and Big Sur) 2. Spin up a guest VM (say) Cent OS 8 using user mode networking. 3. Install podman inside the guest

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) - 2. Spin up a guest VM (say) Cent OS8 using user mode networking. + 2. Spin up a guest VM (say) Cent OS 8 using user mode networking. 3. Install podman inside the guest 4. Run

[Bug 1916344] Re: User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
** Description changed: Steps to reproduce: 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) 2. Spin up a guest VM (say) Cent OS8 using user mode networking. 3. Install podman inside the guest 4. Run podman pull alpine The result is: [root@localhost ~]# podman

[Bug 1916344] [NEW] User mode networking not working properly on QEMU on Mac OS X host

2021-02-20 Thread Ven Karri
Public bug reported: Steps to reproduce: 1. Install QEMU using homebrew on Mac OS X (I used Big Sur) 2. Spin up a guest VM (say) Cent OS8 using user mode networking. 3. Install podman inside the guest 4. Run podman pull alpine The result is: [root@localhost ~]# podman pull alpine Resolved

[Bug 1912857] Re: virtio-serial blocks hostfwd ssh on windows 10 host

2021-01-22 Thread Ven Karri
** Description changed: qemu-system-x86_64   -display none   -hda archlinux.qcow2   -m 4G   -netdev user,id=n1,hostfwd=tcp::-:22   -device virtio-net-pci,netdev=n1 --> THIS WORKS - meaning I can ssh into the vm via port qemu-system-x86_64   -display none   -hda

[Bug 1912857] Re: virtio-serial blocks hostfwd ssh on windows 10 host

2021-01-22 Thread Ven Karri
** Description changed: - qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev - user,id=n1,hostfwd=tcp::-:22 -device virtio-net-pci,netdev=n1 --> - WORKS - meaning I can ssh into the vm via port + qemu-system-x86_64 + -display none + -hda archlinux.qcow2 + -m 4G

[Bug 1912857] Re: virtio-serial blocks hostfwd ssh on windows 10 host

2021-01-22 Thread Ven Karri
** Description changed: qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev user,id=n1,hostfwd=tcp::-:22 -device virtio-net-pci,netdev=n1 --> WORKS - meaning I can ssh into the vm via port qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev

[Bug 1912857] Re: virtio-serial blocks hostfwd ssh on windows 10 host

2021-01-22 Thread Ven Karri
** Description changed: qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev user,id=n1,hostfwd=tcp::-:22 -device virtio-net-pci,netdev=n1 --> WORKS - meaning I can ssh into the vm via port qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev

[Bug 1912857] [NEW] virtio-serial blocks hostfwd ssh on windows 10 host

2021-01-22 Thread Ven Karri
Public bug reported: qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev user,id=n1,hostfwd=tcp::-:22 -device virtio-net-pci,netdev=n1 --> WORKS - meaning I can ssh into the vm via port qemu-system-x86_64 -display none -hda archlinux.qcow2 -m 4G -netdev

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
(qemu) hostfwd_add tcp::43210-:43210 (qemu) hostfwd_remove tcp::43210-:43210 invalid format -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `hostfwd_remove` does not work

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
Not sure I understand. The intended behavior is to remove the ports. It doesn't do that. And it returns 'invalid format'. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command

[Bug 1911797] Re: hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
My bad. The correct command is this: (qemu) hostfwd_remove tcp::43210 This bug can be closed. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1911797 Title: hmp command `hostfwd_remove` does not

[Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm

2021-01-14 Thread Ven Karri
Public bug reported: On a running VM, I ran the following two hmp commands: "hostfwd_add tcp::43210-:43210" --> WORKS 'hostfwd_remove tcp::43210-:43210" --> DOES NOT WORK. returns 'invalid format' QEMU version 5.1 ** Affects: qemu Importance: Undecided Status: New -- You