es(vm);
> + vcpu_init_descriptor_tables(vcpu);
> + vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT,
> + ESR_ELx_EC_UNKNOWN, guest_undef_handler);
> +
> + test_run_vcpu(vcpu);
> +
> + vgic_v3_close(gic_fd);
> + kvm_vm_free(vm);
On Mon, May 12, 2025 at 03:52:50AM -0700, Ganapatrao Kulkarni wrote:
> Adding code to run guest_code in vEL2.
> NV is enabled using command line argument and it is disabled by default.
>
> NV is only enabled on ARM64, for other architectures the test will exit
> with an ASSERT, if tried to run wit
Hi Ganapatrao
On Mon, May 12, 2025 at 03:52:43AM -0700, Ganapatrao Kulkarni wrote:
> This patch adds required changes to vcpu init to run a guest code
> in vEL2 context and also adds NV specific helper functions.
>
> Signed-off-by: Ganapatrao Kulkarni
I'm interested in testing this, but is this
On Wed, Sep 16, 2020 at 11:50 AM Rob Herring wrote:
>
> On Mon, Sep 14, 2020 at 5:14 PM Itaru Kitayama
> wrote:
> >
> > Could you point us to your repo too?
>
> Sure, pushed a branch here:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
> user-perf-event-v3
>
> Rob
Hi Hoan,
I didn't mention in my previous post, though I think I'm using fairly
recent version of Tianocore F/W, and I can confirm there's the PCCT table,
[0.00] ACPI: PCCT 0x0047FA826000 000300 (v01 APMXGENE
0003 0113)
is this still not enough? If that's the cas
Hi Hoan,
I've been testing your patch set on a Rev B0 system with ACPI, in dmesg
I see:
[1.546444] xgene-slimpro-i2c APMC0D40:00: i2c mailbox channel
request failed
[1.570062] xgene-slimpro-hwmon APMC0D29:00: no pcc-channel property
what other packages or subsystems do we need to make
Hi Duc,
I've been testing your patch set for v4.5-rc1 on Mustang, with ACPI,
however the boot hangs in the middle of it:
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
L3c Cache: 8MB
Booting L
7 matches
Mail list logo