Re: [Qemu-devel] [PATCH v2] rbd: print a clear error message when write beyond EOF

2014-12-11 Thread jun muzi
Jun Li 2014-12-11 下午5:13于 "Max Reitz" 写道: > > On 2014-12-11 at 10:12, Kevin Wolf wrote: >> >> Am 11.12.2014 um 07:25 hat Jun Li geschrieben: >>> >>> Currently, as rbd driver do not support dynamic growth when write beyond EOF, >>> so just print a clear error message. >>> >>> Signed-off-by: Jun Li

Re: [Qemu-devel] [PATCH v2] qdev: modify func qdev_build_hotpluggable_device_list

2014-11-04 Thread jun muzi
Yes, in my original thought i just want to do as you said. But it will have two "return 0" in one function. So i think it's not so smart. If you still think two "return 0" is better, i will submit a new version. Thanks. BTW, for subject, i agree with you. Jun Li 2014-11-5 上午2:39于 "Andreas Färber"

Re: [Qemu-devel] [PATCH v2] qcow2: add update refcount table realization for update_refcount

2014-09-21 Thread jun muzi
Thanks. I will give a new version in v3 of qcow2 shrink. Jun Li 2014-9-3 上午1:12于 "Greg Kurz" 写道: > On Mon, 1 Sep 2014 18:52:48 +0800 > Jun Li wrote: > > > When every item of refcount block is NULL, free refcount block and reset > the > > corresponding item of refcount table with NULL. > > > > S

Re: [Qemu-devel] [PATCH] Modify qemu-img can not create local filename contain ":"

2014-03-05 Thread jun muzi
>>* Currently, a protocol prefix is only defined to end with a colon, not* >>* with ":/" or "://". There are already protocol block drivers which do* >*> not require a slash after the colon such as blkdebug or blkverify and I* >* >deem it rather impossible to redefine their filename format now (in*

Re: [Qemu-devel] [PATCH] qemu will core dump with "-smp 254, sockets=2, cores=3, threads=2"

2013-12-15 Thread jun muzi
Type error, change smp_cores to nr_cores and change smp_threads to nr_threads. But using smp_cores can work well. As it is not the same with explanatory note, so change it. Signed-off-by: Jun Li --- target-i386/topology.h | 20 1 file changed, 20 insertions(+) diff --git a/

Re: [Qemu-devel] [PATCH] qemu will core dump with "-smp 254, sockets=2, cores=3, threads=2"

2013-12-15 Thread jun muzi
As Peter's suggestion, mv this patch to file target-i386/topology.h. If someone has any good idea, please give me a commit in the followings. Thanks. --- target-i386/topology.h | 20 1 file changed, 20 insertions(+) diff --git a/target-i386/topology.h b/target-i386/topology.h

Re: [Qemu-devel] [PATCH] HMP: snapshot_blkdev can not consider //root/sn1 and /root/sn1 as the same file

2013-12-08 Thread jun muzi
If mount a local file(disk) in two different dirctories, it is similar to the network storage. Detecting identical "files" is still a problem. Such as: dd if=/dev/zero of=aa bs=1M count=10 mkfs.ext4 aa Then mount aa to two directories. mount aa /mnt/dir1 mount aa /mnt/dir2 # tune2fs -l aa tune2fs 1

[Qemu-devel] Qemu-devel mailing list submissions

2013-10-19 Thread jun muzi
Qemu-devel mailing list submissions