Re: [PATCH v2 4/4] target/arm/cpu64: Validate sve vector lengths are supported

2021-08-23 Thread Andrew Jones
On Mon, Aug 23, 2021 at 11:04:49AM -0700, Richard Henderson wrote: > On 8/23/21 9:06 AM, Andrew Jones wrote: > > Future CPU types may specify which vector lengths are supported. > > We can apply nearly the same logic to validate those lengths > > as we do for KVM's supported vector lengths. We merg

Re: [PATCH v2 3/4] target/arm/cpu64: Replace kvm_supported with sve_vq_supported

2021-08-23 Thread Andrew Jones
On Mon, Aug 23, 2021 at 10:53:48AM -0700, Richard Henderson wrote: > On 8/23/21 9:06 AM, Andrew Jones wrote: > > Now that we have an ARMCPU member sve_vq_supported we no longer > > need the local kvm_supported bitmap for KVM's supported vector > > lengths. > > > > Signed-off-by: Andrew Jones > >

[PATCH] MAINTAINERS: add fuzzing reviewer

2021-08-23 Thread Qiuhao Li
To keep me cc-ed when something changes. Suggested by Alexander. https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg03631.html Signed-off-by: Qiuhao Li --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6b3697962c..3a979b1bc7 100644 --- a/M

Re: hw/nvme: fix verification of select field in namespace attachment

2021-08-23 Thread Klaus Jensen
On Aug 23 16:33, Naveen wrote: > Fix is added to check for reserved value in select field for > namespace attachment > > Signed-off-by: Naveen Nagar > Signed-off-by: Klaus Jensen > cc: Minwoo Im > Looks like your MUA didnt pick up on the CC: tag, so: +CC Minwoo signature.asc Description:

Re: [PATCH v5 16/24] target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation

2021-08-23 Thread Bin Meng
On Tue, Aug 24, 2021 at 4:02 AM Richard Henderson wrote: > > We distinguish write-only by passing ret_value as NULL. > > Signed-off-by: Richard Henderson > --- > target/riscv/csr.c | 23 +++ > 1 file changed, 15 insertions(+), 8 deletions(-) > Reviewed-by: Bin Meng

Re: [PATCH v5 17/24] target/riscv: Fix hgeie, hgeip

2021-08-23 Thread Bin Meng
On Tue, Aug 24, 2021 at 4:08 AM Richard Henderson wrote: > > We failed to write into *val for these read functions; > replace them with read_zero. Only warn about unsupported > non-zero value when writing a non-zero value. > > Signed-off-by: Richard Henderson > --- > target/riscv/csr.c | 26 +++

Re: [PATCH 5/5] qmp: Added qemu-ebpf-rss-path command.

2021-08-23 Thread Markus Armbruster
Andrew Melnichenko writes: > Hi, > >> The helper may or may not be installed at the path compiled into QEMU. >> > Yes, so the helper will not be called - QEMU will try to initiate eBPF RSS > or use "in-qemu" RSS. My point is: the proposed command's mission is to help the management application r

Re: [PATCH v2 3/4] target/arm/cpu64: Replace kvm_supported with sve_vq_supported

2021-08-23 Thread Andrew Jones
On Tue, Aug 24, 2021 at 08:28:55AM +0200, Andrew Jones wrote: > On Mon, Aug 23, 2021 at 10:53:48AM -0700, Richard Henderson wrote: > > On 8/23/21 9:06 AM, Andrew Jones wrote: > > > Now that we have an ARMCPU member sve_vq_supported we no longer > > > need the local kvm_supported bitmap for KVM's su

Re: [PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command.

2021-08-23 Thread Markus Armbruster
Eduardo Habkost writes: > On Mon, Aug 23, 2021 at 9:35 AM Markus Armbruster wrote: >> >> Eduardo Habkost writes: >> >> > On Wed, Aug 11, 2021 at 9:44 AM Thomas Huth wrote: >> >> >> >> On 11/08/2021 15.40, Eduardo Habkost wrote: >> >> > On Wed, Aug 11, 2021 at 2:10 AM Thomas Huth wrote: >> >>

<    1   2   3   4