Re: [Qemu-discuss] [ovirt-devel] Query regarding copying and executing files inside guest OS

2019-02-21 Thread Nir Soffer
On Thu, Feb 21, 2019 at 2:42 PM Pravin Amin wrote: > Hi, > > > > We are looking for a way to copy files and execute scripts inside Virtual > Machines hosted on oVirt manager (Any supported guest OS) either through > REST API or using Guest Tools. Please let me know how we can achieve it. > I'm

Re: [Qemu-discuss] Multiple ports hostfwd is not working as expected

2019-02-21 Thread Alexei Colin
On Thu, Feb 21, 2019 at 04:37:55PM +, Bilal, Muhammad wrote: > $ ./qemu-system-aarch64 -M xlnx-zcu102 -m 256 -smp 4 -net nic -net nic -net > nic -net nic -net user,hostfwd=tcp::8080-:8080 -net > user,hostfwd=tcp::8081-:8081 -kernel -serial stdio Try passing multiple hostfwd= arguments in

[Qemu-discuss] Multiple ports hostfwd is not working as expected

2019-02-21 Thread Bilal, Muhammad
Hi, QEMU become hang while trying to *multiple* host port forwarding to launch the networking kernel image. $ ./qemu-system-aarch64 -M xlnx-zcu102 -m 256 -smp 4 -net nic -net nic -net nic -net nic -net user,hostfwd=tcp::8080-:8080 -net user,hostfwd=tcp::8081-:8081 -kernel -serial stdio