index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
target-i386: Automatically set level/xlevel/xlevel2 when needed
Eduardo Habkost
2016-09-27
2
-13
/
+83
*
|
target-i386: Add a marker to end of the region zeroed on reset
Eduardo Habkost
2016-09-27
2
-1
/
+2
*
|
target-i386: Remove unused X86CPUDefinition::xlevel2 field
Eduardo Habkost
2016-09-27
1
-2
/
+0
|
/
*
kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0
Herongguang (Stephen)
2016-09-22
1
-1
/
+1
*
kvm: apic: set APIC base as part of kvm_apic_put
Dr. David Alan Gilbert
2016-09-22
2
-0
/
+10
*
target-i386: introduce kvm_put_one_msr
Paolo Bonzini
2016-09-22
1
-9
/
+11
*
target-i386: Use struct X86XSaveArea in fpu_helper.c
Richard Henderson
2016-09-19
3
-58
/
+67
*
target-i386: Generate fences for x86
Pranith Kumar
2016-09-16
1
-0
/
+8
*
target-i386: Fixed syscall posssible segfault
Stanislav Shmarov
2016-09-14
1
-17
/
+19
*
target-i386: fix ordering of fields in CPUX86State
Paolo Bonzini
2016-09-14
1
-6
/
+6
*
x86/lapic: Load LAPIC state at post_load
Dr. David Alan Gilbert
2016-09-13
1
-17
/
+0
*
target-i386: present virtual L3 cache info for vcpus
Longpeng(Mike)
2016-09-09
2
-5
/
+50
*
target-i386: Add more Intel AVX-512 instructions support
Luwei Kang
2016-09-05
2
-5
/
+14
*
target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchip
Eduardo Habkost
2016-08-16
1
-0
/
+7
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-08-08
1
-1
/
+1
*
target-i386: fix typo in xsetbv implementation
Dave Hansen
2016-08-02
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
2
-2
/
+114
|
\
|
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
1
-0
/
+1
|
*
kvm-irqchip: x86: add msi route notify fn
Peter Xu
2016-07-21
2
-0
/
+31
|
*
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
2016-07-21
2
-0
/
+50
|
*
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
2016-07-21
1
-2
/
+1
|
*
intel_iommu: add support for split irqchip
Peter Xu
2016-07-21
2
-0
/
+31
*
|
target-i386: Add x86_cpu_unrealizefn()
Igor Mammedov
2016-07-20
1
-0
/
+16
*
|
pc: cpu: Allow device_add to be used with x86 cpu
Igor Mammedov
2016-07-20
1
-0
/
+1
*
|
target-i386: Fix apic object leak when CPU is deleted
Igor Mammedov
2016-07-20
1
-0
/
+1
*
|
target-i386: cpu: Do not ignore error and fix apic parent
Igor Mammedov
2016-07-20
1
-2
/
+3
*
|
target-i386: Add support for UMIP and RDPID CPUID bits
Paolo Bonzini
2016-07-20
2
-2
/
+4
*
|
target-i386: Add socket/core/thread properties to X86CPU
Igor Mammedov
2016-07-20
2
-0
/
+10
*
|
target-i386: Replace custom apic-id setter/getter with static property
Igor Mammedov
2016-07-20
1
-39
/
+6
*
|
pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
Igor Mammedov
2016-07-20
1
-13
/
+0
*
|
target-i386: Set physical address bits based on host
Dr. David Alan Gilbert
2016-07-20
2
-10
/
+65
*
|
target-i386: Use uint32_t for X86CPU.apic_id
Igor Mammedov
2016-07-20
2
-3
/
+8
*
|
target-i386: Fill high bits of mtrr mask
Dr. David Alan Gilbert
2016-07-20
3
-1
/
+31
*
|
target-i386: Mask mtrr mask based on CPU physical address limits
Dr. David Alan Gilbert
2016-07-20
1
-2
/
+9
*
|
target-i386: Allow physical address bits to be set
Dr. David Alan Gilbert
2016-07-20
2
-9
/
+46
*
|
target-i386: Provide TCG_PHYS_ADDR_BITS
Dr. David Alan Gilbert
2016-07-20
1
-2
/
+4
|
/
*
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
2016-07-19
3
-14
/
+4
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
1
-2
/
+2
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-2
/
+2
*
target-*: Clean up cpu.h header guards
Markus Armbruster
2016-07-12
1
-3
/
+4
*
Fix confusing argument names in some common functions
Sergey Sorokin
2016-07-12
1
-3
/
+3
*
target-i386: Enable LMCE for '-cpu host' if supported by host
Haozhong Zhang
2016-07-07
1
-0
/
+15
*
target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg
Haozhong Zhang
2016-07-07
1
-0
/
+4
*
target-i386: kvm: Add basic Intel LMCE support
Ashok Raj
2016-07-07
4
-4
/
+67
*
target-i386: Report hyperv feature words through qom
Evgeny Yakovlev
2016-07-07
3
-48
/
+120
*
target-i386: Show host and VM TSC frequencies on mismatch
Eduardo Habkost
2016-07-07
1
-1
/
+3
*
pc: Parse CPU features only once
Igor Mammedov
2016-07-07
2
-45
/
+0
*
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
2016-07-07
1
-6
/
+20
*
target-i386: Avoid using locals outside their scope
Paolo Bonzini
2016-07-07
1
-1
/
+1
[prev]
[next]