summary refs log tree commit diff stats
path: root/hw/ppc/spapr_nested.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-301-1/+0
* Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-1/+0
|\
| * cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* | codebase: prepare to remove cpu.h from exec/exec-all.hPierrick Bouvier2025-04-231-0/+1
|/
* spapr: nested: Add support for reporting Hostwide state counterVaibhav Jain2025-03-111-33/+86
* exec: Declare tlb_flush*() in 'exec/cputlb.h'Philippe Mathieu-Daudé2025-03-081-0/+1
* spapr: nested: Add Power11 capability support for Nested PAPR guests in TCG L0Amit Machhiwal2024-11-041-1/+11
* spapr: nested: Add support for DPDES SPR in GSB for TCG L0Amit Machhiwal2024-11-041-0/+1
* 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