summary refs log tree commit diff stats
path: root/hw/ppc/ppc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora2024-03-131-0/+10
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* hw/ppc: Constify VMStateRichard Henderson2023-12-301-1/+1
* ppc: spelling fixesMichael Tokarev2023-09-201-1/+1
* target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu2023-09-061-2/+6
* target/ppc: Fix timebase reset with record-replayNicholas Piggin2023-09-061-2/+9
* hw/ppc: Read time only once to perform decrementer writeNicholas Piggin2023-09-061-31/+53
* hw/ppc: Reset timebase facilities on machine resetNicholas Piggin2023-09-061-20/+27
* hw/ppc: Always store the decrementer valueNicholas Piggin2023-09-061-10/+10
* target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin2023-09-061-2/+4
* hw/ppc: Avoid decrementer rounding errorsNicholas Piggin2023-09-061-15/+24
* hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin2023-09-061-12/+19
* hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin2023-09-061-10/+18
* hw/ppc/ppc.c: Tidy over-long linesNicholas Piggin2023-09-061-7/+12
* hw/ppc: Fix clock update driftNicholas Piggin2023-07-071-16/+17
* target/ppc: Make HDECR underflow edge triggeredNicholas Piggin2023-07-071-7/+9
* 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