Re: [Qemu-devel] [ANNOUNCE] QEMU 1.0 release

2011-12-05 Thread Alex Jia
Hi Anthony, It seems the following link is unavailable now: http://wiki.qemu.org/download/qemu-1.0.tar.gz Regards, Alex - Original Message - From: "Anthony Liguori" To: "qemu-devel" Sent: Friday, December 2, 2011 5:23:37 AM Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.0 release Hi, On beh

Re: [Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-23 Thread Alex Jia
M Subject: Re: [Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects Alex Jia <887...@bugs.launchpad.net> writes: > This is latest result on qemu-1.0-rc3, and I notice that 'RESOURCE_LEAK' > is 10 now: RESOURCE_LEAK is crippled right now, because Coverity knows n

[Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-22 Thread Alex Jia
** Attachment added: "qemu-1.0-rc3.err" https://bugs.launchpad.net/qemu/+bug/887883/+attachment/2605559/+files/qemu-1.0-rc3.err -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/887883 Title: Cover

[Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-22 Thread Alex Jia
This is latest result on qemu-1.0-rc3, and I notice that 'RESOURCE_LEAK' is 10 now: Analysis summary report: Files analyzed : 825 Total LoC input to cov-analyze : 576887 Functions analyzed : 20639 Paths analyzed : 896645 Defect o

Re: [Qemu-devel] KVM call agenda for Novemeber 22

2011-11-22 Thread Alex Jia
Hi Yongbo, I know VMsafe covers three main areas are Memory, Disk and Network for securing the virtual environment, as far as I know, for kvm security, we have similar security features or resource management and control, for instance: 1. Host network isolation, configuring network interface for t

[Qemu-devel] [Bug 887883] [NEW] Coverity scan revealed defects

2011-11-08 Thread Alex Jia
Public bug reported: Coverity scan detected some issues such as RESOURCE_LEAK and REVERSE_INULL etc on qemu-1.0rc1: Analysis summary report: Files analyzed : 830 Total LoC input to cov-analyze : 576549 Functions analyzed : 20721 Paths analyzed

[Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-08 Thread Alex Jia
** Attachment added: "qemu-1.0rc1.err" https://bugs.launchpad.net/bugs/887883/+attachment/2590257/+files/qemu-1.0rc1.err -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/887883 Title: Coverity sca

Re: [Qemu-devel] [PATCH v2] linux-user: fix memory leak in failure path

2011-09-28 Thread Alex Jia
On 09/28/2011 05:43 PM, Peter Maydell wrote: On 28 September 2011 09:24, wrote: From: Alex Jia Haven't released memory of 'host_mb' in failure path, and calling malloc allocate memory to 'host_array', however, memory hasn't been freed before the function t

Re: [Qemu-devel] [PATCH] linux-user: fix memory leak in failure path

2011-09-28 Thread Alex Jia
On 09/28/2011 03:55 PM, Peter Maydell wrote: On 28 September 2011 07:57, wrote: From: Alex Jia Haven't released memory of 'array' and 'host_mb' in failure paths. Signed-off-by: Alex Jia --- linux-user/syscall.c |6 -- 1 files changed, 4 insertions(+), 2 d