[Qemu-devel] [PATCH V8 1/4] block/qemu-img: Refine and export infinite loop checking in collect_image_info_list()

2013-11-14 Thread Xu Wang
If there is a loop in the backing file chain, it could cause problems such as no response or a segfault during system boot. Hence detecting a backing file loop is necessary. This patch extracts the loop check from collect_image_info_list() in block.c into independent functions bdrv_backing_chain_ok

[Qemu-devel] [PATCH V8 4/4] blockdev: Add infinite loop check in drive_init()

2013-11-14 Thread Xu Wang
Check the backing file for a loop during image boot, to avoid a lack or response or segfault. Signed-off-by: Xu Wang --- blockdev.c | 8 1 file changed, 8 insertions(+) diff --git a/blockdev.c b/blockdev.c index b260477..60a3c93 100644 --- a/blockdev.c +++ b/blockdev.c @@ -510,6 +510,1

[Qemu-devel] [PATCH] better interpreter specification for scripts

2013-11-14 Thread Luigi Rizzo
some of the new scripts in scripts/ specify a interpreter path which is not always pointing to the right place. I see that an alternative format is also being used #!/usr/bin/env which seems to work better. The patch below is merely to let master compile on FreeBSD, but there are other of

Re: [Qemu-devel] [PATCH] better interpreter specification for scripts

2013-11-14 Thread Stefan Weil
Am 15.11.2013 07:51, schrieb Luigi Rizzo: > some of the new scripts in scripts/ specify a interpreter path > which is not always pointing to the right place. > I see that an alternative format is also being used > #!/usr/bin/env > which seems to work better. > > The patch below is merely t

[Qemu-devel] [Bug 1251470] [NEW] Guest not working in KVM mode but does in TCG mode

2013-11-14 Thread Chistian Gagneraud
Public bug reported: Qemu: 1.5.0 (Debian 1.5.0+dfsg-3ubuntu5) Host: Ubuntu 13.10 x86_64 (Intel Core i7-950) Guest: FreeBSD 9.2 RELEASE x86_64 As initially reported here: https://www.redhat.com/archives/libvirt-users/2013-November/msg00066.html I was told that this is a bug in Qemu. Basically th

[Qemu-devel] [Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode

2013-11-14 Thread Chistian Gagneraud
Same behaviour with git master (5c5432e7d630592ddcc1876ac8a1505f8f14ef15) ** Also affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1251470 Ti

<    1   2