summaryrefslogtreecommitdiff
path: root/hw/ppc/ppc.c
AgeCommit message (Expand)Author
2022-07-18ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-07-18ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-07-18ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-04-04hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-18ppc: allow the hdecr timer to be created/destroyedNicholas Piggin
2022-02-18spapr: prevent hdec timer being set up under virtual hypervisorNicholas Piggin
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-04ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2021-12-17ppc: Add trace-events for DCR accessesCédric Le Goater
2021-10-21hw/ppc: Fix iothread locking in the 405 codeThomas Huth
2021-10-21target/ppc: Fix the test raising the decrementer exceptionCédric Le Goater
2021-09-30target/ppc: Fix 64-bit decrementerCédric Le Goater
2021-09-30target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater
2021-09-30target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-12-14hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz
2020-12-14ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun
2020-02-02hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOSThomas Huth
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz
2019-12-17ppc: Introduce a ppc_cpu_pir() helperCédric Le Goater
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz
2019-07-02hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz
2019-03-12ppc: externalize ppc_get_vcpu_by_pir()Cédric Le Goater
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff