summary refs log tree commit diff stats
path: root/hw/ppc/ppc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin2023-06-251-0/+6
* target/ppc: Decrementer fix BookE semanticsNicholas Piggin2023-06-101-7/+2
* target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin2023-06-101-0/+2
* hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson2023-01-041-9/+1
* target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-281-6/+1
* target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-281-5/+5
* ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+1
* ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-12/+3
* 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/+0
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0
* ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater2022-01-041-23/+19
* 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/+9
* target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater2021-09-301-108/+61
* target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater2021-09-301-18/+6
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+0
* 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/+7
* 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/+2
* 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/+0
* 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/+1
* hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-2/+0
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* 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-261-0/+42
* target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt2019-02-261-1/+1