Sign in
qemu
/
qemu
/
75158ebbe259f0bd8bf435e8f4827a43ec89c877
/
hw
/
pci-host
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 10 years ago
bafc90b
q35: implement TSEG
by Gerd Hoffmann
· 10 years ago
68c77ac
q35: implement SMRAM.D_LCK
by Gerd Hoffmann
· 10 years ago
b66a67d
q35: add config space wmask for SMRAM and ESMRAMC
by Gerd Hoffmann
· 10 years ago
7744752
q35: fix ESMRAMC default
by Gerd Hoffmann
· 10 years ago
64130fa
q35: implement high SMRAM
by Paolo Bonzini
· 10 years ago
3de70c0
hw/i386: remove smram_update
by Paolo Bonzini
· 10 years ago
f809c60
target-i386: use memory API to implement SMRAM
by Paolo Bonzini
· 10 years ago
fe6567d
hw/i386: add a separate region that tracks the SMRAME bit
by Paolo Bonzini
· 10 years ago
786a4ea
Convert (ffs(val) - 1) to ctz32(val)
by Stefan Hajnoczi
· 10 years ago
5863d37
uninorth: convert ffs(3) to ctz32()
by Stefan Hajnoczi
· 10 years ago
42874d3
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
by Peter Maydell
· 10 years ago
5c9eb02
exec.c: Make address_space_rw take transaction attributes
by Peter Maydell
· 10 years ago
0ca4f94
mips: fix broken fulong2e machine
by Paolo Bonzini
· 10 years ago
8caff63
machine: replace qemu opts with iommu property
by Marcel Apfelbaum
· 10 years ago
9af21db
pci: Trivial device model conversions to realize
by Markus Armbruster
· 10 years ago
73104fd
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
79e2b9a
exec: RCUify AddressSpaceDispatch
by Paolo Bonzini
· 10 years ago
bb2ed00
isa: add memory space parameter to isa_bus_new
by Hervé Poussineau
· 10 years ago
4d8fde1
pci: Add generic PCIe host bridge
by Alexander Graf
· 10 years ago
cb3778a
PPC: e500 pci host: Add support for ATMUs
by Alexander Graf
· 10 years ago
2b31cd4
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
2c9ecde
piix: do not set irq while loading vmstate
by Pavel Dovgalyuk
· 11 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
de739df
apb: implement PCI bus error interrupt map registers
by Mark Cave-Ayland
· 10 years ago
d92fa2d
intel-iommu: add context-cache to cache context-entry
by Le Tan
· 11 years ago
ac40aa1
intel-iommu: fix coding style issues around in q35.c and machine.c
by Le Tan
· 11 years ago
a52a7fd
intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu" as a switch
by Le Tan
· 11 years ago
8d7b8cb
iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps
by Le Tan
· 11 years ago
08ab597
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
by Peter Maydell
· 11 years ago
b87b064
apb: add IOMMU flush register implementation
by Mark Cave-Ayland
· 11 years ago
30dc600
pci-host: update uncorresponding description
by Gonglei
· 11 years ago
ef9f7b5
pci-host: update obsolete reference about piix_pci.c
by Gonglei
· 11 years ago
97db046
prep: Remove PCI memory hack related to OpenHack'Ware
by Hervé Poussineau
· 11 years ago
1be8825
uninorth: Fix PCI hole size
by BALATON Zoltan
· 11 years ago
68716da
apb: Fix out-of-bounds array write access
by Stefan Weil
· 11 years ago
f2e2bc9
hw/pci-host/ppce500: Fix typo in vmstate definition
by Peter Maydell
· 11 years ago
3016dca
PPC: e500: implement PCI INTx routing
by Bharat Bhushan
· 11 years ago
d575a6c
PPC: e500: some pci related cleanup
by Bharat Bhushan
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
3aff6c2
savevm: Remove all the unneeded version_minimum_id_old (ppc)
by Juan Quintela
· 11 years ago
d1180c1
apb: Fix compiler warnings (large constants)
by Stefan Weil
· 11 years ago
50809c8
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
by Peter Maydell
· 11 years ago
ae74bbe
apb: implement IOMMU translation for PCI host bridge
by Mark Cave-Ayland
· 11 years ago
f38b161
apb: handle reading/writing of IOMMU control registers
by Mark Cave-Ayland
· 11 years ago
fd7fbc8
apb: fix IOMMU register sizes
by Mark Cave-Ayland
· 11 years ago
ea9a660
apb: Move IOMMU registers into a separate IOMMUState struct
by Mark Cave-Ayland
· 11 years ago
7c8b724
pcie_host: Turn pcie_host_init() into an instance_init
by Andreas Färber
· 11 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
7dc176b
hw/pci-host/prep: Don't reverse IO accesses on bigendian hosts
by Peter Maydell
· 11 years ago
af23906
hw/pci-host/apb.c: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
f205da6
raven: Use raven_ for all function prefixes
by Hervé Poussineau
· 11 years ago
2403837
raven: Fix PCI bus accesses with size > 1
by Hervé Poussineau
· 11 years ago
d16644e
raven: Add PCI bus mastering address space
by Hervé Poussineau
· 11 years ago
1fe9e26
raven: Set a correct PCI memory region
by Hervé Poussineau
· 11 years ago
1ae1dc5
raven: Set a correct PCI I/O memory region
by Hervé Poussineau
· 11 years ago
9a18391
raven: Implement non-contiguous I/O region
by Hervé Poussineau
· 11 years ago
49a4e21
raven: Rename intack region to pci_intack
by Hervé Poussineau
· 11 years ago
d0b2542
raven: Move BIOS loading from board code to PCI host
by Hervé Poussineau
· 11 years ago
263cf43
q35: Correct typo BRDIGE -> BRIDGE
by BALATON Zoltan
· 11 years ago
175f099
pam: partly fix write-only mode
by Hervé Poussineau
· 11 years ago
0888a29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
2897ae0
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
by Igor Mammedov
· 11 years ago
963116b
raven: Use constant PCI_NUM_PINS instead of 4
by Hervé Poussineau
· 11 years ago
d181976
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
ddaaefb
piix: fix 32bit pci hole
by Gerd Hoffmann
· 11 years ago
81aab2f
piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
08c58f9
pci-host: Consistently set cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
837d371
sysbus: Set cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
8a0e110
PPC: Use default pci bus name for grackle and heathrow
by Alexander Graf
· 11 years ago
83d08f2
pc: map PCI address space as catchall region for not mapped addresses
by Michael S. Tsirkin
· 11 years ago
04c7d8b
Fix pc migration from qemu <= 1.5
by Cole Robinson
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
6f1426a
ich9: APIs for pc guest info
by Michael S. Tsirkin
· 12 years ago
277e934
piix: APIs for pc guest info
by Michael S. Tsirkin
· 12 years ago
cbcaf79
q35: expose mmcfg size as a property
by Michael S. Tsirkin
· 11 years ago
87f6524
q35: use macro for MCFG property name
by Michael S. Tsirkin
· 12 years ago
eb322b8
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
451f784
q35: Fix typo in constant DEFUALT -> DEFAULT.
by Richard W.M. Jones
· 12 years ago
2028fdf
piix: use 64 bit window programmed by guest
by Michael S. Tsirkin
· 12 years ago
8b42d73
q35: use 64 bit window programmed by guest
by Michael S. Tsirkin
· 12 years ago
636228a
q35: make pci window address/size match guest cfg
by Michael S. Tsirkin
· 12 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
213f0c4
qom: Pass available size to object_initialize()
by Andreas Färber
· 12 years ago
dd301ca
pci: Pass size to pci_bus_new_inplace()
by Andreas Färber
· 12 years ago
1466cef
pc: fix regression for 64 bit PCI memory
by Michael S. Tsirkin
· 12 years ago
768d7e2
pci-host/prep: Set isa_mem_base in the PCI host bridge
by Hervé Poussineau
· 12 years ago
3984890
pc: limit 64 bit hole to 2G by default
by Igor Mammedov
· 12 years ago
44fc8c5
pc: replace i440fx_common_init() with i440fx_init()
by Igor Mammedov
· 12 years ago
1d0d4aa
pc: add I440FX QOM cast macro
by Igor Mammedov
· 12 years ago
f055e96
pci-bridge: Turn PCIBridge into abstract QOM type
by Andreas Färber
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
2b8fbcd
sparc64: unbreak
by Paolo Bonzini
· 12 years ago
5519ad0
sparc64: remove indirection for I/O port access
by Paolo Bonzini
· 12 years ago
e37b80f
mips_fulong2e: do not use isa_mmio
by Paolo Bonzini
· 12 years ago
62d92e4
q35: Use QOM realize for q35 host bridge
by Hu Tao
· 12 years ago
ce88812
q35: Use type-safe cast instead of direct access of parent dev
by Hu Tao
· 12 years ago
a3560fb
i440fx-pcihost: Use QOM realize for i440fx-pcihost
by Hu Tao
· 12 years ago
2aedfa46
i440fx: Use type-safe cast instead of direct access of parent dev
by Hu Tao
· 12 years ago
Next »