Re: [Internet]Re: [PATCH] .mailmap: Fix more contributor entries

2021-09-01 Thread
On Sep 1, 2021, at 23:05, Philippe Mathieu-Daudé mailto:f4...@amsat.org>> wrote: On 8/20/21 10:04 AM, Philippe Mathieu-Daudé wrote: These authors have some incorrect author email field. For each of them, there is one commit with the replaced entry. Cc: Alex Chen mailto:alex.c...@huawei.com>> C

[PATCH] vhost-user: save features of multiqueues if chardev is closed

2020-09-21 Thread
Fore-commit(c6beefd674) only saves features of queue0, this makes wrong features of other queues in multiqueues situation. For examples: qemu-system-aarch64 ... \ -chardev socket,id=charnet0,path=/var/run/vhost_sock \ -netdev vhost-user,chardev=charnet0,queues=2,id=hostnet0 \ ... There are

Re: [PATCH] hw/arm/virt: use pflash image real size when mapping

2020-09-20 Thread
Resend the mail using plain text format > On Sep 18, 2020, at 9:41 PM, Philippe Mathieu-Daudé wrote: > > Cc'ing firmware experts. > > On 9/18/20 2:26 PM, haibinzhang(寮犳捣鏂? wrote: >> Default size of arm-virt pflash image is 64MB which >> will cost extra 128MB(64MBx2) memory per qemu process >> a

Re: [PATCH] hw/arm/virt: use pflash image real size when mapping

2020-09-19 Thread
On Sep 18, 2020, at 9:41 PM, Philippe Mathieu-Daudé mailto:phi...@redhat.com>> wrote: Cc'ing firmware experts. On 9/18/20 2:26 PM, haibinzhang(寮犳捣鏂? wrote: Default size of arm-virt pflash image is 64MB which will cost extra 128MB(64MBx2) memory per qemu process and 12.5GB for 100 qemu processe

[PATCH] hw/arm/virt: use pflash image real size when mapping

2020-09-18 Thread
Default size of arm-virt pflash image is 64MB which will cost extra 128MB(64MBx2) memory per qemu process and 12.5GB for 100 qemu processes. Host memory is precious and it is valuable to reduce pflash image size. For compatibility arm-virt uses real size when mapping. Signed-off-by: Haibin Zhang

[PATCH] hw/arm/virt: use pflash image real size when mapping

2020-09-18 Thread
Default size of arm-virt pflash image is 64MB which will cost extra 128MB(64MBx2) memory per qemu process and 12.5GB for 100 qemu processes. Host memory is precious and it is valuable to reduce pflash image size. For compatibility arm-virt uses real size when mapping. Signed-off-by: Haibin Zhang

Re: How to impove downtime of Live-Migration caused bdrv_drain_all()

2019-12-26 Thread
Stefan Hajnoczi 于2019年3月29日周五 上午1:08写道: > > On Thu, Mar 28, 2019 at 05:53:34PM +0800, 张海斌 wrote: > > hi, stefan > > > > I have faced the same problem you wrote in > > https://lists.gnu.org/archive/html/qemu-devel/2016-08/msg04025.html > > > > Reproduce as