Re: [Qemu-devel] [Bug?] Guest pause because VMPTRLD failed in KVM

2016-11-20 Thread gong lei
On 2016/11/17 20:39, Paolo Bonzini wrote: > > On 10/11/2016 15:10, gong lei wrote: >> 4) The isssue can't be reporduced. I search the Intel VMX sepc about >> reaseons >> of vmptrld failure: >> The instruction fails if its operand is not properly aligned

Re: [Qemu-devel] [PATCH v14 1/2] virtio-crypto: Add virtio crypto device specification

2016-11-20 Thread gong lei
On 2016/11/17 2:11, Halil Pasic wrote: > On 11/11/2016 10:23 AM, Gonglei wrote: >> The virtio crypto device is a virtual crypto device (ie. hardware >> crypto accelerator card). Currently, the virtio crypto device provides >> the following crypto services: CIPHER, MAC, HASH, and AEAD. >> >> In

Re: [Qemu-devel] [PATCH] crypto: add virtio-crypto driver

2016-11-19 Thread gong lei
on 2016/11/17 23:55, Benedetto, Salvatore wrote: > Hi Gonglei, > > ... >> + >> +static int virtio_crypto_alg_ablkcipher_init_session( >> +struct virtio_crypto_ablkcipher_ctx *ctx, >> +int alg, const uint8_t *key, >> +unsigned int keylen, >> +int

[Qemu-devel] [Bug?] Guest pause because VMPTRLD failed in KVM

2016-11-10 Thread gong lei
Hello, We encountered a problem that a guest paused because the KMOD report VMPTRLD failed. The related information is as follows: 1) Qemu command: /usr/bin/qemu-kvm -name omu1 -S -machine pc-i440fx-2.3,accel=kvm,usb=off -cpu host -m 15625 -realtime mlock=off -smp

Re: [Qemu-devel] [PATCH v11 1/2] virtio-crypto: Add virtio crypto device specification

2016-10-04 Thread gong lei
On 2016/10/4 17:05, Stefan Hajnoczi wrote: > On Tue, Oct 04, 2016 at 02:53:25AM +0000, gong lei wrote: >> Hi Stefan, >> >> Thanks for your comments. >> >>> On Wed, Sep 28, 2016 at 05:08:24PM +0800, Gonglei wrote: >>>> /+For scatter/