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

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

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

[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,

[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,

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 > >

[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". > >

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