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
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
target-i386: Remove has_msr_mtrr global variable
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: Move xsave component mask to features array
Eduardo Habkost
2
-15
/
+30
2016-09-27
target-i386: xsave: Calculate set of xsave components on realize
Eduardo Habkost
2
-23
/
+33
2016-09-27
target-i386: xsave: Helper function to calculate xsave area size
Eduardo Habkost
1
-7
/
+15
2016-09-27
target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: xsave: Calculate enabled components only once
Eduardo Habkost
1
-10
/
+16
2016-09-27
target-i386: Don't try to enable PT State xsave component
Eduardo Habkost
1
-3
/
+3
2016-09-27
target-i386: Move feature name arrays inside FeatureWordInfo
Eduardo Habkost
1
-200
/
+170
2016-09-27
linux-user: remove #define smp_{cores, threads}
Marc-André Lureau
1
-4
/
+4
2016-09-27
target-i386: Enable CPUID[0x8000000A] if SVM is enabled
Eduardo Habkost
1
-0
/
+4
2016-09-27
target-i386: Automatically set level/xlevel/xlevel2 when needed
Eduardo Habkost
2
-13
/
+83
2016-09-27
target-i386: Add a marker to end of the region zeroed on reset
Eduardo Habkost
2
-1
/
+2
2016-09-27
target-i386: Remove unused X86CPUDefinition::xlevel2 field
Eduardo Habkost
1
-2
/
+0
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2
-15
/
+10
2016-09-22
kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0
Herongguang (Stephen)
1
-1
/
+1
2016-09-22
kvm: apic: set APIC base as part of kvm_apic_put
Dr. David Alan Gilbert
2
-0
/
+10
2016-09-22
target-i386: introduce kvm_put_one_msr
Paolo Bonzini
1
-9
/
+11
2016-09-19
target-i386: Use struct X86XSaveArea in fpu_helper.c
Richard Henderson
3
-58
/
+67
2016-09-16
target-i386: Generate fences for x86
Pranith Kumar
1
-0
/
+8
2016-09-14
target-i386: Fixed syscall posssible segfault
Stanislav Shmarov
1
-17
/
+19
2016-09-14
target-i386: fix ordering of fields in CPUX86State
Paolo Bonzini
1
-6
/
+6
2016-09-13
x86/lapic: Load LAPIC state at post_load
Dr. David Alan Gilbert
1
-17
/
+0
2016-09-09
target-i386: present virtual L3 cache info for vcpus
Longpeng(Mike)
2
-5
/
+50
2016-09-05
target-i386: Add more Intel AVX-512 instructions support
Luwei Kang
2
-5
/
+14
2016-08-16
target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchip
Eduardo Habkost
1
-0
/
+7
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2016-08-02
target-i386: fix typo in xsetbv implementation
Dave Hansen
1
-1
/
+1
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-2
/
+114
2016-07-21
kvm-irqchip: do explicit commit when update irq
Peter Xu
1
-0
/
+1
2016-07-21
kvm-irqchip: x86: add msi route notify fn
Peter Xu
2
-0
/
+31
2016-07-21
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
2
-0
/
+50
2016-07-21
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
1
-2
/
+1
2016-07-21
intel_iommu: add support for split irqchip
Peter Xu
2
-0
/
+31
2016-07-20
target-i386: Add x86_cpu_unrealizefn()
Igor Mammedov
1
-0
/
+16
2016-07-20
pc: cpu: Allow device_add to be used with x86 cpu
Igor Mammedov
1
-0
/
+1
2016-07-20
target-i386: Fix apic object leak when CPU is deleted
Igor Mammedov
1
-0
/
+1
2016-07-20
target-i386: cpu: Do not ignore error and fix apic parent
Igor Mammedov
1
-2
/
+3
2016-07-20
target-i386: Add support for UMIP and RDPID CPUID bits
Paolo Bonzini
2
-2
/
+4
2016-07-20
target-i386: Add socket/core/thread properties to X86CPU
Igor Mammedov
2
-0
/
+10
2016-07-20
target-i386: Replace custom apic-id setter/getter with static property
Igor Mammedov
1
-39
/
+6
2016-07-20
pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
Igor Mammedov
1
-13
/
+0
2016-07-20
target-i386: Set physical address bits based on host
Dr. David Alan Gilbert
2
-10
/
+65
2016-07-20
target-i386: Use uint32_t for X86CPU.apic_id
Igor Mammedov
2
-3
/
+8
2016-07-20
target-i386: Fill high bits of mtrr mask
Dr. David Alan Gilbert
3
-1
/
+31
2016-07-20
target-i386: Mask mtrr mask based on CPU physical address limits
Dr. David Alan Gilbert
1
-2
/
+9
2016-07-20
target-i386: Allow physical address bits to be set
Dr. David Alan Gilbert
2
-9
/
+46
2016-07-20
target-i386: Provide TCG_PHYS_ADDR_BITS
Dr. David Alan Gilbert
1
-2
/
+4
2016-07-19
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
3
-14
/
+4
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
[prev]
[next]