index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-04
Make i386-softmmu boot on Sparc host
blueswir1
1
-0
/
+10
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-1
/
+0
2009-03-06
Fix race condition on access to env->interrupt_request
aurel32
1
-8
/
+8
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-19
/
+14
2009-01-14
Get rid of user_mode_only
aurel32
1
-2
/
+4
2009-01-14
Remove all traces of __powerpc__
malc
1
-1
/
+1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-20
Fix remaining compiler warnings for mips targets.
ths
1
-1
/
+1
2008-12-19
When -icount is used and a TB is recompiled due to an IO access
pbrook
1
-0
/
+1
2008-12-13
target-i386: SVM: acknowledge interrupt only after it is taken
aurel32
1
-1
/
+1
2008-12-11
target-ppc: rework exception code
aurel32
1
-1
/
+1
2008-12-05
Attached patch make cpu-exec.c compile on NetBSD.
blueswir1
1
-4
/
+19
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
1
-1
/
+1
2008-11-22
target-ppc: convert exceptions generation to TCG
aurel32
1
-1
/
+1
2008-11-18
Add debug exception hook (Jan Kiszka)
aliguori
1
-0
/
+13
2008-11-18
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
aliguori
1
-0
/
+11
2008-11-18
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
1
-61
/
+2
2008-11-18
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
aliguori
1
-2
/
+2
2008-11-17
TCG variable type checking.
pbrook
1
-3
/
+3
2008-11-10
KVM: simplify kvm_cpu_exec hook
aliguori
1
-10
/
+2
2008-11-06
Fix interrupt exclusion via SSTEP_NOIRQ
malc
1
-2
/
+8
2008-11-06
Remove unused reg_T2 definition
aurel32
1
-4
/
+0
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+14
2008-11-04
Add safety net against potential infinite loop
malc
1
-0
/
+8
2008-10-26
Preliminary BSD user emulator support
blueswir1
1
-0
/
+16
2008-10-07
CRIS: Fix brk 8 and add S-flag emulation.
edgar_igl
1
-1
/
+1
2008-09-15
SH4: Privilege check for instructions
aurel32
1
-1
/
+4
2008-07-17
Support for address masking
blueswir1
1
-2
/
+3
2008-07-08
Fix r4641 (invalid token "=<" in a preprocessor expression)
blueswir1
1
-1
/
+1
2008-07-03
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
ths
1
-3
/
+3
2008-06-30
Spelling fixes, spotted by Stuart Brady.
ths
1
-1
/
+1
2008-06-29
Add instruction counter.
pbrook
1
-30
/
+63
2008-06-27
More efficient target register / TC accesses.
ths
1
-1
/
+1
2008-06-09
CRIS: Emulate NMIs.
edgar_igl
1
-1
/
+9
2008-06-07
Multithreaded locking fixes.
pbrook
1
-14
/
+11
2008-06-06
CRIS: Add the P flag to the tb dependent flags.
edgar_igl
1
-1
/
+1
2008-06-04
reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...
bellard
1
-44
/
+45
2008-06-02
Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl).
balrog
1
-0
/
+4
2008-05-29
Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)
blueswir1
1
-13
/
+0
2008-05-28
SVM rework
bellard
1
-1
/
+0
2008-05-27
removed unused code
bellard
1
-7
/
+0
2008-05-27
CRIS: Re-add the X flag to the tb flags, it allows for better code generation...
edgar_igl
1
-1
/
+1
2008-05-27
Move non-op functions from op_helper.c to helper.c and vice versa.
blueswir1
1
-2
/
+3
2008-05-19
Fix Sparc32 compilation broken by r4484
blueswir1
1
-1
/
+1
2008-05-18
Fix Sparc64 host signal handling
blueswir1
1
-5
/
+10
2008-05-17
Improved workaround for the annoying glibc global register mangling bug
blueswir1
1
-47
/
+11
2008-05-15
Always process real timers regardless of singlestep mode (Jason Wessel).
edgar_igl
1
-1
/
+1
2008-05-14
Fix compilation on Sparc host, implement ld and st
blueswir1
1
-5
/
+0
2008-05-13
CRIS: Improve TLB management and handle delayslots at page boundaries.
edgar_igl
1
-0
/
+1
[next]