qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Strange virtio regression on mainline and stable-0.10
@ 2009-05-05  9:52 Avi Kivity
  2009-05-05 10:03 ` [Qemu-devel] " Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Avi Kivity @ 2009-05-05  9:52 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel

Running the Fedora 10 installer on a virtio disk on current master and 
on v0.10.3 will cause the installer to complain when mounting the 
freshly formatted filesystems.  A bisect (on stable-0.10) yielded

4df8f71ee5276fb22a810bbb67db3a4288f5cad4 is first bad commit
commit 4df8f71ee5276fb22a810bbb67db3a4288f5cad4
Author: aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Date:   Fri Apr 17 20:44:41 2009 +0000

    qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf)
   
    This patch fixes a qcow2 corruption bug introduced in SVN Rev 5861. 
L2 tables
    are big endian, so entries must be converted before being passed to 
functions.
   
    This bug is easy to trigger. The following script will create and 
destroy a
    qcow2 image (the header is gone after three loop iterations):
   
        #!/bin/bash
        qemu-img create -f qcow2 test.qcow 1M
        for i in $(seq 1 10); do
        qemu-system-x86_64 -hda test.qcow -monitor stdio > /dev/null 
2>&1 <<EOF
        savevm test-$i
        quit
        EOF
        done
   
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

As the guilty commit.

I don't understand it, as free_any_clusters() shouldn't be called while 
formatting.  Any ideas?

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-06  8:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05  9:52 [Qemu-devel] Strange virtio regression on mainline and stable-0.10 Avi Kivity
2009-05-05 10:03 ` [Qemu-devel] " Avi Kivity
     [not found] ` <4A001563.1020604@redhat.com>
2009-05-05 11:46   ` Avi Kivity
2009-05-05 16:18 ` [Qemu-devel] " Avi Kivity
2009-05-05 18:18   ` Avi Kivity
2009-05-06  8:14   ` Kevin Wolf
2009-05-06  8:34     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).