Re: [PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries

2022-02-23 Thread Igor Mammedov
On Thu, 10 Feb 2022 18:58:21 +0530 Ani Sinha wrote: > When adding E820_RESERVED entries we also accidentally allocate dynamic > entries. This is incorrect. We should simply return early with the count of > the number of reserved entries added. can you expand commit message to explain what's wron

Re: Call for GSoC and Outreachy project ideas for summer 2022

2022-02-23 Thread Andreea Florescu
On 1/28/22 17:47, Stefan Hajnoczi wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. Dear QEMU, KVM, and rust-vmm communities, QEMU will apply for Google Summer of Co

Re: Analysis of slow distro boots in check-avocado (BootLinuxAarch64.test_virt_tcg*)

2022-02-23 Thread Gerd Hoffmann
Hi, > > > If you want to boot a guest using EDK2, you should use the images > > > build by your distribution (/usr/share/qemu/edk2-aarch64-code.fd), > > > not these images. > Then we should add edk2-aarch64 and edk2-ovmf to lcitool, to have > the distrib images in our generated Docker images. >

Re: [PATCH RFCv2 2/4] i386/pc: relocate 4g start to 1T where applicable

2022-02-23 Thread Igor Mammedov
On Tue, 22 Feb 2022 10:42:55 +0100 Gerd Hoffmann wrote: > Hi, > > > > And the upstream code is now pretty much identical except for the > > > default; note that for TCG you do need to keep to 40 I think. > > > > will TCG work with 40bits on host that supports less than that? > > When I

Re: [PATCH RFCv2 2/4] i386/pc: relocate 4g start to 1T where applicable

2022-02-23 Thread Igor Mammedov
On Tue, 22 Feb 2022 11:00:55 + Joao Martins wrote: > On 2/21/22 15:28, Joao Martins wrote: > > On 2/21/22 06:58, Igor Mammedov wrote: > >> On Fri, 18 Feb 2022 17:12:21 + > >> Joao Martins wrote: > >> > >>> On 2/14/22 15:31, Igor Mammedov wrote: > On Mon, 14 Feb 2022 15:05:00 +

[PATCH] thread-posix: optimize qemu_sem_timedwait with zero timeout

2022-02-23 Thread Paolo Bonzini
In this case there is no need to call pthread_cond_timedwait; the function is just a trywait and waiting on the condition variable would always time out. Based-on: <20220222090507.2028-1-longpe...@huawei.com> Cc: "Longpeng(Mike)" Signed-off-by: Paolo Bonzini --- util/qemu-thread-posix.c | 8 +++

Re: [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ

2022-02-23 Thread Eugenio Perez Martin
On Wed, Feb 23, 2022 at 4:47 AM Jason Wang wrote: > > On Tue, Feb 22, 2022 at 4:06 PM Eugenio Perez Martin > wrote: > > > > On Tue, Feb 22, 2022 at 8:41 AM Jason Wang wrote: > > > > > > > > > 在 2022/2/17 下午4:22, Eugenio Perez Martin 写道: > > > > On Thu, Feb 17, 2022 at 7:02 AM Jason Wang wrote:

<    1   2   3