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
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
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
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
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
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
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