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
/
pci-host
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant
Eduardo Habkost
1
-1
/
+1
2020-08-27
versatile: Fix typo in PCI_VPB_HOST definition
Eduardo Habkost
1
-1
/
+1
2020-08-21
meson: convert hw/pci-host
Marc-André Lureau
2
-24
/
+31
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
3
-13
/
+5
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
4
-16
/
+16
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
3
-10
/
+5
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
4
-7
/
+6
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2
-2
/
+2
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
7
-24
/
+12
2020-06-15
qom: Tidy up a few object_initialize_child() calls
Markus Armbruster
1
-1
/
+1
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2
-8
/
+9
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() manually
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
7
-14
/
+7
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2
-4
/
+5
2020-06-15
Revert "hw/versatile: realize the PCI root bus as part of the versatile init"
Markus Armbruster
1
-1
/
+0
2020-06-15
Revert "hw/prep: realize the PCI root bus as part of the prep init"
Markus Armbruster
1
-1
/
+0
2020-06-15
pnv/phb4: Delete unused "pnv-phb4-pec-stack" devices
Markus Armbruster
1
-0
/
+3
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+0
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2020-06-09
hw/pci-host: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
3
-4
/
+6
2020-06-09
hw/pci-host/prep: Correct RAVEN bus bridge memory region size
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-26
hw/mips/fuloong2e: Fix typo in Fuloong machine name
Philippe Mathieu-Daudé
1
-4
/
+4
2020-05-26
hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
Philippe Mathieu-Daudé
1
-1
/
+20
2020-05-26
hw/pci-host/bonito: Better describe the I/O CS regions
Philippe Mathieu-Daudé
1
-2
/
+11
2020-05-26
hw/pci-host/bonito: Map the different PCI ranges more detailed
Philippe Mathieu-Daudé
1
-4
/
+28
2020-05-26
hw/pci-host/bonito: Map all the Bonito64 I/O range
Philippe Mathieu-Daudé
2
-0
/
+4
2020-05-26
hw/pci-host/bonito: Map peripheral using physical address
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-26
hw/pci-host/bonito: Fix DPRINTF() format strings
Philippe Mathieu-Daudé
1
-3
/
+3
2020-05-26
hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
Philippe Mathieu-Daudé
2
-1
/
+5
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
7
-26
/
+24
2020-03-17
hw/pci-host: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-03-16
qom/object: Use common get/set uint helpers
Felipe Franciosi
1
-11
/
+3
2020-03-09
hw/pci-host/q35: Remove unused includes
Philippe Mathieu-Daudé
1
-0
/
+1
2020-03-09
hw/pci-host/piix: Include "qemu/range.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-21
pnv/phb3: Add missing break statement
Greg Kurz
1
-0
/
+1
2020-02-21
pnv/phb4: Fix error path in pnv_pec_realize()
Greg Kurz
1
-1
/
+1
2020-02-21
pnv/phb3: Convert 1u to 1ull
Greg Kurz
1
-1
/
+1
2020-02-02
ppc/pnv: change the PowerNV machine devices to be non user creatable
Cédric Le Goater
4
-1
/
+7
2020-02-02
ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge
Cédric Le Goater
4
-0
/
+1902
2020-02-02
ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
Benjamin Herrenschmidt
3
-0
/
+2032
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+2
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
10
-11
/
+11
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
9
-10
/
+10
2020-01-24
hw/pci-host/designware: Remove unuseful FALLTHROUGH comment
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-22
q35: implement 128K SMRAM at default SMBASE address
Igor Mammedov
1
-7
/
+77
2019-12-18
hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge
Philippe Mathieu-Daudé
2
-1
/
+6
2019-12-18
hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
Philippe Mathieu-Daudé
3
-84
/
+121
[next]