aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/kvm.c
AgeCommit message (Expand)Author
2024-07-26target/ppc: handle vcpu hotplug failure gracefullyHarsh Prateek Bora
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin
2024-05-03kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabledPaolo Bonzini
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin
2024-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()Thomas Huth
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_save_htab()Thomas Huth
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-06-25target/ppc: Fix timer register accessors when !KVMCédric Le Goater
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo
2022-05-05target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()Daniel Henrique Barboza
2022-05-05target/ppc: init 'sregs' in kvmppc_put_books_sregs()Daniel Henrique Barboza
2022-05-05target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()Daniel Henrique Barboza
2022-05-05target/ppc: initialize 'val' union in kvm_get_one_spr()Daniel Henrique Barboza
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao
2021-03-31target/ppc/kvm: Cache timebase frequencyGreg Kurz
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz
2020-07-27pseries: fix kvmppc_set_fwnmi()Laurent Vivier
2020-04-17target/ppc: Fix wrong interpretation of the disposition flag.Ganesh Goudar
2020-04-07ppc/spapr: KVM FWNMI should not be enabled until guest requests itNicholas Piggin
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad
2020-02-02target/ppc: Clarify the meaning of return values in kvm_handle_debugFabiano Rosas
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-08ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCGBharata B Rao
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao