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
*
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
2016-05-19
1
-1
/
+1
*
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
apic: move target-dependent definitions to cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+7
*
target-i386: make cpu-qom.h not target specific
Paolo Bonzini
2016-05-19
2
-97
/
+98
*
cpu: make cpu-qom.h only include-able from cpu.h
Paolo Bonzini
2016-05-19
1
-1
/
+0
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
2
-2
/
+2
*
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-13
1
-9
/
+14
*
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-05-13
1
-1
/
+1
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
2
-2
/
+2
*
event-notifier: Add "is_external" parameter
Fam Zheng
2016-04-22
1
-3
/
+3
*
target-i386: Set AMD alias bits after filtering CPUID data
Eduardo Habkost
2016-04-18
1
-8
/
+8
*
target-i386: check for PKU even for non-writable pages
Paolo Bonzini
2016-04-08
1
-8
/
+10
*
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
2016-04-05
1
-4
/
+30
*
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
2016-04-05
1
-0
/
+3
*
target-i386/kvm: Hyper-V VMBus hypercalls blank handlers
Andrey Smetanin
2016-04-05
1
-0
/
+12
*
target-i386: implement PKE for TCG
Paolo Bonzini
2016-03-24
7
-5
/
+110
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-03-15
2
-0
/
+5
|
\
|
*
kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
Lan Tianyu
2016-03-14
1
-0
/
+4
|
*
hyperv: cpu hotplug fix with HyperV enabled
Denis V. Lunev
2016-03-14
1
-0
/
+1
*
|
target-i386: Dump unknown opcodes with -d unimp
Richard Henderson
2016-03-14
1
-44
/
+83
*
|
target-i386: Fix inhibit irq mask handling
Richard Henderson
2016-03-14
1
-39
/
+37
*
|
target-i386: Use gen_nop_modrm for prefetch instructions
Richard Henderson
2016-03-14
1
-3
/
+2
*
|
target-i386: Fix addr16 prefix
Paolo Bonzini
2016-03-14
1
-7
/
+7
*
|
target-i386: Fix SMSW for 64-bit mode
Richard Henderson
2016-03-14
1
-6
/
+8
*
|
target-i386: Fix SMSW and LMSW from/to register
Paolo Bonzini
2016-03-14
1
-16
/
+22
*
|
target-i386: Avoid repeated calls to the bnd_jmp helper
Paolo Bonzini
2016-03-14
1
-5
/
+5
|
/
*
tcg: Add type for vCPU pointers
LluĂs Vilanova
2016-03-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
4
-42
/
+59
|
\
|
*
target-i386: fix confusion in xcr0 bit position vs. mask
Paolo Bonzini
2016-02-25
4
-42
/
+59
*
|
all: Clean up includes
Peter Maydell
2016-02-23
3
-2
/
+1
*
|
cpu: Clean up includes
Peter Maydell
2016-02-23
1
-4
/
+1
|
/
*
target-i386: Implement FSGSBASE
Richard Henderson
2016-02-15
4
-2
/
+50
*
target-i386: Enable CR4/XCR0 features for user-mode
Richard Henderson
2016-02-15
1
-2
/
+22
*
target-i386: Clear bndregs during legacy near jumps
Richard Henderson
2016-02-15
3
-0
/
+29
*
target-i386: Implement BNDLDX, BNDSTX
Richard Henderson
2016-02-15
3
-0
/
+158
*
target-i386: Update BNDSTATUS for exceptions raised by BOUND
Richard Henderson
2016-02-15
1
-0
/
+6
*
target-i386: Implement BNDCL, BNDCU, BNDCN
Richard Henderson
2016-02-15
3
-1
/
+53
*
target-i386: Implement BNDMOV
Richard Henderson
2016-02-15
1
-1
/
+72
*
target-i386: Implement BNDMK
Richard Henderson
2016-02-15
1
-1
/
+57
*
target-i386: Split up gen_lea_modrm
Richard Henderson
2016-02-12
1
-114
/
+85
*
target-i386: Perform set/reset_inhibit_irq inline
Richard Henderson
2016-02-12
3
-21
/
+28
*
target-i386: Enable control registers for MPX
Richard Henderson
2016-02-12
10
-26
/
+189
*
target-i386: Implement XSAVEOPT
Richard Henderson
2016-02-12
4
-11
/
+43
*
target-i386: Add XSAVE extension
Richard Henderson
2016-02-12
6
-24
/
+241
*
target-i386: Rearrange processing of 0F AE
Richard Henderson
2016-02-12
1
-52
/
+72
*
target-i386: Rearrange processing of 0F 01
Richard Henderson
2016-02-12
1
-223
/
+247
*
target-i386: Split fxsave/fxrstor implementation
Richard Henderson
2016-02-12
3
-82
/
+101
*
target-i386: fix PSE36 mode
Paolo Bonzini
2016-02-09
1
-2
/
+2
[next]