Re: [Qemu-devel] [PATCH 02/14] nvdimm acpi: drop the lock of fit buffer

2016-11-09 Thread Igor Mammedov
On Mon, 7 Nov 2016 19:13:37 +0800 Xiao Guangrong wrote: > as there is a global lock to protect vm-exit handlers and > QMP/monitor, this lock can be dropped > > Suggested-by: Igor Mammedov > Signed-off-by: Xiao Guangrong Reviewed-by: Igor Mammedov > --- > hw/acpi/nvdimm.c| 11 +-

Re: [Qemu-devel] [PATCH 02/14] nvdimm acpi: drop the lock of fit buffer

2016-11-07 Thread Stefan Hajnoczi
On Mon, Nov 07, 2016 at 07:13:37PM +0800, Xiao Guangrong wrote: > as there is a global lock to protect vm-exit handlers and > QMP/monitor, this lock can be dropped > > Suggested-by: Igor Mammedov > Signed-off-by: Xiao Guangrong > --- > hw/acpi/nvdimm.c| 11 +-- > include/hw/mem/

[Qemu-devel] [PATCH 02/14] nvdimm acpi: drop the lock of fit buffer

2016-11-07 Thread Xiao Guangrong
as there is a global lock to protect vm-exit handlers and QMP/monitor, this lock can be dropped Suggested-by: Igor Mammedov Signed-off-by: Xiao Guangrong --- hw/acpi/nvdimm.c| 11 +-- include/hw/mem/nvdimm.h | 17 + 2 files changed, 6 insertions(+), 22 deletions(