index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging
Stefan Hajnoczi
2017-05-18
1
-1
/
+1
|
\
|
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
|
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'aurel32/tags/pull-target-sh4-20170513' into sta...
Stefan Hajnoczi
2017-05-16
5
-190
/
+181
|
\
|
*
target/sh4: use cpu_loop_exit_restore
Aurelien Jarno
2017-05-13
1
-8
/
+2
|
*
target/sh4: trap unaligned accesses
Aurelien Jarno
2017-05-13
4
-2
/
+25
|
*
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
2017-05-13
1
-11
/
+15
|
*
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
2017-05-13
1
-12
/
+7
|
*
target/sh4: generate fences for SH4
Aurelien Jarno
2017-05-13
1
-4
/
+5
|
*
target/sh4: optimize gen_write_sr using extract op
Aurelien Jarno
2017-05-13
1
-6
/
+3
|
*
target/sh4: optimize gen_store_fpr64
Aurelien Jarno
2017-05-13
1
-7
/
+1
|
*
target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
Aurelien Jarno
2017-05-13
1
-6
/
+3
|
*
target/sh4: only save flags state at the end of the TB
Aurelien Jarno
2017-05-13
1
-36
/
+33
|
*
target/sh4: fix BS_EXCP exit
Aurelien Jarno
2017-05-13
1
-9
/
+7
|
*
target/sh4: fix BS_STOP exit
Aurelien Jarno
2017-05-13
1
-2
/
+3
|
*
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
2017-05-13
3
-18
/
+16
|
*
target/sh4: do not include DELAY_SLOT_TRUE in the TB state
Aurelien Jarno
2017-05-13
1
-2
/
+1
|
*
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
2017-05-13
3
-16
/
+6
|
*
target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
Aurelien Jarno
2017-05-13
1
-79
/
+82
*
|
Merge remote-tracking branch 'rth/tags/pull-s390-20170512' into staging
Stefan Hajnoczi
2017-05-16
9
-125
/
+288
|
\
\
|
*
|
target/s390x: implement serialization in BRANCH CONDITION
Aurelien Jarno
2017-05-13
1
-0
/
+15
|
*
|
target/s390x: fix SIGNAL PROCESSOR return value
Aurelien Jarno
2017-05-13
1
-0
/
+1
|
*
|
target/s390x: mask the SIGP order_code using SIGP_ORDER_MASK
Aurelien Jarno
2017-05-13
3
-4
/
+4
|
*
|
target/s390x: Use atomic operations for LOAD AND OP
Richard Henderson
2017-05-13
2
-38
/
+60
|
*
|
target/s390x: Use atomic operations for COMPARE SWAP
Richard Henderson
2017-05-13
4
-74
/
+60
|
*
|
target/s390x: Implement LOAD PAIR DISJOINT
Eric Bischoff
2017-05-13
2
-1
/
+45
|
*
|
target/s390x: Diagnose specification exception for atomics
Richard Henderson
2017-05-13
3
-0
/
+20
|
*
|
target/s390x: Implement LOAD PROGRAM PARAMETER
Miroslav Benes
2017-05-13
2
-0
/
+11
|
*
|
target/s390x: Implement STORE FACILITIES LIST EXTENDED
Richard Henderson
2017-05-13
4
-8
/
+72
|
|
/
*
|
Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...
Stefan Hajnoczi
2017-05-15
4
-223
/
+94
|
\
\
|
*
|
migration/i386: Remove support for pre-0.12 formats
Dr. David Alan Gilbert
2017-05-11
1
-81
/
+34
|
*
|
vmstatification: i386 FPReg
Dr. David Alan Gilbert
2017-05-11
1
-22
/
+30
|
*
|
migration/i386: Remove old non-softfloat 64bit FP support
Dr. David Alan Gilbert
2017-05-11
1
-101
/
+6
|
*
|
virt-arm: add node-id property to CPU
Igor Mammedov
2017-05-11
1
-0
/
+1
|
*
|
pc: add node-id property to CPU
Igor Mammedov
2017-05-11
1
-0
/
+1
|
*
|
hw/arm/virt: extract mp-affinity calculation in separate function
Igor Mammedov
2017-05-11
2
-3
/
+11
|
*
|
i386: rewrite way CPUID index is validated
Daniel P. Berrange
2017-05-11
1
-20
/
+15
|
|
/
*
|
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
2017-05-11
3
-14
/
+26
*
|
target/ppc: Allow workarounds for POWER9 DD1
David Gibson
2017-05-11
2
-0
/
+12
*
|
target/ppc: Implement ISA V3.00 radix page fault handler
Suraj Jitindar Singh
2017-05-11
6
-4
/
+341
*
|
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
2
-1
/
+3
*
|
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
2017-05-11
1
-1
/
+8
*
|
target/ppc: do not reset reserve_addr in exec_enter
Nikunj A Dadhania
2017-05-11
2
-9
/
+3
*
|
tcg: enable MTTCG by default for PPC64 on x86
Nikunj A Dadhania
2017-05-11
1
-0
/
+2
*
|
target/ppc: Generate fence operations
Nikunj A Dadhania
2017-05-11
1
-0
/
+8
*
|
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
2017-05-11
1
-6
/
+23
|
/
*
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
Stefan Hajnoczi
2017-05-09
1
-2
/
+2
|
\
|
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-2
/
+2
*
|
Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
2017-05-08
2
-6
/
+34
|
\
\
|
|
/
|
/
|
|
*
hax: Fix memory mapping de-duplication logic
Yu Ning
2017-05-05
1
-2
/
+17
[next]