summaryrefslogtreecommitdiffstats
path: root/hw/ppc/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1Star
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1Star
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1Star
* ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-12/+3Star
* hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza2022-04-041-0/+7
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-4/+4
* ppc: allow the hdecr timer to be created/destroyedNicholas Piggin2022-02-181-0/+21
* spapr: prevent hdec timer being set up under virtual hypervisorNicholas Piggin2022-02-181-1/+1
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-21/+0Star
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater2022-01-041-23/+19Star
* ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater2022-01-041-0/+25
* ppc: Add trace-events for DCR accessesCédric Le Goater2021-12-171-0/+2
* hw/ppc: Fix iothread locking in the 405 codeThomas Huth2021-10-211-0/+4
* target/ppc: Fix the test raising the decrementer exceptionCédric Le Goater2021-10-211-1/+1
* target/ppc: Fix 64-bit decrementerCédric Le Goater2021-09-301-11/+9Star
* target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater2021-09-301-108/+61Star
* target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater2021-09-301-18/+6Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz2020-12-141-2/+3
* ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun2020-12-141-0/+1
* hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOSThomas Huth2020-02-021-18/+0Star
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-171-0/+13
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-171-10/+7Star
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+16
* ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz2019-12-171-14/+2Star
* ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz2019-12-171-0/+8
* ppc: Introduce a ppc_cpu_pir() helperCédric Le Goater2019-12-171-2/+7
* migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-08-211-4/+9
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz2019-07-021-4/+1Star
* hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-2/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-9/+9
* target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz2019-03-291-1/+1
* ppc: externalize ppc_get_vcpu_by_pir()Cédric Le Goater2019-03-121-0/+16
* target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh2019-03-121-26/+64
* target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt2019-02-251-0/+42
* target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt2019-02-251-1/+1
* hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth2019-02-041-2/+0Star
* hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth2019-02-041-0/+56
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov2017-10-171-25/+0Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-21/+0Star