On Thu, 04/17 17:48, Kevin Wolf wrote:
> Since commit f298d071, block devices added with blockdev-add don't have
> a QemuOpts around in dinfo->opts. Consequently, we can't rely any more
> on QemuOpts catching duplicate IDs for block devices.
>
> This patch add a new check for duplicate IDs to bdrv
Hi, Eric, Stefan, Leandro,
Could you have a look at the new version?
https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg01759.html
This work lasts for a very long time, hope it could be ended soon :)
- Chunyan
Previously, when there is an user error in argv parsing, qemu-img prints
help text and exits.
Add an error_exit function to print a helpful error message and a hint
to run 'qemu-img --help' for more information.
As a bonus, "qemu-img --help" now has a more reasonable exit code
0.
In the future
On Thu, 04/17 22:53, lijun wrote:
> Hi list,
> Ping, could anyone help to review the following patch. Thank you very
> much. The patch url is:
> http://lists.nongnu.org/archive/html/qemu-devel/2014-04/msg01431.html
>
> The above link is the version 2 of the patch. The original patch url is:
>
libfdt_env.h is missing in some stable installs (<1.3.0-3),
some released linux distributions(e.g. Ubuntu 12.04) depending
on it still complain missing libfdt even if already installed.
So give more detailed hint for such OS users.
Signed-off-by: Liu Li
---
configure |4 +++-
1 file changed,
On Mon, Apr 14, 2014 at 5:42 PM, Greg Kurz 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 spr.
> + *
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
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
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, v2.0.0
cp15.c0_cpuid is never initialized for ARMv7-M; take the value directly
from cpu->midr instead.
Signed-off-by: Rabin Vincent
---
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 6066fa6..f5b0c3b 100644
-
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 wrote:
> On 19 April 2014 23:41, Clemens Kolbitsch wrote:
> > Thanks guys, awesome feedback and glad to see it was picked u
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 (
From: Jan Kiszka
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
---
I'm pretty sure it was like this, that -global
Hi, just wondering if devs think this behaviour is bug-worthy?
-- Forwarded message --
From: Blair Bethwaite
Date: 16 April 2014 16:29
Subject: Local storage-migration plus network disks
To: qemu-disc...@nongnu.org
Hi all,
We have a production OpenStack cloud, currently on Qemu
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
---
vl.c | 4 ++
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 QemuOptsList
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 QemuOptsList
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
18 matches
Mail list logo