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
/
q35.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-16
q35: fix mmconfig and PCI0._CRS
Gerd Hoffmann
1
-23
/
+8
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-05-02
hw/pci-host: Use object_initialize_child for correct reference counting
Thomas Huth
1
-2
/
+2
2018-11-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+9
2018-11-06
i386: clarify that the Q35 machine type implements a P35 chipset
Daniel P. Berrangé
1
-1
/
+9
2018-11-05
hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base
Laszlo Ersek
1
-1
/
+1
2018-11-05
hw/pci-host/x86: extract get_pci_hole64_start_value() helpers
Laszlo Ersek
1
-4
/
+11
2018-10-26
hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-19
target-i386: add q35 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-05-23
hw/pci-host/q35: Replace hardcoded value with macro
Zihan Yang
1
-6
/
+11
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
1
-3
/
+4
2017-11-16
hw/pci-host: Fix x86 Host Bridges 64bit PCI hole
Marcel Apfelbaum
1
-3
/
+39
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-08-31
q35: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-8
/
+7
2017-06-20
qdev: Use appropriate getter/setters type
Marc-André Lureau
1
-1
/
+1
2017-06-20
object: use more specific property type names
Marc-André Lureau
1
-5
/
+5
2017-06-20
q35: fix get_mmcfg_size to use uint64 visitor
Marc-André Lureau
1
-2
/
+1
2017-06-16
q35/mch: implement extended TSEG sizes
Laszlo Ersek
1
-3
/
+38
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-2
/
+2
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
1
-14
/
+27
2016-07-04
pc: Eliminate PcPciInfo
Markus Armbruster
1
-6
/
+6
2016-07-04
machine: remove iommu property
Marcel Apfelbaum
1
-12
/
+0
2016-07-04
hw/iommu: enable iommu with -device
Marcel Apfelbaum
1
-16
/
+1
2016-07-04
q35: allow dynamic sysbus
Marcel Apfelbaum
1
-0
/
+2
2016-06-29
Q35: implement property interfece to several parameters
Efimov Vasily
1
-0
/
+20
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-7
/
+6
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-5
/
+5
2016-01-29
x86: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-17
q35: Check propery to determine if iommu is set
Bandan Das
1
-1
/
+1
2015-10-18
intel_iommu: Add support for translation for devices behind bridges
Knut Omang
1
-22
/
+3
2015-06-05
q35: implement TSEG
Gerd Hoffmann
1
-0
/
+70
2015-06-05
q35: implement SMRAM.D_LCK
Gerd Hoffmann
1
-1
/
+7
2015-06-05
q35: add config space wmask for SMRAM and ESMRAMC
Gerd Hoffmann
1
-0
/
+2
2015-06-05
q35: fix ESMRAMC default
Gerd Hoffmann
1
-0
/
+1
2015-06-05
q35: implement high SMRAM
Paolo Bonzini
1
-4
/
+31
2015-06-05
hw/i386: remove smram_update
Paolo Bonzini
1
-1
/
+2
2015-06-05
target-i386: use memory API to implement SMRAM
Paolo Bonzini
1
-16
/
+6
2015-06-05
hw/i386: add a separate region that tracks the SMRAME bit
Paolo Bonzini
1
-2
/
+15
2015-03-11
machine: replace qemu opts with iommu property
Marcel Apfelbaum
1
-1
/
+1
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-3
/
+2
2014-08-28
intel-iommu: add context-cache to cache context-entry
Le Tan
1
-0
/
+1
2014-08-28
intel-iommu: fix coding style issues around in q35.c and machine.c
Le Tan
1
-5
/
+6
2014-08-28
intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...
Le Tan
1
-0
/
+46
2014-08-15
pci-host: update obsolete reference about piix_pci.c
Gonglei
1
-1
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-2
/
+1
[next]