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
2008-11-05
Add missing files to KVM commit.
aliguori
1
-0
/
+638
2008-11-05
Add KVM support to QEMU
aliguori
2
-0
/
+79
2008-11-05
Split CPUID from op_helper
aliguori
3
-162
/
+176
2008-11-05
Add additional CPU flag definitions
aliguori
1
-1
/
+8
2008-10-29
Fix restore of older snapshots for target-i386 on big endian hosts
aliguori
1
-2
/
+2
2008-10-28
Fix cpuid ext_features value for Atom N270 (Blue Swirl).
balrog
1
-1
/
+1
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-10-17
i386/SVM: return amount of ASIDs
aurel32
1
-3
/
+3
2008-10-14
target-i386: Add Core Duo Definition
aurel32
2
-2
/
+24
2008-10-04
Fix crc32w decoding, fix a constant width in blendvpd.
balrog
2
-5
/
+4
2008-10-04
x86 "popcnt" affects flags.
balrog
1
-0
/
+2
2008-10-04
Implement SSE4.1, SSE4.2 (x86).
balrog
3
-33
/
+973
2008-10-02
Do not use load_seg_vm to load CS in real mode iret handling
malc
1
-1
/
+2
2008-10-02
Resurrect the safe part of r5274
blueswir1
1
-2
/
+2
2008-10-01
x86 pextrw destination operand can be r64.
balrog
1
-1
/
+2
2008-09-30
Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
balrog
1
-6
/
+6
2008-09-29
Fix save/restore regression introduced by r5318
aliguori
1
-1
/
+1
2008-09-29
My core2duo patch introduced a vague statement of "missing features" in
pbrook
3
-9
/
+41
2008-09-28
Rename -cpu atom to -cpu n270.
balrog
1
-1
/
+1
2008-09-26
Fix definition of EMX bit in cpuid (Jens Axboe).
balrog
1
-1
/
+1
2008-09-25
Revert r5274 which breaks savevm/loadvm
blueswir1
1
-2
/
+2
2008-09-25
Add Atom (x86) cpu identification.
balrog
1
-3
/
+24
2008-09-25
SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
balrog
5
-29
/
+64
2008-09-25
Core 2 Duo specification (Alexander Graf).
balrog
3
-0
/
+66
2008-09-25
Clean up vendor identification (Alexander Graf).
balrog
2
-6
/
+14
2008-09-25
Implement x86 SSSE3 instructions.
balrog
3
-4
/
+272
2008-09-25
Use qemu_free() on env instead of free.
balrog
1
-1
/
+1
2008-09-20
Add signed versions of save/load functions
blueswir1
1
-2
/
+2
2008-09-09
Fix up pxe boot (Glauber Costa)
aliguori
1
-2
/
+6
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
1
-1
/
+1
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2
-26
/
+1
2008-08-18
i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)
aliguori
1
-0
/
+2
2008-07-23
Fix task register type after reset (Avi Kivity)
aliguori
1
-1
/
+1
2008-07-18
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
ths
1
-8
/
+7
2008-07-07
fix cvtsq2s[sd] (Juergen Lock)
bellard
1
-2
/
+6
2008-07-05
Re-add static qualifier. Fix annother occurance of "const static".
pbrook
1
-1
/
+1
2008-07-03
Fix constant truncation, spotted by Jindrich Makovicka.
ths
1
-3
/
+3
2008-07-01
Move interrupt_request and user_mode_only to common cpu state.
pbrook
2
-6
/
+5
2008-06-30
Fix rdtsc instruction counting.
pbrook
1
-0
/
+6
2008-06-30
Move CPU save/load registration to common code.
pbrook
1
-0
/
+2
2008-06-29
Add instruction counter.
pbrook
2
-4
/
+63
2008-06-20
added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...
bellard
1
-11
/
+29
2008-06-20
cmpxchg fixes
bellard
1
-0
/
+7
2008-06-18
HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)
bellard
3
-11
/
+21
2008-06-09
SVM: Fix segment attribute clobbering (Alexander Graf)
bellard
1
-1
/
+1
2008-06-06
undocumented 0x82 opcode is invalid in 64 bit code
bellard
1
-1
/
+3
2008-06-06
Fix i386 segment descriptor types on reset (Avi Kivity)
bellard
1
-9
/
+15
2008-06-04
save more CPU state
bellard
2
-6
/
+38
2008-06-04
SVM: added tsc_offset
bellard
2
-4
/
+8
2008-06-04
fixed exceptions for cpuid and invlpg
bellard
1
-0
/
+6
[next]