GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement SSE4.1, SSE4.2 (x86).
balrog
2008-10-04
3
-33
/
+973
*
Do not use load_seg_vm to load CS in real mode iret handling
malc
2008-10-02
1
-1
/
+2
*
Resurrect the safe part of r5274
blueswir1
2008-10-02
1
-2
/
+2
*
x86 pextrw destination operand can be r64.
balrog
2008-10-01
1
-1
/
+2
*
Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
balrog
2008-09-30
1
-6
/
+6
*
Fix save/restore regression introduced by r5318
aliguori
2008-09-29
1
-1
/
+1
*
My core2duo patch introduced a vague statement of "missing features" in
pbrook
2008-09-29
3
-9
/
+41
*
Rename -cpu atom to -cpu n270.
balrog
2008-09-28
1
-1
/
+1
*
Fix definition of EMX bit in cpuid (Jens Axboe).
balrog
2008-09-26
1
-1
/
+1
*
Revert r5274 which breaks savevm/loadvm
blueswir1
2008-09-25
1
-2
/
+2
*
Add Atom (x86) cpu identification.
balrog
2008-09-25
1
-3
/
+24
*
SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
balrog
2008-09-25
5
-29
/
+64
*
Core 2 Duo specification (Alexander Graf).
balrog
2008-09-25
3
-0
/
+66
*
Clean up vendor identification (Alexander Graf).
balrog
2008-09-25
2
-6
/
+14
*
Implement x86 SSSE3 instructions.
balrog
2008-09-25
3
-4
/
+272
*
Use qemu_free() on env instead of free.
balrog
2008-09-25
1
-1
/
+1
*
Add signed versions of save/load functions
blueswir1
2008-09-20
1
-2
/
+2
*
Fix up pxe boot (Glauber Costa)
aliguori
2008-09-09
1
-2
/
+6
*
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-09-06
1
-1
/
+1
*
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-30
2
-26
/
+1
*
i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)
aliguori
2008-08-18
1
-0
/
+2
*
Fix task register type after reset (Avi Kivity)
aliguori
2008-07-23
1
-1
/
+1
*
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
ths
2008-07-18
1
-8
/
+7
*
fix cvtsq2s[sd] (Juergen Lock)
bellard
2008-07-07
1
-2
/
+6
*
Re-add static qualifier. Fix annother occurance of "const static".
pbrook
2008-07-05
1
-1
/
+1
*
Fix constant truncation, spotted by Jindrich Makovicka.
ths
2008-07-03
1
-3
/
+3
*
Move interrupt_request and user_mode_only to common cpu state.
pbrook
2008-07-01
2
-6
/
+5
*
Fix rdtsc instruction counting.
pbrook
2008-06-30
1
-0
/
+6
*
Move CPU save/load registration to common code.
pbrook
2008-06-30
1
-0
/
+2
*
Add instruction counter.
pbrook
2008-06-29
2
-4
/
+63
*
added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...
bellard
2008-06-20
1
-11
/
+29
*
cmpxchg fixes
bellard
2008-06-20
1
-0
/
+7
*
HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)
bellard
2008-06-18
3
-11
/
+21
*
SVM: Fix segment attribute clobbering (Alexander Graf)
bellard
2008-06-09
1
-1
/
+1
*
undocumented 0x82 opcode is invalid in 64 bit code
bellard
2008-06-06
1
-1
/
+3
*
Fix i386 segment descriptor types on reset (Avi Kivity)
bellard
2008-06-06
1
-9
/
+15
*
save more CPU state
bellard
2008-06-04
2
-6
/
+38
*
SVM: added tsc_offset
bellard
2008-06-04
2
-4
/
+8
*
fixed exceptions for cpuid and invlpg
bellard
2008-06-04
1
-0
/
+6
*
GIF flag handling fix (Alexander Graf)
bellard
2008-06-04
1
-2
/
+2
*
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
2008-06-04
6
-65
/
+65
*
32 bit SVM fixes - INVLPG and INVLPGA updates
bellard
2008-06-04
4
-25
/
+47
*
EFER loading fixes, including SVME bit
bellard
2008-06-04
3
-27
/
+24
*
Spelling fixes, by Stefan Weil.
ths
2008-06-03
2
-5
/
+5
*
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
bellard
2008-05-30
1
-11
/
+21
*
Fix typo.
pbrook
2008-05-30
1
-1
/
+1
*
Move clone() register setup to target specific code. Handle fork-like clone.
pbrook
2008-05-30
1
-0
/
+9
*
Push common interrupt variables to cpu-defs.h (Glauber Costa)
bellard
2008-05-29
1
-2
/
+0
*
moved halted field to CPU_COMMON
bellard
2008-05-28
4
-8
/
+6
*
force bit 1 in eflags load
bellard
2008-05-28
1
-1
/
+1
[prev]
[next]