summary refs log tree commit diff stats
path: root/hw/ppc/spapr_nested.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: nested: use bitwise NOT operator for flags checkHarsh Prateek Bora2024-03-301-1/+1
* spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora2024-03-131-3/+5
* spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora2024-03-131-30/+304
* spapr: nested: Use correct source for parttbl info for nested PAPR API.Harsh Prateek Bora2024-03-131-10/+31
* spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora2024-03-131-0/+268
* spapr: nested: Initialize the GSB elements lookup table.Harsh Prateek Bora2024-03-131-2/+485
* spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora2024-03-131-0/+106
* spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora2024-03-131-0/+62
* spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora2024-03-131-0/+103
* spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora2024-03-131-0/+115
* spapr: nested: keep nested-hv related code restricted to its API.Harsh Prateek Bora2024-03-131-3/+22
* spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora2024-03-131-4/+4
* spapr: nested: move nested part of spapr_get_pate into spapr_nested.cHarsh Prateek Bora2024-03-131-0/+36
* spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora2024-03-131-2/+23
* ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin2023-06-251-0/+395