Age | Commit message (Expand) | Author | Files | Lines |
2009-03-07 | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 1 | -1/+2 |
2009-03-05 | Fix cpuid KVM crash on i386 (Lubomir Rintel) | aliguori | 1 | -4/+4 |
2009-03-04 | Fix "info registers" under kvm. | balrog | 1 | -0/+3 |
2009-02-27 | x86: use qemu_log_mask on triple faults (Chris Wright) | aliguori | 1 | -2/+1 |
2009-02-11 | KVM: cpuid function 2: store all values (Amit Shah) | aliguori | 1 | -0/+1 |
2009-02-09 | KVM: Get all cpuid values from function 2 (Amit Shah) | aliguori | 1 | -0/+26 |
2009-02-09 | KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah) | aliguori | 1 | -14/+39 |
2009-02-09 | KVM: CPUID takes ecx as input value for some functions (Amit Shah) | aliguori | 4 | -23/+23 |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2 | -4/+0 |
2009-02-02 | Add phenom CPU descriptor (Alexander Graf) | aliguori | 1 | -0/+28 |
2009-02-02 | Implement FFXSR (Alexander Graf) | aliguori | 1 | -8/+20 |
2009-02-01 | Replace noreturn with QEMU_NORETURN | malc | 2 | -4/+4 |
2009-01-29 | Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger) | aliguori | 1 | -1/+1 |
2009-01-29 | Use new logging API in reset handling (Jan Kiszka) | aliguori | 1 | -1/+1 |
2009-01-29 | MTRR support on x86, part 2 (Carl-Daniel Hailfinger) | aliguori | 3 | -1/+34 |
2009-01-26 | kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka) | aliguori | 1 | -4/+0 |
2009-01-26 | x86: Issue reset on triple faults (Jan Kiszka) | aliguori | 1 | -2/+15 |
2009-01-26 | Log reset events (Jan Kiszka) | aliguori | 1 | -0/+5 |
2009-01-26 | MTRR support on x86 (Carl-Daniel Hailfinger) | aliguori | 2 | -1/+106 |
2009-01-15 | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori | 2 | -4/+4 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 2 | -59/+36 |
2009-01-15 | Clean up debugging code #ifdefs (Eduardo Habkost) | aliguori | 1 | -32/+25 |
2009-01-14 | Suppress i386 warnings | blueswir1 | 1 | -2/+2 |
2009-01-14 | Add noreturn function attribute | blueswir1 | 2 | -4/+5 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 8 | -8/+8 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 1 | -2/+2 |
2008-12-13 | Initialize msr list size properly in KVM | aliguori | 1 | -0/+1 |
2008-12-13 | Correctly initialize msr list in KVM | aliguori | 1 | -1/+1 |
2008-12-13 | Fix smsw for x86_64 guest and bigendian host case | malc | 1 | -0/+4 |
2008-12-13 | x86 cleanup | blueswir1 | 4 | -71/+56 |
2008-12-11 | Fix crash in kvm.c (Stefan Weil) | aliguori | 1 | -1/+1 |
2008-12-10 | target-i386: Fix jmp im on x86_64 when executing 32-bit code | aurel32 | 1 | -0/+2 |
2008-12-07 | Remove FORCE_RET() and RETURN() | aurel32 | 2 | -25/+0 |
2008-12-07 | target-i386: fix CVE-2007-1322 | aurel32 | 1 | -0/+2 |
2008-12-02 | Fix register name typo in dumping debug registers (Jan Kiszka) | aliguori | 1 | -2/+2 |
2008-12-01 | Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). | balrog | 1 | -6/+6 |
2008-11-30 | Common cpu_loop_exit prototype | aurel32 | 1 | -1/+0 |
2008-11-25 | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori | 2 | -3/+3 |
2008-11-25 | i386: remove unused function prototypes (Laurent Desnogues) | aliguori | 1 | -3/+0 |
2008-11-18 | x86: Dump debug registers (Jan Kiszka) | aliguori | 1 | -0/+7 |
2008-11-18 | x86: Debug register emulation (Jan Kiszka) | aliguori | 4 | -40/+215 |
2008-11-18 | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 1 | -3/+4 |
2008-11-18 | Refactor translation block CPU state handling (Jan Kiszka) | aliguori | 1 | -0/+8 |
2008-11-18 | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) | aliguori | 1 | -2/+6 |
2008-11-17 | TCG variable type checking. | pbrook | 8 | -974/+1038 |
2008-11-16 | target-i386: fix helper_pmovmskb_mmx helper | aurel32 | 1 | -16/+16 |
2008-11-13 | x86: fix warning without CONFIG_KVM (Mark McLoughlin) | aliguori | 1 | -2/+2 |
2008-11-13 | Fix CPUID ext2 features masking (Avi Kivity) | aliguori | 1 | -1/+1 |
2008-11-13 | Define kvm_ioctl in the same way as ioctl | aliguori | 1 | -2/+2 |
2008-11-10 | x86 CPUID extended family/model (Andre Przywara). | balrog | 1 | -2/+7 |