[Qemu-devel] [PATCH] Fix COR by disabling BDRV_O_COPY_ON_READ before opening the backing_file.

2013-10-25 Thread Thibaut LAURENT
drive. Let's unset this flag too before opening the backing file, or bdrv_open_common will fail. Signed-off-by: Thibaut LAURENT --- block.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index fd05a80..4474012 100644 --- a/block.c +++ b/block.c @@ -

[Qemu-devel] Qemu failures: x86_64 host / x86_64 guest

2006-03-29 Thread Thibaut LAURENT
Hi, still no luck with x86_64 on last night CVS build... * CentOS 3.6 x86_64: - UP won't boot with or without kqemu. Log file is attached. - Booting with "-kernel-kqemu" is even worse: the guest kernel won't start at all (at least it does not print anything). - Booting with "-smp 2" mak

[Qemu-devel] confirm bf847a3d67f260820397281d9a9efc80c3a0d1f5

2005-07-31 Thread Thibaut LAURENT
On Wednesday 27 July 2005 15:00, [EMAIL PROTECTED] wrote: > Your membership in the mailing list Qemu-devel has been disabled due > to excessive bounces The last bounce received from you was dated > 13-Jul-2005. You will not get any more messages from this list until > you re-enable your membership

Re: [Qemu-devel] Kqemu charged?

2005-05-08 Thread Thibaut LAURENT
On Sunday 08 May 2005 21:36, Marc Collin wrote: > hi > > i do: > modprobe kqemu > > with /sbin/lsmod | grep kqemu > kqemu 43272 0 > > does kqemu run corretely? > l'm not suppose to get 2? Yes you are if : * one instance of qemu is running * this instance was started after kqe