Re: [Qemu-devel] [PATCH 3/3] libcacard: don't free sign buffer while sign op is pending

2014-10-19 Thread Alon Levy
On 10/19/2014 05:12 AM, Ray Strode wrote: From: Ray Strode rstr...@redhat.com commit 57f97834efe0c208ffadc9d2959f3d3d55580e52 cleaned up the cac_applet_pki_process_apdu function to have a single exit point. Unfortunately, that commit introduced a bug where the sign buffer can get free'd and

[Qemu-devel] [PATCH] target-xtensa: add core importing script

2014-10-19 Thread Max Filippov
This script copies configuration and gdb information from the xtensa configuration overlay archive and registers new xtensa core. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/import_core.sh | 53 1 file changed, 53 insertions(+)

Re: [Qemu-devel] [PATCH v4 2/3] monitor: add del completion for peripheral device

2014-10-19 Thread Marcel Apfelbaum
On Fri, 2014-10-17 at 17:35 +0800, Zhu Guihua wrote: Add peripheral_device_del_completion() to let peripheral device del completion be possible. Signed-off-by: Zhu Guihua zhugh.f...@cn.fujitsu.com --- monitor.c | 24 1 file changed, 24 insertions(+) diff --git

[Qemu-devel] [PATCH] tests: fix acpi tables regeneration script

2014-10-19 Thread Marcel Apfelbaum
Commit: 501f28ca9db08e84819b26314525b6369e7704dd tests: rename acpi-test to bios-tables-test modified acpi-test file from acpi-test.c to bios-tables-test.c. However, the tables regeneration script was not modified accordingly. Fixed the test name also in rebuild-expected-aml.sh script.

[Qemu-devel] [PATCH] target-xtensa: fix build for cores w/o windowed registers

2014-10-19 Thread Max Filippov
Cores without windowed registers don't have window overflow/underflow vectors. Move these vectors to a separate group defined conditionally. Signed-off-by: Max Filippov jcmvb...@gmail.com --- target-xtensa/overlay_tool.h | 31 +++ 1 file changed, 19 insertions(+), 12

[Qemu-devel] [Consult] microblaze: About running upstream main branch qemu

2014-10-19 Thread Chen Gang
Hello microblaze maintainers: I tried to run upstream qemu for microblaze, but failed. It seems only special qemu branch can run it. And after try Xilinx qemu branch, I got segment fault which is related with -dtb. So I want to consult: - Can our main upstream qemu (not other branches) run

Re: [Qemu-devel] [Consult] microblaze: About running upstream main branch qemu

2014-10-19 Thread Max Filippov
On Sun, Oct 19, 2014 at 5:37 PM, Chen Gang gang.chen.5...@gmail.com wrote: - running: ./arm-softmmu/qemu-system-arm -M arm-generic-fdt -nographic -smp 2 -machine linux=on -serial mon:stdio -dtb ../linux-xlnx/system.dtb \ -kernel ../linux-xlnx/arch/microblaze/boot/linux.bin

[Qemu-devel] [PATCH V6 0/2] Virtual Machine Generation ID

2014-10-19 Thread Gal Hammer
Hi, A two parts patch to add a QEmu support for Microsoft's Virtual Machine Generation ID device. The first one is the ACPI tables changes and the actual device and the second patch updates the tests' ACPI tables. Your comment are welcomed. Thanks, Gal. V6 - Move the device's description

[Qemu-devel] [PATCH 1/2] i386: Add a Virtual Machine Generation ID device

2014-10-19 Thread Gal Hammer
Based on Microsoft's sepecifications (paper can be dowloaded from http://go.microsoft.com/fwlink/?LinkId=260709), add a device description to the SSDT ACPI table and its implementation. The GUID is set using a global vmgenid.uuid parameter. Signed-off-by: Gal Hammer gham...@redhat.com ---

[Qemu-devel] [PATCH 2/2] tests: update acpi tables after adding the vmgenid device

2014-10-19 Thread Gal Hammer
--- tests/acpi-test-data/pc/DSDT | Bin 2807 - 2820 bytes tests/acpi-test-data/pc/SSDT | Bin 3065 - 3239 bytes tests/acpi-test-data/q35/DSDT | Bin 7397 - 7410 bytes tests/acpi-test-data/q35/SSDT | Bin 1346 - 1520 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git

Re: [Qemu-devel] [Consult] microblaze: About running upstream main branch qemu

2014-10-19 Thread Chen Gang
On 10/19/14 21:38, Max Filippov wrote: On Sun, Oct 19, 2014 at 5:37 PM, Chen Gang gang.chen.5...@gmail.com wrote: - running: ./arm-softmmu/qemu-system-arm -M arm-generic-fdt -nographic -smp 2 -machine linux=on -serial mon:stdio -dtb ../linux-xlnx/system.dtb \ -kernel

Re: [Qemu-devel] [Consult] microblaze: About running upstream main branch qemu

2014-10-19 Thread Guenter Roeck
On 10/19/2014 06:58 AM, Chen Gang wrote: On 10/19/14 21:38, Max Filippov wrote: On Sun, Oct 19, 2014 at 5:37 PM, Chen Gang gang.chen.5...@gmail.com wrote: - running: ./arm-softmmu/qemu-system-arm -M arm-generic-fdt -nographic -smp 2 -machine linux=on -serial mon:stdio -dtb

Re: [Qemu-devel] [PATCH 1/2] i386: Add a Virtual Machine Generation ID device

2014-10-19 Thread Michael S. Tsirkin
On Sun, Oct 19, 2014 at 04:43:07PM +0300, Gal Hammer wrote: Based on Microsoft's sepecifications (paper can be dowloaded from http://go.microsoft.com/fwlink/?LinkId=260709), add a device description to the SSDT ACPI table and its implementation. The GUID is set using a global vmgenid.uuid

Re: [Qemu-devel] [Consult] microblaze: About running upstream main branch qemu

2014-10-19 Thread Chen Gang
OK, thanks, I shall try it within 2 days. Send from Lenovo A788t. Guenter Roeck li...@roeck-us.net wrote: On 10/19/2014 06:58 AM, Chen Gang wrote: On 10/19/14 21:38, Max Filippov wrote: On Sun, Oct 19, 2014 at 5:37 PM, Chen Gang gang.chen.5...@gmail.com wrote: - running:

Re: [Qemu-devel] [PATCH qom v4 00/13] GPIO/IRQ QOMification: Phase 2 - Getting rid of SYSBUS IRQs

2014-10-19 Thread Peter Crosthwaite
On Sat, Oct 18, 2014 at 2:24 AM, Paolo Bonzini pbonz...@redhat.com wrote: These are the QOM IRQ patches from Peter Crosthwaite. I and Alex made the small changes I requested, so here they are. Sorry for the list inactivity. I am back in the office as of today. Regards, Peter We tested them

Re: [Qemu-devel] [PATCH v4 2/3] monitor: add del completion for peripheral device

2014-10-19 Thread Zhu Guihua
On Sun, 2014-10-19 at 14:37 +0300, Marcel Apfelbaum wrote: On Fri, 2014-10-17 at 17:35 +0800, Zhu Guihua wrote: Add peripheral_device_del_completion() to let peripheral device del completion be possible. Signed-off-by: Zhu Guihua zhugh.f...@cn.fujitsu.com --- monitor.c | 24

Re: [Qemu-devel] [PATCH] fix the memory leak for share hugepage

2014-10-19 Thread Wen Congyang
On 10/18/2014 11:20 AM, Linhaifeng wrote: On 2014/10/17 21:26, Daniel P. Berrange wrote: On Fri, Oct 17, 2014 at 04:57:27PM +0800, Linhaifeng wrote: On 2014/10/17 16:33, Daniel P. Berrange wrote: On Fri, Oct 17, 2014 at 04:27:17PM +0800, haifeng@huawei.com wrote: From: linhaifeng

Re: [Qemu-devel] [PATCH] fix the memory leak for share hugepage

2014-10-19 Thread Linhaifeng
On 2014/10/20 10:12, Wen Congyang wrote: On 10/18/2014 11:20 AM, Linhaifeng wrote: On 2014/10/17 21:26, Daniel P. Berrange wrote: On Fri, Oct 17, 2014 at 04:57:27PM +0800, Linhaifeng wrote: On 2014/10/17 16:33, Daniel P. Berrange wrote: On Fri, Oct 17, 2014 at 04:27:17PM +0800,

Re: [Qemu-devel] [PATCH] fix the memory leak for share hugepage

2014-10-19 Thread Wen Congyang
On 10/20/2014 12:48 PM, Linhaifeng wrote: On 2014/10/20 10:12, Wen Congyang wrote: On 10/18/2014 11:20 AM, Linhaifeng wrote: On 2014/10/17 21:26, Daniel P. Berrange wrote: On Fri, Oct 17, 2014 at 04:57:27PM +0800, Linhaifeng wrote: On 2014/10/17 16:33, Daniel P. Berrange wrote: On

Re: [Qemu-devel] [PATCH 1/2] i386: Add a Virtual Machine Generation ID device

2014-10-19 Thread Gal Hammer
On 19/10/2014 18:14, Michael S. Tsirkin wrote: On Sun, Oct 19, 2014 at 04:43:07PM +0300, Gal Hammer wrote: Based on Microsoft's sepecifications (paper can be dowloaded from http://go.microsoft.com/fwlink/?LinkId=260709), add a device description to the SSDT ACPI table and its implementation.