[Qemu-devel] Comparison of virtual disks?

2015-05-03 Thread Erik Rull
Hi all, is there a comparison chart of the different disk formats supported by QEMU? Especially throughput, latencies and robustness against unexpected power loss on the host would be interesting. Thanks a lot. Best regards, Erik

[Qemu-devel] [PATCH] Remove various unused functions

2015-05-03 Thread Thomas Huth
The functions tpm_backend_thread_tpm_reset() and iothread_find() are completely unused, let's remove them. Signed-off-by: Thomas Huth --- backends/tpm.c | 11 --- include/sysemu/iothread.h| 1 - include/sysemu/tpm_backend_int.h | 2 -- iothread.c

Re: [Qemu-devel] Patch for 64 bit mingw compilation

2015-05-03 Thread Olga Krishtal
On 11/03/15 17:51, Joseph Hindin wrote: Hi When compiling the QEMU Guest Agent with 64-bit MinGW toolchain version 4.9.2, I run into the following problem: qga-vss.dll linking failed as linker reported a lot of unresolved symbol __stack_chk_fail errors stemming from the stack protection. The

Re: [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices

2015-05-03 Thread Shannon Zhao
On 2015/4/30 21:50, Cornelia Huck wrote: On Wed, 29 Apr 2015 23:24:02 +0800 Shannon Zhao wrote: The private qdev properties of virtio devices are only used by themselves. As Peter suggested and like what virtio-blk has done, we should move the private qdev properties into devices and don't ex

[Qemu-devel] Beaglebone Black emulation

2015-05-03 Thread manish tiwari
Hello Everyone, I am new to QEMU. I want to learn and contribute to qemu. In that process I am trying to emulate Beaglebone Black SoC. I am taking the reference of kzm SoC but I need to know what are the bare minimal devices need to be emulated for Beaglebone Black ? As I understand these are th

[Qemu-devel] (no subject)

2015-05-03 Thread yhindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

[Qemu-devel] (no subject)

2015-05-03 Thread yhindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

[Qemu-devel] (no subject)

2015-05-03 Thread yhindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

[Qemu-devel] (no subject)

2015-05-03 Thread yhindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

[Qemu-devel] (no subject)

2015-05-03 Thread yhindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

Re: [Qemu-devel] [Consult] About SPRs information

2015-05-03 Thread Chen Gang
After spend two days, I fix the issue below: I misunderstood v4int_l instruction, so cause this issue. At present, I met mf (memory fence), I guess, we can just skip it, but I am not quite sure, welcome any ideas, suggestions and completions for it. And I almost re-constructed the code (it doesn

[Qemu-devel] Incorrect e-mails's chain

2015-05-03 Thread Yossi Hindin
Hi While trying to send e-mail with proper 'In-Reply-To' header, I accidentally have sent several e-mail with empty subject and the same body. I apologize for inconvenience. Yossi Hindin

[Qemu-devel] Windows QEMU GA - ping

2015-05-03 Thread Yossi Hindin
Hi Recently, I've submitted patches to QEMU mailing list, introducing creation of Windows MSI installation package for Windows QEMU Guest Agent, but received not replies. Please, look into the suggested changes. The patches may be found in patchwork as http://patchwork.ozlabs.org/patch/46

Re: [Qemu-devel] Beaglebone Black emulation

2015-05-03 Thread Peter Maydell
On 3 May 2015 at 12:17, manish tiwari wrote: > I want to learn and contribute to qemu. > In that process I am trying to emulate Beaglebone Black SoC. > I am taking the reference of kzm SoC but I need to know what are the > bare minimal devices need to be emulated for Beaglebone Black ? > > As I un

[Qemu-devel] [PATCH] hw/sd: Don't pass BlockBackend to sd_reset()

2015-05-03 Thread Peter Maydell
The only valid BlockBackend to pass to sd_reset() is the one for the SD card, which is sd->blk. Drop the second argument from this function in favour of having it just use sd->blk. Signed-off-by: Peter Maydell --- A minor cleanup that was lurking in the omap3 tree (where it's used to allow SD car

[Qemu-devel] [PATCH] ps2 keyboard:fix can't use ps2 keyboard if typing many times After leaving grub and before finishing linux kernel ps2 driver initialization

2015-05-03 Thread penghao122
Starting a linux guest with ps2 keyboard ,if you type many times during leaving grub and into linux kernel ,then you can't use keyboard after linux initialization finished. during grub,the work method of ps2 keyboard is like this: first ,ps2 keyboard driver send command KBD_CCMD_KBD_ENABLE, seco

Re: [Qemu-devel] the arm cache coherency cluster "v2"

2015-05-03 Thread Alexander Graf
On 18.03.15 20:18, Andrew Jones wrote: > On Wed, Mar 18, 2015 at 03:08:20PM -0400, Andrew Jones wrote: >> In reply to this message I'll send two series' one for KVM and >> one for QEMU. The two series' are their respective component >> complements, and attempt to implement cache coherency for arm

Re: [Qemu-devel] Beaglebone Black emulation

2015-05-03 Thread Peter Maydell
On 3 May 2015 at 17:45, Peter Maydell wrote: > 1) rebase the patchset on to qemu master and fix up > the breakage due to API changes in qemu > [this will be moderately painful if you haven't been > following the API changes as they happened; if you're > interested in taking on the omap3 patches

[Qemu-devel] [PATCH v1 1/1] hw/ptimer: Do not artificially limit timers when using icount

2015-05-03 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- hw/core/ptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/ptimer.c b/hw/core/ptimer.c index 2abad1f..8437bd6 100644 --- a/hw/core/ptimer.c +++ b/hw/core/ptimer.c @@ -189,7 +189,7 @@ void ptimer_set

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-05-03 Thread tu bo
Hi Kevin: On 04/28/2015 04:23 PM, Kevin Wolf wrote: Am 28.04.2015 um 04:59 hat tu bo geschrieben: Hi Kevin: On 04/27/2015 07:34 PM, Kevin Wolf wrote: Am 27.04.2015 um 13:24 hat Max Reitz geschrieben: On 27.04.2015 09:15, tu bo wrote: Hi Max: On 04/24