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
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
memhp: don't generate memory hotplug AML if it's not enabled/supported
Igor Mammedov
1
-8
/
+1
2017-01-10
memhp: move GPE handler_E03 into build_memory_hotplug_aml()
Igor Mammedov
1
-5
/
+2
2017-01-10
memhp: merge build_memory_devices() into build_memory_hotplug_aml()
Igor Mammedov
1
-33
/
+28
2017-01-10
memhp: move build_memory_devices() into memory_hotplug.c
Igor Mammedov
1
-124
/
+0
2017-01-10
acpi: add ATSR for q35
Jason Wang
1
-0
/
+9
2017-01-10
intel_iommu: support device iotlb descriptor
Jason Wang
3
-7
/
+106
2017-01-10
intel_iommu: allocate new key when creating new address space
Jason Wang
1
-2
/
+3
2017-01-10
intel_iommu: name vtd address space with devfn
Jason Wang
1
-1
/
+3
2017-01-10
intel_iommu: allow migration
Peter Xu
1
-1
/
+21
2017-01-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-3
/
+3
2016-12-22
kvmclock: reduce kvmclock difference on migration
Marcelo Tosatti
1
-15
/
+127
2016-12-22
multiboot: copy the cmdline verbatim, unescape module strings
Vlad Lungu
1
-10
/
+10
2016-12-22
pc: make pit configurable
Chao Peng
3
-3
/
+23
2016-12-22
pc: make sata configurable
Chao Peng
2
-15
/
+38
2016-12-22
pc: make smbus configurable
Chao Peng
2
-5
/
+25
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2
-2
/
+2
2016-12-16
i386: amd_iommu: fix MMIO register count and access
Prasad J Pandit
2
-3
/
+3
2016-11-30
loader: fix handling of custom address spaces when adding ROM blobs
Laszlo Ersek
1
-1
/
+1
2016-11-30
intel_iommu: fix incorrect device invalidate
Peter Xu
1
-0
/
+1
2016-11-28
pci-assign: sync MSI/MSI-X cap and table with PCIDevice
Peter Xu
1
-0
/
+4
2016-11-21
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
1
-1
/
+1
2016-11-18
acpi: Use apic_id_limit when calculating legacy ACPI table size
Eduardo Habkost
1
-1
/
+1
2016-11-16
pc: fix FW_CFG_NB_CPUS to account for -device added CPUs
Igor Mammedov
1
-17
/
+27
2016-11-16
fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()
Igor Mammedov
1
-0
/
+2
2016-11-16
Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"
Igor Mammedov
1
-29
/
+15
2016-11-15
nvdimm acpi: rename nvdimm_acpi_hotplug
Xiao Guangrong
1
-1
/
+1
2016-11-15
pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplug
Xiao Guangrong
1
-6
/
+0
2016-11-15
qdev: hotplug: drop HotplugHandler.post_plug callback
Xiao Guangrong
1
-19
/
+4
2016-11-15
acpi: fix DMAR device scope for IOAPIC
Peter Xu
1
-1
/
+2
2016-11-15
intel_iommu: fix incorrect assert
Peter Xu
1
-1
/
+1
2016-11-15
intel_iommu: fix several incorrect endianess and bit fields
Peter Xu
1
-1
/
+1
2016-11-15
intel_iommu: fixing source id during IOTLB hash key calculation
Jason Wang
2
-2
/
+2
2016-11-04
Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into staging
Stefan Hajnoczi
2
-1
/
+3
2016-11-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
2
-1
/
+39
2016-11-02
PCMachineState: introduce acpi_build_enabled field
Wei Liu
2
-1
/
+3
2016-11-01
pc: memhp: enable nvdimm device hotplug
Xiao Guangrong
2
-0
/
+19
2016-11-01
nvdimm acpi: introduce fit buffer
Xiao Guangrong
2
-1
/
+20
2016-11-01
nvdimm acpi: prebuild nvdimm devices for available slots
Xiao Guangrong
1
-1
/
+1
2016-10-31
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...
Peter Maydell
2
-14
/
+17
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2
-14
/
+13
2016-10-31
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
1
-0
/
+4
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-24
pc: q35: Bump max_cpus to 288
Igor Mammedov
1
-0
/
+2
2016-10-24
pc: Require IRQ remapping and EIM if there could be x2APIC CPUs
Igor Mammedov
1
-0
/
+14
2016-10-24
pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs
Igor Mammedov
1
-15
/
+29
2016-10-24
pc: Clarify FW_CFG_MAX_CPUS usage comment
Igor Mammedov
1
-10
/
+8
2016-10-24
pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode
Igor Mammedov
1
-2
/
+10
2016-10-24
pc: Leave max apic_id_limit only in legacy cpu hotplug code
Igor Mammedov
1
-6
/
+0
2016-10-24
pc: acpi: x2APIC support for SRAT table
Igor Mammedov
1
-10
/
+24
2016-10-24
pc: acpi: x2APIC support for MADT table and _MAT method
Igor Mammedov
1
-24
/
+54
[next]