[Qemu-devel] [Bug 1288620] Re: memory leak with config file

2017-06-24 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1288620 Title: memory leak

[Qemu-devel] [PATCH v2 0/2] qobject coccinelle followups

2017-06-24 Thread Eric Blake
v1 was here: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg02589.html Since then: - reorder the series - add R-b on patch 1 - patch 2 updated to catch recent introduction of longhand usage Eric Blake (2): qobject: Catch another straggler for use of qdict_put_str() qobject: Update c

[Qemu-devel] [PATCH v2 2/2] qobject: Update coccinelle script to catch Q{INC, DEC}REF

2017-06-24 Thread Eric Blake
The recent commit b097efc0 used qobject_decref(QOBJECT(E)), even though we already have QDECREF(E) for that purpose. We can update our coccinelle script to catch any future relapses; with that in place, the rest of the patch is generated with: spatch --sp-file scripts/coccinelle/qobject.cocci \

[Qemu-devel] [PATCH v2 1/2] qobject: Catch another straggler for use of qdict_put_str()

2017-06-24 Thread Eric Blake
Dan's addition of key-secret improvements in commit 29cf9336 was developed prior to the addition of QDict scalar insertion macros, but merged after the general cleanup in commit 46f5ac20. Patch created mechanically by rerunning: spatch --sp-file scripts/coccinelle/qobject.cocci \ --macro

Re: [Qemu-devel] [PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support

2017-06-24 Thread gengdongjiu
Laszlo, Thank you very much for your carefully review again and again. I am following your suggestion. 2017-06-03 20:01 GMT+08:00, Laszlo Ersek : > On 05/22/17 16:23, Laszlo Ersek wrote: >> Keeping some context: >> >> On 05/12/17 23:00, Laszlo Ersek wrote: >>> On 04/30/17 07:35, Dongjiu Geng

Re: [Qemu-devel] [Qemu devel v5 PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block.

2017-06-24 Thread sundeep subbaraya
Hi Philippe, On Tue, May 30, 2017 at 6:21 PM, Philippe Mathieu-Daudé wrote: > Hi Subbaraya, > > This patch looks good. > > > On 05/16/2017 12:38 PM, Subbaraya Sundeep wrote: > >> Added Sytem register block of Smartfusion2. >> This block has PLL registers which are accessed by guest. >> >> Signed

Re: [Qemu-devel] [PATCH] Improve Cocoa modifier key handling

2017-06-24 Thread G 3
On Jun 24, 2017, at 8:14 AM, Peter Maydell wrote: On 23 June 2017 at 21:05, Programmingkid wrote: This patch is incompatible with anything below Mac OS 10.10. Oops. Thanks for the report. We support Mac OS 10.5 and up. I was able to make this patch work on Mac OS 10.6 by changing this li

Re: [Qemu-devel] [Qemu devel v5 PATCH 1/5] msf2: Add Smartfusion2 System timer

2017-06-24 Thread sundeep subbaraya
Hi Philippe, On Tue, May 30, 2017 at 6:13 PM, Philippe Mathieu-Daudé wrote: > Hi Subbaraya, > > I have some comments, see inlined. > > > On 05/16/2017 12:38 PM, Subbaraya Sundeep wrote: > >> Modelled System Timer in Microsemi's Smartfusion2 Soc. >> Timer has two 32bit down counters and two inter

Re: [Qemu-devel] [PATCH] Improve Cocoa modifier key handling

2017-06-24 Thread Peter Maydell
On 23 June 2017 at 21:05, Programmingkid wrote: > This patch is incompatible with anything below Mac OS 10.10. Oops. Thanks for the report. > We support Mac OS 10.5 and up. I was able to make this patch work > on Mac OS 10.6 by changing this line: > > NSEventModifierFlags modifiers = [event modi

[Qemu-devel] migration_bitmap_sync()

2017-06-24 Thread ali saeedi
Hello What does ' migration_bitmap_sync()' function do? thanks a lot

Re: [Qemu-devel] Looking for ideas: Single process vs multi process qemu instances

2017-06-24 Thread Ajallooiean Hossein
Hi Alex, Thanks for you email. I'm on x86-64 and am emulating ARM64 using TCG - QEMU 2.9. Well I was hoping to see if I can use a single process to have all the machines within it to do a simple lockstep execution among the emulating machines. Im assuming the biggest issue is the thread confl

Re: [Qemu-devel] Guest unresponsive after Virtqueue size exceeded error

2017-06-24 Thread Fernando Casas Schössow
Hi Ladi, After running for about 15hrs two different guests (one Windows, one Linux) crashed with around 1 hour difference and the same error in qemu log "Virqueue size exceeded". The Linux guest was already running on virtio_scsi and without virtio_balloon. :( I compiled and attached gdbserve

Re: [Qemu-devel] [Qemu devel v5 PATCH 3/5] msf2: Add Smartfusion2 SPI controller

2017-06-24 Thread sundeep subbaraya
Hi Philippe, On Tue, May 30, 2017 at 6:45 PM, Philippe Mathieu-Daudé wrote: > > > On 05/16/2017 12:38 PM, Subbaraya Sundeep wrote: > >> Modelled Microsemi's Smartfusion2 SPI controller. >> >> Signed-off-by: Subbaraya Sundeep >> --- >> hw/ssi/Makefile.objs | 1 + >> hw/ssi/mss-spi.c