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

2018-04-11 Thread Ciro Santilli
On Tue, Apr 10, 2018 at 9:54 PM, Thomas Huth wrote: > On 10.04.2018 16:06, Ciro Santilli wrote: >> On Tue, Apr 10, 2018 at 6:27 AM, Thomas Huth wrote: >>> 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 wr

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

2018-04-11 Thread Peter Maydell
On 11 April 2018 at 13:33, Ciro Santilli wrote: > There is now just one minor quirk which I can live with: for arm and > aarch64, if I hit Ctrl + C while the kernel is booting and spitting > out dmesg messages, then the userland terminal is dead: it does not > show any characters when I type, nor

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

2018-04-11 Thread Max Reitz
On 2018-04-09 08:04, Stefan Hajnoczi wrote: > On Sun, Apr 08, 2018 at 10:35:16PM +0300, Benny Zlotnik wrote: > > What type of storage are the source and destination images? (e.g. > source is a local qcow2 file on xfs, destination is a raw file on NFS) > >> $ gdb -p 13024 -batch -ex "thread apply

[Qemu-discuss] KVM without microcode

2018-04-11 Thread JT
(I've also posted this to the KVM mailing list) Hey All A hopefully simple question: If a KVM Hypervisor is using a kernel that identifies itself as using "Full generic retpoline", does this mean that the hypervisor and other guests are safe from a malicious guest trying to exploit Spectre V2, e

[Qemu-discuss] KVM without microcode

2018-04-11 Thread JT
(I've also posted this to the KVM mailing list) Hey All A hopefully simple question: If a KVM Hypervisor is using a kernel that identifies itself as using "Full generic retpoline", does this mean that the hypervisor and other guests are safe from a malicious guest trying to exploit Spectre V2, e

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

2018-04-11 Thread Ciro Santilli
On Wed, Apr 11, 2018 at 2:11 PM, Peter Maydell wrote: > On 11 April 2018 at 13:33, Ciro Santilli wrote: >> There is now just one minor quirk which I can live with: for arm and >> aarch64, if I hit Ctrl + C while the kernel is booting and spitting >> out dmesg messages, then the userland terminal

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

2018-04-11 Thread David Lee
On Mon, Apr 9, 2018 at 3:35 AM, Benny Zlotnik wrote: > $ gdb -p 13024 -batch -ex "thread apply all bt" > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > 0x7f98275cfaff in ppoll () from /lib64/libc.so.6 > > Thread 1 (Thread 0x7f983e

[Qemu-discuss] Ivshmem

2018-04-11 Thread ??????
Hi, I wish to use ivhshmem to allow the guest access host shm. The repo in GitHub is out-of-date; the guest kernel module seems not to work. Does RedHat have a ivhshmem example for me to test? Best wishes, Maxul

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

2018-04-11 Thread Fam Zheng
On Thu, 04/12 09:51, David Lee wrote: > On Mon, Apr 9, 2018 at 3:35 AM, Benny Zlotnik wrote: > > > $ gdb -p 13024 -batch -ex "thread apply all bt" > > [Thread debugging using libthread_db enabled] > > Using host libthread_db library "/lib64/libthread_db.so.1". > > 0x7f98275cfaff in ppoll () f

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

2018-04-11 Thread David Lee
On Thu, Apr 12, 2018 at 10:03 AM, Fam Zheng wrote: > On Thu, 04/12 09:51, David Lee wrote: > > On Mon, Apr 9, 2018 at 3:35 AM, Benny Zlotnik > wrote: > > > > > $ gdb -p 13024 -batch -ex "thread apply all bt" > > > [Thread debugging using libthread_db enabled] > > > Using host libthread_db librar