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
2019-01-11
pam: wrap MemoryRegion initialization in a transaction
Paolo Bonzini
1
-0
/
+2
2018-11-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...
Peter Maydell
1
-8
/
+6
2018-11-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+9
2018-11-08
PPC: e500: convert SysBus init method to a realize method
Cédric Le Goater
1
-8
/
+6
2018-11-06
i386: clarify that the Q35 machine type implements a P35 chipset
Daniel P. Berrangé
1
-1
/
+9
2018-11-05
piix_pci: fix i440fx data sheet link
Li Qiang
1
-1
/
+1
2018-11-05
piix: use TYPE_FOO constants than string constats
Li Qiang
1
-4
/
+7
2018-11-05
i440fx: use ARRAY_SIZE for pam_regions
Li Qiang
1
-2
/
+2
2018-11-05
hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
Laszlo Ersek
2
-2
/
+2
2018-11-05
hw/pci-host/x86: extract get_pci_hole64_start_value() helpers
Laszlo Ersek
2
-8
/
+22
2018-10-30
Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...
Peter Maydell
2
-2
/
+2
2018-10-26
hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
2
-2
/
+2
2018-10-24
hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-6
/
+3
2018-10-19
target-i386: add q35 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-10-19
target-i386: add i440fx 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-09-25
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...
Peter Maydell
1
-7
/
+27
2018-09-25
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...
Peter Maydell
1
-0
/
+12
2018-09-25
40p: use OR gate to wire up raven PCI interrupts
Mark Cave-Ayland
1
-2
/
+23
2018-09-25
raven: some minor IRQ-related tidy-ups
Mark Cave-Ayland
1
-6
/
+5
2018-09-14
sabre: generate correct fw path for sabre PCI host bridge
Mark Cave-Ayland
1
-0
/
+12
2018-08-30
uninorth: add ofw-addr property to allow correct fw path generation
Mark Cave-Ayland
1
-0
/
+16
2018-08-30
grackle: set device fw_name and address for correct fw path generation
Mark Cave-Ayland
1
-0
/
+17
2018-08-21
hw/pci-host/bonito: Move away from old_mmio accessors
Peter Maydell
1
-130
/
+15
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-07-02
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-27
hw/pci-host/xilinx-pcie: don't make "io" region be RAM
Peter Maydell
1
-3
/
+2
2018-06-12
uninorth: remove token register from uninorth device
Mark Cave-Ayland
1
-6
/
+5
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-23
hw/pci-host/q35: Replace hardcoded value with macro
Zihan Yang
1
-6
/
+11
2018-05-04
uninorth: create new uninorth device
Mark Cave-Ayland
2
-0
/
+60
2018-04-27
uninorth: rename UNINState to UNINHostState
Mark Cave-Ayland
1
-16
/
+16
2018-04-27
uninorth: move PCI IO (ISA) memory region into the uninorth device
Mark Cave-Ayland
1
-4
/
+10
2018-04-27
uninorth: use object link to pass OpenPIC object to uninorth
Mark Cave-Ayland
1
-30
/
+43
2018-04-27
uninorth: remove obsolete pci_pmac_u3_init() function
Mark Cave-Ayland
1
-25
/
+5
2018-04-27
uninorth: remove obsolete pci_pmac_init() function
Mark Cave-Ayland
1
-41
/
+5
2018-04-27
uninorth: enable internal PCI host bridge
Mark Cave-Ayland
1
-5
/
+23
2018-04-27
uninorth: fix PCI and AGP bus mixup
Mark Cave-Ayland
1
-11
/
+13
2018-04-27
uninorth: move PCI host bridge bus initialisation into device realize
Mark Cave-Ayland
1
-49
/
+68
2018-04-27
uninorth: introduce temporary pic_irqs device property
Mark Cave-Ayland
1
-2
/
+23
2018-04-27
uninorth: move PCI mmio memory region initialisation into init function
Mark Cave-Ayland
1
-10
/
+18
2018-04-27
grackle: move PCI IO (ISA) memory region into the grackle device
Mark Cave-Ayland
1
-1
/
+6
2018-04-27
grackle: remove deprecated pci_grackle_init() function
Mark Cave-Ayland
1
-27
/
+1
2018-04-27
grackle: general tidy-up and QOMify
Mark Cave-Ayland
1
-34
/
+62
2018-04-27
uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device
Mark Cave-Ayland
1
-8
/
+8
2018-04-27
uninorth: move uninorth definitions into uninorth.h
Mark Cave-Ayland
1
-21
/
+1
2018-04-27
uninorth: QOMify PCI and AGP host bridges
Mark Cave-Ayland
1
-47
/
+32
2018-04-27
uninorth: trivial style fixups
Mark Cave-Ayland
1
-10
/
+19
2018-03-09
pci: Add support for Designware IP block
Andrey Smirnov
2
-0
/
+756
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
[next]