Re: [Qemu-discuss] [Qemu-block] qemu-img convert stuck

2018-04-09 Thread Benny Zlotnik
source: qcow2 on NFS target: raw on NFS source: $ qemu-img info /rhev/data-center/bb422fac-81c5-4fea-8782-3498bb5c8a59/26989331-2c39-4b34-a7ed-d7dd7703646c/images/597e12b6-19f5-45bd-868f-767600c7115e/62a5492e-e120-4c25-898e-9f5f5629853e image: /rhev/data-center/bb422fac-81c5-4fea-8782-3498bb5c8a5

Re: [Qemu-discuss] How to boot from D (not cdrom)?

2018-04-09 Thread Thomas Huth
On 06.04.2018 20:41, Narcis Garcia wrote: > I know the "-boot d" parameter for Qemu, but it only works when optical > media is declared. > If I boot a virtual machine with primary and secondary disk imatges > (e.g. disk1.img and disk2.img in this order), how can I force Qemu > (included BIOS) to bo

Re: [Qemu-discuss] How to run qemu with -nographic and -monitor but still be able to send Ctrl+C to the guest?

2018-04-09 Thread Thomas Huth
On 08.04.2018 12:39, Ciro Santilli wrote: > https://stackoverflow.com/questions/49716931/how-to-run-qemu-with-nographic-and-monitor-but-still-be-able-to-send-ctrlc-to > > I have just found out that if you run QEMU with `-monitor > telnet::45454,server,nowait -nographic`, then Ctrl-C kills the QEMU

Re: [Qemu-discuss] How to run qemu with -nographic and -monitor but still be able to send Ctrl+C to the guest?

2018-04-09 Thread Ciro Santilli
On Mon, Apr 9, 2018 at 1:33 PM, Thomas Huth wrote: > On 08.04.2018 12:39, Ciro Santilli wrote: >> https://stackoverflow.com/questions/49716931/how-to-run-qemu-with-nographic-and-monitor-but-still-be-able-to-send-ctrlc-to >> >> I have just found out that if you run QEMU with `-monitor >> telnet::45

[Qemu-discuss] on use of ivshmem

2018-04-09 Thread ??????
I wish to share memory between the VM and the Linux Host. ivshmem is a good option, but the sample application is rare. The sample on Github is out-of-date and cannot match my current 2.7.92 Qemu. Does anyone have any testcode or doc on how to use ivshmem? Best wishes, Maxul

Re: [Qemu-discuss] How to run qemu with -nographic and -monitor but still be able to send Ctrl+C to the guest?

2018-04-09 Thread Thomas Huth
On 10.04.2018 02:10, Ciro Santilli wrote: > On Mon, Apr 9, 2018 at 1:33 PM, Thomas Huth wrote: >> On 08.04.2018 12:39, Ciro Santilli wrote: [...] >>> Is there a way to both keep my `Ctrl-C` and `-monitor` working with >>> `-nographic`? >>> >>> Full QEMU command: >>> >>> qemu-system-x86_64 -app