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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
ppc/pnv: Introduce user creatable pnv-phb4 devices
Daniel Henrique Barboza
1
-0
/
+2
2022-01-12
ppc/pnv: Move num_phbs under Pnv8Chip
Cédric Le Goater
1
-4
/
+3
2022-01-12
ppc/pnv: Complete user created PHB3 devices
Cédric Le Goater
1
-0
/
+2
2022-01-12
ppc/pnv: Reparent user created PHB3 devices to the PnvChip
Cédric Le Goater
1
-0
/
+17
2022-01-12
ppc/pnv: Introduce support for user created PHB3 devices
Cédric Le Goater
1
-5
/
+18
2022-01-12
ppc/pnv: Attach PHB3 root port device when defaults are enabled
Cédric Le Goater
1
-0
/
+8
2022-01-12
spapr: Fix support of POWER5+ processors
Cédric Le Goater
1
-4
/
+6
2022-01-05
hw: Add compat machines for 7.0
Cornelia Huck
1
-2
/
+13
2022-01-04
ppc/ppc405: Fix timer initialization
Cédric Le Goater
1
-2
/
+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
2
-0
/
+27
2022-01-04
ppc/ppc4xx: Convert printfs()
Cédric Le Goater
4
-35
/
+29
2022-01-04
ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
Cédric Le Goater
1
-1
/
+1
2021-12-17
ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
Cédric Le Goater
1
-7
/
+13
2021-12-17
ppc/pnv: Move realize of PEC stacks under the PEC model
Cédric Le Goater
1
-33
/
+4
2021-12-17
ppc/pnv: Remove "system-memory" property from PHB4 PEC
Cédric Le Goater
1
-2
/
+0
2021-12-17
ppc/pnv: Compute the PHB index from the PHB4 PEC model
Cédric Le Goater
1
-3
/
+1
2021-12-17
ppc/pnv: Introduce a num_stack class attribute
Cédric Le Goater
1
-7
/
+0
2021-12-17
ppc/pnv: Introduce a "chip" property under the PHB4 model
Cédric Le Goater
1
-0
/
+2
2021-12-17
ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
Cédric Le Goater
1
-2
/
+2
2021-12-17
ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
Cédric Le Goater
1
-11
/
+8
2021-12-17
ppc/pnv: Use QOM hierarchy to scan PHB3 devices
Cédric Le Goater
1
-18
/
+54
2021-12-17
ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
Cédric Le Goater
1
-12
/
+0
2021-12-17
ppc/pnv: Drop the "num-phbs" property
Cédric Le Goater
1
-1
/
+0
2021-12-17
ppc/pnv: Introduce a "chip" property under PHB3
Cédric Le Goater
1
-0
/
+2
2021-12-17
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza
1
-0
/
+1
2021-12-17
ppc/ppc405: Add update of bi_procfreq field
Cédric Le Goater
1
-4
/
+5
2021-12-17
ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
Cédric Le Goater
1
-1
/
+1
2021-12-17
ppc/ppc405: Change default PLL values at reset
Cédric Le Goater
1
-3
/
+3
2021-12-17
ppc/ppc405: Fix boot from kernel
Cédric Le Goater
1
-43
/
+102
2021-12-17
ppc/ppc405: Introduce ppc405_set_default_bootinfo()
Cédric Le Goater
3
-29
/
+42
2021-12-17
ppc/ppc405: Rework FW load
Cédric Le Goater
1
-25
/
+20
2021-12-17
ppc/ppc405: Remove flash support
Cédric Le Goater
1
-13
/
+1
2021-12-17
ppc/ppc405: Add some address space definitions
Cédric Le Goater
2
-9
/
+14
2021-12-17
ppc/ppc405: Change ppc405ep_init() return value
Cédric Le Goater
3
-4
/
+8
2021-12-17
ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
Cédric Le Goater
3
-8
/
+5
2021-12-17
ppc/ppc405: Convert printfs to trace-events
Cédric Le Goater
2
-105
/
+74
2021-12-17
ppc: Add trace-events for DCR accesses
Cédric Le Goater
2
-0
/
+5
2021-12-17
ppc: Mark the 'taihu' machine as deprecated
Thomas Huth
1
-0
/
+1
2021-12-17
ppc/ppc405: Change kernel load address
Cédric Le Goater
1
-1
/
+1
2021-12-17
ppc/pnv.c: fix "system-id" FDT when -uuid is set
Daniel Henrique Barboza
1
-1
/
+1
2021-12-17
ppc/pnv.c: add a friendly warning when accel=kvm is used
Daniel Henrique Barboza
1
-0
/
+5
2021-12-17
hw/ppc/mac.h: Remove MAX_CPUS macro
Peter Maydell
3
-5
/
+4
2021-11-29
target/ppc: fix Hash64 MMU update of PTE bit R
Leandro Lupori
2
-5
/
+5
2021-11-10
spapr_numa.c: fix FORM1 distance-less nodes
Daniel Henrique Barboza
1
-31
/
+31
2021-11-09
spapr_numa.c: FORM2 table handle nodes with no distance info
Nicholas Piggin
1
-5
/
+17
2021-11-09
ppc/pegasos2: Suppress warning when qtest enabled
BALATON Zoltan
1
-1
/
+2
2021-11-09
ppc/pnv: Fix check on block device before updating drive contents
Cédric Le Goater
1
-1
/
+1
2021-11-01
pci: Export pci_for_each_device_under_bus*()
Peter Xu
3
-13
/
+10
2021-10-21
hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
Thomas Huth
1
-3
/
+5
[next]