index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
1
-1
/
+1
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-2
/
+2
2023-12-30
hw/ppc: Constify VMState
Richard Henderson
1
-1
/
+1
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-09-06
target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
jianchunfu
1
-2
/
+6
2023-09-06
target/ppc: Fix timebase reset with record-replay
Nicholas Piggin
1
-2
/
+9
2023-09-06
hw/ppc: Read time only once to perform decrementer write
Nicholas Piggin
1
-31
/
+53
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
1
-20
/
+27
2023-09-06
hw/ppc: Always store the decrementer value
Nicholas Piggin
1
-10
/
+10
2023-09-06
target/ppc: Sign-extend large decrementer to 64-bits
Nicholas Piggin
1
-2
/
+4
2023-09-06
hw/ppc: Avoid decrementer rounding errors
Nicholas Piggin
1
-15
/
+24
2023-09-06
hw/ppc: Round up the decrementer interval when converting to ns
Nicholas Piggin
1
-12
/
+19
2023-09-06
hw/ppc: Introduce functions for conversion between timebase and nanoseconds
Nicholas Piggin
1
-10
/
+18
2023-09-06
hw/ppc/ppc.c: Tidy over-long lines
Nicholas Piggin
1
-7
/
+12
2023-07-07
hw/ppc: Fix clock update drift
Nicholas Piggin
1
-16
/
+17
2023-07-07
target/ppc: Make HDECR underflow edge triggered
Nicholas Piggin
1
-7
/
+9
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
1
-0
/
+6
2023-06-10
target/ppc: Decrementer fix BookE semantics
Nicholas Piggin
1
-7
/
+2
2023-06-10
target/ppc: Fix decrementer time underflow and infinite timer loop
Nicholas Piggin
1
-0
/
+2
2023-01-04
hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
Richard Henderson
1
-9
/
+1
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
1
-6
/
+1
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
1
-5
/
+5
2022-07-18
ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
1
-4
/
+1
2022-07-18
ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
1
-4
/
+1
2022-07-18
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
1
-4
/
+1
2022-07-18
ppc64: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
1
-12
/
+3
2022-04-04
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
1
-0
/
+7
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+4
2022-02-18
ppc: allow the hdecr timer to be created/destroyed
Nicholas Piggin
1
-0
/
+21
2022-02-18
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
1
-1
/
+1
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-21
/
+0
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
2022-01-04
ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
Cédric Le Goater
1
-23
/
+19
2022-01-04
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
1
-0
/
+25
2021-12-17
ppc: Add trace-events for DCR accesses
Cédric Le Goater
1
-0
/
+2
2021-10-21
hw/ppc: Fix iothread locking in the 405 code
Thomas Huth
1
-0
/
+4
2021-10-21
target/ppc: Fix the test raising the decrementer exception
Cédric Le Goater
1
-1
/
+1
2021-09-30
target/ppc: Fix 64-bit decrementer
Cédric Le Goater
1
-11
/
+9
2021-09-30
target/ppc: Convert debug to trace events (decrementer and IRQ)
Cédric Le Goater
1
-108
/
+61
2021-09-30
target/ppc: Replace debug messages by asserts for unknown IRQ pins
Cédric Le Goater
1
-18
/
+6
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-14
hw/ppc: Do not re-read the clock on pre_save if doing savevm
Greg Kurz
1
-2
/
+3
2020-12-14
ppc: Add a missing break for PPC6xx_INPUT_TBEN
Chen Qun
1
-0
/
+1
2020-02-02
hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
Thomas Huth
1
-18
/
+0
2019-12-17
target/ppc: Add SPR TBU40
Suraj Jitindar Singh
1
-0
/
+13
2019-12-17
target/ppc: Work [S]PURR implementation and add HV support
Suraj Jitindar Singh
1
-10
/
+7
2019-12-17
target/ppc: Implement the VTB for HV access
Suraj Jitindar Singh
1
-0
/
+16
2019-12-17
ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models
Greg Kurz
1
-14
/
+2
2019-12-17
ppc: Deassert the external interrupt pin in KVM on reset
Greg Kurz
1
-0
/
+8
[next]