Thread (47 messages) 47 messages, 8 authors, 2021-05-25

Re: [PATCH v18 02/18] RISC-V: Add initial skeletal KVM support

From: Dan Carpenter <hidden>
Date: 2021-05-19 10:17:41
Also in: kvm, kvm-riscv, linux-doc, linux-riscv, lkml

On Wed, May 19, 2021 at 09:05:37AM +0530, Anup Patel wrote:
+void kvm_riscv_stage2_free_pgd(struct kvm *kvm)
+{
+	/* TODO: */
+}
+
I was disappointed how many stub functions remained at the end of the
patchset...  It's better to not publish those.  How useful is this
patchset with the functionality that is implemented currently?
+int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
+{
+	int r;
+
+	r = kvm_riscv_stage2_alloc_pgd(kvm);
+	if (r)
+		return r;
+
+	return 0;
+}
Half the code uses "int ret;" and half uses "int r;".  Make everything
int ret.

regards,
dan carpenter
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help