aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc.c
AgeCommit message (Expand)Author
2024-11-04hw/ppc: fix decrementer with BookE timersClément Chigot
2024-09-24hw/ppc: remove return after g_assert_not_reached()Pierrick Bouvier
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-30hw/ppc: Constify VMStateRichard Henderson
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin
2023-09-06hw/ppc: Always store the decrementer valueNicholas Piggin
2023-09-06target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin
2023-09-06hw/ppc: Avoid decrementer rounding errorsNicholas Piggin
2023-09-06hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin
2023-09-06hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin
2023-09-06hw/ppc/ppc.c: Tidy over-long linesNicholas Piggin
2023-07-07hw/ppc: Fix clock update driftNicholas Piggin
2023-07-07target/ppc: Make HDECR underflow edge triggeredNicholas Piggin
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin
2023-06-10target/ppc: Decrementer fix BookE semanticsNicholas Piggin
2023-06-10target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin
2023-01-04hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst
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