Re: [Qemu-devel] [PATCH 1/4] Replace acpi_pcihp_get_bsel with generic object_property_get_int

2014-04-20 Thread Michael S. Tsirkin
On Fri, Apr 18, 2014 at 06:30:37PM +0200, Andreas Färber wrote: Am 18.04.2014 15:41, schrieb Kirill Batuzov: acpi_pcihp_get_bsel implements functionality of object_property_get_int for specific property named ACPI_PCIHP_PROP_BSEL, but fails to decrement object's reference counter

[Qemu-devel] [PATCH] blockdev: insert blockdev into QemuOptsList when hotplug via blockdev-add

2014-04-20 Thread Jun Li
Currently, when using blockdev-add to add a drive, qemu can not insert this new drive to QemuOptsList. So this will cause the bug: https://bugzilla.redhat.com/show_bug.cgi?id=1088176 This patch check the ID is duplicate or not firstly, then if not, insert the new drive with this ID to

[Qemu-devel] [PATCH] blockdev: insert blockdev into QemuOptsList when hotplug via blockdev-add

2014-04-20 Thread Jun Li
Currently, when using blockdev-add to add a drive, qemu can not insert this new drive to QemuOptsList. So this will cause the bug: https://bugzilla.redhat.com/show_bug.cgi?id=1088176 This patch check the ID is duplicate or not firstly, then if not, insert the new drive with this ID to

[Qemu-devel] [PATCH trivial] vl: Avoid to close stdout after finish 'writeconfig' option

2014-04-20 Thread Chen Gang
After finish 'writeconfig' to stdout (with '-'), we want to copy/past the related information mannually, not for redirection ('readconfig' does not support '-'). So we can not close the stdout, or next options which may use stdout will not be displayed. Signed-off-by: Chen Gang

[Qemu-devel] Fwd: Local storage-migration plus network disks

2014-04-20 Thread Blair Bethwaite
Hi, just wondering if devs think this behaviour is bug-worthy? -- Forwarded message -- From: Blair Bethwaite blair.bethwa...@gmail.com Date: 16 April 2014 16:29 Subject: Local storage-migration plus network disks To: qemu-disc...@nongnu.org Hi all, We have a production

[Qemu-devel] [PATCH] pc: Fix disabling of vapic for compat PC models

2014-04-20 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com We used to be able to address both the QEMU and the KVM APIC via apic. This doesn't work anymore. So we need to use their parent class to turn off the vapic on machines that should not expose them. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- I'm

Re: [Qemu-devel] [ceph-users] qemu + rbd block driver with cache=writeback, is live migration safe ?

2014-04-20 Thread Alexandre DERUMIER
Hi Josh, 2) the source vm has any rbd caches flushed by vm_stop() before the destination starts 3) rbd does not read anything into its cache before the destination starts I'm not sure about this, we a live migration occur, the workflow is: 1)- source vm running 2)- target vm start (open rbd

Re: [Qemu-devel] TCG x86-64 'bt' insn

2014-04-20 Thread Clemens Kolbitsch
Hi Peter, sure, that's fine too :). I just meant great that it will be picked up in a future version :) Thanks! -Clemens On Sat, Apr 19, 2014 at 3:50 PM, Peter Maydell peter.mayd...@linaro.orgwrote: On 19 April 2014 23:41, Clemens Kolbitsch kolbit...@lastline.com wrote: Thanks guys,

[Qemu-devel] [PATCH] armv7m_nvic: fix CPUID Base Register

2014-04-20 Thread Rabin Vincent
cp15.c0_cpuid is never initialized for ARMv7-M; take the value directly from cpu-midr instead. Signed-off-by: Rabin Vincent ra...@rab.in --- hw/intc/armv7m_nvic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c index

[Qemu-devel] [Bug 1310324] [NEW] Commit 0f842f8a introduces regression when using tcg-interpreter

2014-04-20 Thread Giovanni Mascellani
Public bug reported: Hi. Commit 0f842f8a246f2b5b51a11c13f933bf7a90ae8e96 apparently introduces a regression when using --enable-tcg-interpreter. The regression is manifested as follows: 1. Checkout any qemu commit later or equal that the one said above. Beside that one, I tested v1.7.1,

[Qemu-devel] [Bug 1310324] Re: Commit 0f842f8a introduces regression when using tcg-interpreter

2014-04-20 Thread Giovanni Mascellani
I forgot: winxp_test.img is just an empty 15 GB (sparse) file. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1310324 Title: Commit 0f842f8a introduces regression when using tcg-interpreter Status

Re: [Qemu-devel] [Bug 1308542] Re: hang in qemu_gluster_init

2014-04-20 Thread Bharata B Rao
On Fri, Apr 18, 2014 at 02:38:57PM -, Soumya Koduri wrote: glfs_init cannot be called before since it checks for cmds_args-volfile_server which is allocated only in glfs_set_volfile_server. We should either modify glfs_fini or Soumya - Thanks for offering to fix this in gluster. (Ref:

Re: [Qemu-devel] [PATCH v5] target-ppc: ppc64 target's virtio can be either endian

2014-04-20 Thread Bharata B Rao
On Mon, Apr 14, 2014 at 5:42 PM, Greg Kurz gk...@linux.vnet.ibm.com wrote: + +#if !defined(CONFIG_USER_ONLY) +bool virtio_is_big_endian(void) +{ +PowerPCCPU *cp = POWERPC_CPU(first_cpu); +CPUPPCState *env = cp-env; + +/* NOTE: booke uses the same number for another unrelated