Age | Commit message (Expand) | Author | Files | Lines |
2011-03-16 | Expose thread_id in info cpus | Jan Kiszka | 1 | -0/+1 |
2011-02-17 | linux-user: Define target alignment size | Laurent Vivier | 1 | -4/+10 |
2011-02-14 | Prevent abortion on multiple VCPU kicks | Jan Kiszka | 1 | -0/+1 |
2010-05-11 | move stop/stopped CPU_COMMON fields after area zeroed by reset | Marcelo Tosatti | 1 | -2/+2 |
2010-05-11 | port qemu-kvm's on_vcpu code | Marcelo Tosatti | 1 | -0/+2 |
2010-04-05 | Split TLB addend and target_phys_addr_t | Paul Brook | 1 | -10/+7 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -0/+2 |
2010-03-12 | Remove TLB from userspace | Paul Brook | 1 | -3/+14 |
2010-02-03 | KVM: Move and rename regs_modified | Jan Kiszka | 1 | -1/+2 |
2009-12-18 | Revert "kvm: x86: Save/restore exception_index" | Anthony Liguori | 1 | -1/+1 |
2009-12-12 | kvm: x86: Save/restore exception_index | Jan Kiszka | 1 | -1/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -5/+5 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -5/+5 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -5/+5 |
2009-08-27 | extend -smp parsing to include cores= and threads= options | Andre Przywara | 1 | -0/+2 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -1/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-06-04 | fix gdbstub support for multiple threads in usermode, v3 | Nathan Froyd | 1 | -0/+1 |
2009-05-19 | Hardware convenience library | Paul Brook | 1 | -24/+1 |
2009-04-24 | qemu: introduce iothread (Marcelo Tosatti) | aliguori | 1 | -0/+5 |
2009-04-21 | added -numa cmdline parameter parser (Andre Przywara) | aliguori | 1 | -0/+1 |
2009-03-07 | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 1 | -1/+1 |
2009-03-06 | Fix race condition on access to env->interrupt_request | aurel32 | 1 | -0/+2 |
2009-01-14 | Get rid of user_mode_only | aurel32 | 1 | -2/+0 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-11-29 | Fix comment typo. | pbrook | 1 | -1/+1 |
2008-11-25 | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori | 1 | -4/+5 |
2008-11-18 | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 1 | -10/+16 |
2008-11-05 | Add KVM support to QEMU | aliguori | 1 | -1/+7 |
2008-10-11 | Add GDB XML register description support. | pbrook | 1 | -0/+2 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 1 | -1/+4 |
2008-06-29 | Add instruction counter. | pbrook | 1 | -6/+28 |
2008-06-09 | Clean up MMIO TLB handling. | pbrook | 1 | -5/+7 |
2008-06-07 | Multithreaded locking fixes. | pbrook | 1 | -0/+1 |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 1 | -0/+4 |
2008-05-28 | moved halted field to CPU_COMMON | bellard | 1 | -0/+1 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -3/+0 |
2008-04-22 | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 | 1 | -0/+3 |
2008-04-22 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -3/+0 |
2008-04-08 | Use a common constant for temp_buf size | blueswir1 | 1 | -1/+3 |
2008-02-01 | use the TCG code generator | bellard | 1 | -0/+1 |
2008-01-31 | use simpler REGPARM convention - make CPUTLBEntry size a power of two | bellard | 1 | -0/+16 |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 1 | -1/+3 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -0/+4 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 1 | -1/+1 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -9/+0 |
2007-09-19 | TARGET_FMT_lu may also be useful. | j_mayer | 1 | -0/+2 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -7/+7 |
2007-06-26 | Fix writes to pages containing watchpoints for the RAM not at 0x0 cases. | balrog | 1 | -1/+1 |
2007-04-14 | Add TARGET_FMT_plx to properly display target_phys_addr_t variables. | j_mayer | 1 | -0/+2 |