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
2016-07-29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-36
/
+95
2016-07-29
hw/apci: handle 64-bit MMIO regions correctly
Marcel Apfelbaum
1
-9
/
+45
2016-07-29
acpi: refactor pxb crs computation
Marcel Apfelbaum
1
-31
/
+50
2016-07-29
hw/acpi: fix a DSDT table issue when a pxb is present.
Marcel Apfelbaum
1
-0
/
+4
2016-07-26
Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...
Igor Mammedov
1
-34
/
+0
2016-07-26
pc: Init CPUState->cpu_index with index in possible_cpus[]
Igor Mammedov
1
-0
/
+4
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-30
/
+646
2016-07-21
intel_iommu: avoid unnamed fields
Michael S. Tsirkin
1
-21
/
+21
2016-07-21
intel_iommu: disallow kernel-irqchip=on with IR
Peter Xu
1
-0
/
+11
2016-07-21
intel_iommu: support all masks in interrupt entry cache invalidation
Radim Krčmář
2
-1
/
+2
2016-07-21
kvm-irqchip: do explicit commit when update irq
Peter Xu
1
-0
/
+2
2016-07-21
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
1
-6
/
+2
2016-07-21
intel_iommu: add SID validation for IR
Peter Xu
1
-11
/
+58
2016-07-21
intel_iommu: Add support for Extended Interrupt Mode
Jan Kiszka
2
-7
/
+11
2016-07-21
x86-iommu: introduce IEC notifiers
Peter Xu
4
-11
/
+81
2016-07-21
intel_iommu: add support for split irqchip
Peter Xu
1
-0
/
+7
2016-07-21
q35: ioapic: add support for emulated IOAPIC IR
Peter Xu
2
-1
/
+8
2016-07-21
intel_iommu: get rid of {0} initializers
Michael S. Tsirkin
1
-3
/
+3
2016-07-20
intel_iommu: Add support for PCI MSI remap
Peter Xu
2
-0
/
+241
2016-07-20
intel_iommu: add IR translation faults defines
Peter Xu
1
-0
/
+13
2016-07-20
intel_iommu: handle interrupt remap enable
Peter Xu
1
-0
/
+20
2016-07-20
intel_iommu: define interrupt remap table addr register
Peter Xu
2
-1
/
+55
2016-07-20
acpi: add DMAR scope definition for root IOAPIC
Peter Xu
1
-3
/
+17
2016-07-20
intel_iommu: set IR bit for ECAP register
Peter Xu
2
-0
/
+8
2016-07-20
intel_iommu: allow queued invalidation for IR
Peter Xu
2
-0
/
+11
2016-07-20
acpi: enable INTR for DMAR report structure
Peter Xu
1
-1
/
+13
2016-07-20
x86-iommu: introduce "intremap" property
Peter Xu
1
-0
/
+23
2016-07-20
x86-iommu: provide x86_iommu_get_default
Peter Xu
2
-7
/
+25
2016-07-20
intel_iommu: rename VTD_PCI_DEVFN_MAX to x86-iommu
Peter Xu
1
-4
/
+7
2016-07-20
x86-iommu: introduce parent class
Peter Xu
3
-3
/
+57
2016-07-20
pc: Make device_del CPU work for x86 CPUs
Igor Mammedov
1
-6
/
+5
2016-07-20
(kvm)apic: Add unrealize callbacks
Igor Mammedov
1
-0
/
+5
2016-07-20
apic: kvm-apic: Fix crash due to access to freed memory region
Igor Mammedov
1
-2
/
+2
2016-07-20
pc: Implement query-hotpluggable-cpus callback
Igor Mammedov
1
-0
/
+45
2016-07-20
pc: Enforce adding CPUs contiguously and removing them in opposite order
Igor Mammedov
1
-0
/
+34
2016-07-20
pc: Forbid BSP removal
Igor Mammedov
1
-0
/
+8
2016-07-20
pc: Register created initial and hotpluged CPUs in one place pc_cpu_plug()
Igor Mammedov
1
-16
/
+9
2016-07-20
pc: Delay setting number of boot CPUs to machine_done time
Igor Mammedov
1
-3
/
+14
2016-07-20
pc: Set APIC ID based on socket/core/thread ids if it's not been set yet
Igor Mammedov
1
-3
/
+41
2016-07-20
target-i386: Add socket/core/thread properties to X86CPU
Igor Mammedov
1
-0
/
+29
2016-07-20
pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
Igor Mammedov
1
-12
/
+31
2016-07-20
pc: Extract CPU lookup into a separate function
Igor Mammedov
1
-7
/
+22
2016-07-17
hw/i386: add device tree support
Antonio Borneo
1
-0
/
+46
2016-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-fwcfg' into s...
Peter Maydell
1
-2
/
+8
2016-07-14
Add optionrom compatible with fw_cfg DMA version
Marc Marí
1
-2
/
+8
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2
-2
/
+4
2016-07-07
target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg
Haozhong Zhang
1
-0
/
+29
2016-07-07
pc: Parse CPU features only once
Igor Mammedov
1
-9
/
+28
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
1
-16
/
+19
2016-07-04
pc: Eliminate PcPciInfo
Markus Armbruster
1
-21
/
+22
[next]