Re: locking option doesn't work as expected

2020-11-04 Thread Masayoshi Mizuma
On Wed, Nov 04, 2020 at 04:48:53PM +, Daniel P. Berrangé wrote: > On Wed, Nov 04, 2020 at 11:35:56AM -0500, Masayoshi Mizuma wrote: > > Hello, > > > > It seems that locking option doesn't work as expected. > > When I run qemu as following options, then I got

Re: locking option doesn't work as expected

2020-11-04 Thread Daniel P . Berrangé
On Wed, Nov 04, 2020 at 11:35:56AM -0500, Masayoshi Mizuma wrote: > Hello, > > It seems that locking option doesn't work as expected. > When I run qemu as following options, then I got an error and failed to > boot the guest: > > qemu-system-x86_64 \ > -m

locking option doesn't work as expected

2020-11-04 Thread Masayoshi Mizuma
Hello, It seems that locking option doesn't work as expected. When I run qemu as following options, then I got an error and failed to boot the guest: qemu-system-x86_64 \ -machine pc \ -enable-kvm \ -cpu host \ -smp 1 -m 4G \ -nographic \ -serial telnet::1235,s