Re: [Qemu-devel] [PATCH V5 09/13] block: export function bdrv_find_snapshot()

2013-01-31 Thread Wenchao Xia
于 2013-1-29 21:15, Kevin Wolf 写道: Am 24.01.2013 03:57, schrieb Wenchao Xia: This patch move it from savevm.c to block.c and export it. To make it clear about id and name in searching, the API was changed a bit to distinguish them. Caller can choose to search by id or name now. Signed-off-by:

Re: [Qemu-devel] [PATCH V5 09/13] block: export function bdrv_find_snapshot()

2013-01-29 Thread Kevin Wolf
Am 24.01.2013 03:57, schrieb Wenchao Xia: > This patch move it from savevm.c to block.c and export it. To make > it clear about id and name in searching, the API was changed a bit > to distinguish them. Caller can choose to search by id or name now. > > Signed-off-by: Wenchao Xia Please keep c