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
*
s390x/tcg: specification exception for unknown diag
Cornelia Huck
2017-08-30
1
-1
/
+1
*
ppc: fix ppc_set_compat() with KVM PR
Greg Kurz
2017-08-22
1
-4
/
+5
*
target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround
Daniel Henrique Barboza
2017-08-22
3
-0
/
+61
*
target/arm: Require alignment for load exclusive
Alistair Francis
2017-08-15
1
-5
/
+6
*
target/arm: Correct load exclusive pair atomicity
Richard Henderson
2017-08-15
1
-23
/
+37
*
target/arm: Correct exclusive store cmpxchg memop mask
Alistair Francis
2017-08-15
1
-1
/
+1
*
unicore32: abort when entering "x 0" on the monitor
Eduardo Otubo
2017-08-14
1
-4
/
+4
*
target/ppc: Add stub implementation of the PSSCR
David Gibson
2017-08-09
2
-0
/
+6
*
target/ppc: Implement TIDR
David Gibson
2017-08-09
2
-0
/
+6
*
ppc: fix double-free in cpu_post_load()
Greg Kurz
2017-08-09
1
-1
/
+0
*
booke206: fix MAS update on tlb miss
KONRAD Frederic
2017-08-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-08-08
1
-0
/
+1
|
\
|
*
target/i386: set rip_offset for some SSE4.1 instructions
Joseph Myers
2017-08-08
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170803' into staging
Peter Maydell
2017-08-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
target/s390x: Fix CSST for 16-byte store
Richard Henderson
2017-08-03
1
-0
/
+1
*
|
target/mips: Fix RDHWR CC with icount
James Hogan
2017-08-02
1
-0
/
+11
*
|
target/mips: Drop redundant gen_io_start/stop()
James Hogan
2017-08-02
1
-8
/
+0
*
|
target/mips: Use BS_EXCP where interrupts are expected
James Hogan
2017-08-02
1
-13
/
+34
*
|
target-mips: apply CP0.PageMask before writing into TLB entry
Leon Alrae
2017-08-02
1
-2
/
+3
*
|
mips: Add KVM T&E segment support for TCG
James Hogan
2017-08-02
2
-4
/
+4
*
|
mips: Improve segment defs for KVM T&E guests
James Hogan
2017-08-02
1
-12
/
+11
*
|
target-mips: Don't stop on [d]mtc0 DESAVE/KScratch
James Hogan
2017-08-02
1
-4
/
+0
|
/
*
target-i386: kvm_get/put_vcpu_events don't handle sipi_vector
Peng Hao
2017-08-01
1
-15
/
+20
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
3
-21
/
+21
*
target/arm: Migrate MPU_RNR register state for M profile cores
Peter Maydell
2017-07-31
1
-0
/
+28
*
target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get reset
Peter Maydell
2017-07-31
2
-16
/
+26
*
target/arm: Rename cp15.c6_rgnr to pmsav7.rnr
Peter Maydell
2017-07-31
3
-6
/
+5
*
target/arm: Don't allow guest to make System space executable for M profile
Peter Maydell
2017-07-31
1
-1
/
+15
*
target/arm: Don't do MPU lookups for addresses in M profile PPB region
Peter Maydell
2017-07-31
1
-1
/
+16
*
target/arm: Correct MPU trace handling of write vs execute
Peter Maydell
2017-07-31
1
-2
/
+2
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
6
-6
/
+6
*
m68k/translate: fix incorrect copy/paste
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
qemu-system-tricore: segfault when entering "x 0" on the monitor
Eduardo Otubo
2017-07-31
1
-0
/
+10
*
target/s390x: fix pgm irq ilen in translate_pages()
David Hildenbrand
2017-07-28
1
-1
/
+1
*
target/s390x: fix pgm irq ilen for stsi
David Hildenbrand
2017-07-28
1
-1
/
+1
*
target/i386: Don't use x86_cpu_load_def() on "max" CPU model
Eduardo Habkost
2017-07-26
1
-6
/
+12
*
target/i386: Define CPUID_MODEL_ID_SZ macro
Eduardo Habkost
2017-07-26
1
-0
/
+11
*
target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
Eduardo Habkost
2017-07-26
1
-7
/
+2
*
s390x/css: fix ilen in IO instruction handlers
Halil Pasic
2017-07-25
1
-21
/
+21
*
target/s390x: Add remaining switches to compile with --disable-tcg
Thomas Huth
2017-07-25
2
-3
/
+7
*
target/s390x: Move exception-related functions to a new excp_helper.c file
Thomas Huth
2017-07-25
4
-469
/
+528
*
target/s390x: Rework program_interrupt() and related functions
Thomas Huth
2017-07-25
5
-48
/
+52
*
target/s390x: Move diag helpers to a separate file
Thomas Huth
2017-07-25
3
-168
/
+180
*
target/s390x: Move s390_cpu_dump_state() to helper.c
Thomas Huth
2017-07-25
2
-60
/
+60
*
target/s390x: improve baselining if certain base features are missing
David Hildenbrand
2017-07-25
1
-0
/
+33
*
s390x/kvm: better comment regarding zPCI feature availability
David Hildenbrand
2017-07-25
1
-1
/
+1
*
target/s390x: introduce (test|set)_be_bit
David Hildenbrand
2017-07-25
3
-16
/
+14
*
target/s390x: indicate query subfunction in s390_fill_feat_block
David Hildenbrand
2017-07-25
2
-18
/
+26
*
target/s390x: drop BE_BIT()
David Hildenbrand
2017-07-25
1
-1
/
+0
*
s390/cpumodel: remove KSS from the default model of z14
Christian Borntraeger
2017-07-25
2
-1
/
+1
[next]