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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
pci-host
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
ppc/pnv: move phb_regs_mr to PnvPHB4
Daniel Henrique Barboza
1
-3
/
+3
2022-01-18
ppc/pnv: move nest_regs_mr to PnvPHB4
Daniel Henrique Barboza
1
-9
/
+7
2022-01-18
ppc/pnv: change pnv_pec_stk_update_map() to use PnvPHB4
Daniel Henrique Barboza
1
-3
/
+3
2022-01-18
ppc/pnv: move nest_regs[] to PnvPHB4
Daniel Henrique Barboza
1
-25
/
+27
2022-01-18
ppc/pnv: move mmbar0/mmbar1 and friends to PnvPHB4
Daniel Henrique Barboza
1
-26
/
+26
2022-01-18
ppc/pnv: change pnv_phb4_update_regions() to use PnvPHB4
Daniel Henrique Barboza
1
-5
/
+3
2022-01-18
ppc/pnv: move intbar to PnvPHB4
Daniel Henrique Barboza
1
-9
/
+9
2022-01-18
ppc/pnv: move phbbar to PnvPHB4
Daniel Henrique Barboza
1
-9
/
+10
2022-01-18
ppc/pnv: move PCI registers to PnvPHB4
Daniel Henrique Barboza
1
-15
/
+15
2022-01-18
ppc/pnv: use PHB4 obj in pnv_pec_stk_pci_xscom_ops
Daniel Henrique Barboza
1
-5
/
+5
2022-01-12
ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()
Daniel Henrique Barboza
1
-10
/
+10
2022-01-12
ppc/pnv: turn pnv_phb4_update_regions() into static
Daniel Henrique Barboza
1
-26
/
+26
2022-01-12
ppc/pnv: Introduce user creatable pnv-phb4 devices
Daniel Henrique Barboza
2
-4
/
+87
2022-01-12
ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
Daniel Henrique Barboza
2
-14
/
+8
2022-01-12
ppc/pnv: move PHB4 XSCOM init to phb4_realize()
Daniel Henrique Barboza
2
-292
/
+304
2022-01-12
ppc/pnv: set phb4 properties in stk_realize()
Daniel Henrique Barboza
1
-3
/
+3
2022-01-12
pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()
Daniel Henrique Barboza
1
-3
/
+2
2022-01-12
pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
Daniel Henrique Barboza
2
-14
/
+18
2022-01-12
ppc/pnv: Complete user created PHB3 devices
Cédric Le Goater
1
-0
/
+9
2022-01-12
ppc/pnv: Reparent user created PHB3 devices to the PnvChip
Cédric Le Goater
1
-0
/
+6
2022-01-12
ppc/pnv: Introduce support for user created PHB3 devices
Cédric Le Goater
1
-1
/
+10
2022-01-12
pnv_phb4.c: check if root port exists in rc_config functions
Daniel Henrique Barboza
1
-2
/
+8
2022-01-12
pnv_phb4.c: make pnv-phb4-root-port user creatable
Daniel Henrique Barboza
1
-11
/
+7
2022-01-12
ppc/pnv: Attach PHB3 root port device when defaults are enabled
Cédric Le Goater
1
-9
/
+6
2022-01-12
pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_port
Daniel Henrique Barboza
1
-0
/
+15
2022-01-12
pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
Daniel Henrique Barboza
1
-0
/
+16
2022-01-04
pnv_phb4.c: do not set 'root-bus' as bus name
Daniel Henrique Barboza
1
-1
/
+1
2022-01-04
pnv_phb3.c: do not set 'root-bus' as bus name
Daniel Henrique Barboza
1
-1
/
+2
2022-01-04
ppc/pnv: Remove the PHB4 "device-id" property
Cédric Le Goater
2
-4
/
+0
2022-01-04
ppc/pnv: Remove PHB4 reset handler
Cédric Le Goater
1
-13
/
+0
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
3
-7
/
+12
2021-12-17
ppc/pnv: Move realize of PEC stacks under the PEC model
Cédric Le Goater
1
-4
/
+30
2021-12-17
ppc/pnv: Remove "system-memory" property from PHB4 PEC
Cédric Le Goater
1
-5
/
+1
2021-12-17
ppc/pnv: Compute the PHB index from the PHB4 PEC model
Cédric Le Goater
1
-0
/
+16
2021-12-17
ppc/pnv: Introduce a num_stack class attribute
Cédric Le Goater
1
-1
/
+11
2021-12-17
ppc/pnv: Introduce a "chip" property under the PHB4 model
Cédric Le Goater
1
-0
/
+7
2021-12-17
ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
Cédric Le Goater
1
-0
/
+2
2021-12-17
ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
Cédric Le Goater
1
-0
/
+11
2021-12-17
ppc/pnv: Use the chip class to check the index of PHB3 devices
Cédric Le Goater
1
-1
/
+1
2021-12-17
ppc/pnv: Introduce a "chip" property under PHB3
Cédric Le Goater
1
-0
/
+1
2021-12-17
pci-host: Allow extended config space access for PowerNV PHB4 model
Christophe Lombard
1
-0
/
+1
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
1
-6
/
+4
2021-10-21
ppc/pegasos2: Access MV64361 registers via their memory region
BALATON Zoltan
1
-0
/
+1
2021-09-30
pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()
Peter Maydell
2
-5
/
+5
2021-09-04
hw/pci: remove all references to find_i440fx function
Ani Sinha
1
-6
/
+0
2021-09-04
Use PCI_HOST_BRIDGE macro
Eduardo Habkost
1
-3
/
+1
2021-08-03
Revert "acpi/gpex: Inform os to keep firmware resource map"
Michael S. Tsirkin
1
-18
/
+2
2021-07-26
hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_write
Richard Henderson
1
-1
/
+1
2021-07-20
hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259
Philippe Mathieu-Daudé
1
-0
/
+1
2021-07-16
hw/i386: Add a default_bus_bypass_iommu pc machine option
Xingang Wang
1
-0
/
+2
[next]