Re: [Qemu-devel] [PATCH] fix savevm command without id or tag

2010-01-26 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori On 01/20/2010 10:26 AM, Marcelo Tosatti wrote: savevm without id or tag segfaults in: (gdb) bt #0 0x7f600a83bf8a in __strcmp_sse42 () from /lib64/libc.so.6 #1 0x004745b6 in bdrv_snapshot_find (bs=, sn_info=0x7fff996be280, name=0x0)

Re: [Qemu-devel] [PATCH] fix savevm command without id or tag

2010-01-20 Thread Kevin Wolf
Am 20.01.2010 17:26, schrieb Marcelo Tosatti: > > savevm without id or tag segfaults in: > > (gdb) bt > #0 0x7f600a83bf8a in __strcmp_sse42 () from /lib64/libc.so.6 > #1 0x004745b6 in bdrv_snapshot_find (bs=, > sn_info=0x7fff996be280, name=0x0) at savevm.c:1631 > #2 0x0

[Qemu-devel] [PATCH] fix savevm command without id or tag

2010-01-20 Thread Marcelo Tosatti
savevm without id or tag segfaults in: (gdb) bt #0 0x7f600a83bf8a in __strcmp_sse42 () from /lib64/libc.so.6 #1 0x004745b6 in bdrv_snapshot_find (bs=, sn_info=0x7fff996be280, name=0x0) at savevm.c:1631 #2 0x00475c80 in del_existing_snapshots (name=, mon=) at savevm.