index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-4
/
+1
*
ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-4
/
+1
*
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-4
/
+1
*
ppc64: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-12
/
+3
*
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
2022-04-04
1
-0
/
+7
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-4
/
+4
*
ppc: allow the hdecr timer to be created/destroyed
Nicholas Piggin
2022-02-18
1
-0
/
+21
*
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
2022-02-18
1
-1
/
+1
*
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-02-09
1
-21
/
+0
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
*
ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
Cédric Le Goater
2022-01-04
1
-23
/
+19
*
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
2022-01-04
1
-0
/
+25
*
ppc: Add trace-events for DCR accesses
Cédric Le Goater
2021-12-17
1
-0
/
+2
*
hw/ppc: Fix iothread locking in the 405 code
Thomas Huth
2021-10-21
1
-0
/
+4
*
target/ppc: Fix the test raising the decrementer exception
Cédric Le Goater
2021-10-21
1
-1
/
+1
*
target/ppc: Fix 64-bit decrementer
Cédric Le Goater
2021-09-30
1
-11
/
+9
*
target/ppc: Convert debug to trace events (decrementer and IRQ)
Cédric Le Goater
2021-09-30
1
-108
/
+61
*
target/ppc: Replace debug messages by asserts for unknown IRQ pins
Cédric Le Goater
2021-09-30
1
-18
/
+6
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
hw/ppc: Do not re-read the clock on pre_save if doing savevm
Greg Kurz
2020-12-14
1
-2
/
+3
*
ppc: Add a missing break for PPC6xx_INPUT_TBEN
Chen Qun
2020-12-14
1
-0
/
+1
*
hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
Thomas Huth
2020-02-02
1
-18
/
+0
*
target/ppc: Add SPR TBU40
Suraj Jitindar Singh
2019-12-17
1
-0
/
+13
*
target/ppc: Work [S]PURR implementation and add HV support
Suraj Jitindar Singh
2019-12-17
1
-10
/
+7
*
target/ppc: Implement the VTB for HV access
Suraj Jitindar Singh
2019-12-17
1
-0
/
+16
*
ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models
Greg Kurz
2019-12-17
1
-14
/
+2
*
ppc: Deassert the external interrupt pin in KVM on reset
Greg Kurz
2019-12-17
1
-0
/
+8
*
ppc: Introduce a ppc_cpu_pir() helper
Cédric Le Goater
2019-12-17
1
-2
/
+7
*
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
2019-08-21
1
-4
/
+9
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
ppc: Introduce kvmppc_set_reg_tb_offset() helper
Greg Kurz
2019-07-02
1
-4
/
+1
*
hw/ppc: Drop useless CONFIG_KVM ifdefery
Greg Kurz
2019-07-02
1
-2
/
+0
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-9
/
+9
*
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
2019-03-29
1
-1
/
+1
*
ppc: externalize ppc_get_vcpu_by_pir()
Cédric Le Goater
2019-03-12
1
-0
/
+16
*
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
2019-03-12
1
-26
/
+64
*
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+42
*
target/ppc: Rename "in_pm_state" to "resume_as_sreset"
Benjamin Herrenschmidt
2019-02-25
1
-1
/
+1
*
hw/ppc: Don't include m48t59.h if it is not necessary
Thomas Huth
2019-02-04
1
-2
/
+0
*
hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c
Thomas Huth
2019-02-04
1
-0
/
+56
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
Igor Mammedov
2017-10-17
1
-25
/
+0
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
2017-09-08
1
-21
/
+0
[next]