index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
target/hppa: Implement unaligned access trap
Richard Henderson
1
-1
/
+18
2018-01-30
target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt
Richard Henderson
5
-66
/
+192
2018-01-30
target/hppa: Implement rfi
Richard Henderson
4
-2
/
+55
2018-01-30
target/hppa: Adjust insn mask for mfctl,w
Richard Henderson
1
-1
/
+1
2018-01-30
target/hppa: Add control registers
Richard Henderson
4
-35
/
+72
2018-01-30
target/hppa: Add space registers
Richard Henderson
3
-11
/
+77
2018-01-30
target/hppa: Implement the system mask instructions
Richard Henderson
3
-1
/
+113
2018-01-30
target/hppa: Implement mmu_idx from IA privilege level
Richard Henderson
3
-26
/
+50
2018-01-30
target/hppa: Split address size from register size
Richard Henderson
6
-414
/
+683
2018-01-30
target/hppa: Define hardware exception types
Richard Henderson
5
-30
/
+88
2018-01-30
target/hppa: Disable gateway page emulation for system mode
Richard Henderson
1
-10
/
+17
2018-01-30
target/hppa: Define the rest of the PSW
Richard Henderson
2
-14
/
+86
2018-01-30
target/hppa: Skeleton support for hppa-softmmu
Helge Deller
6
-13
/
+72
2018-01-29
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
Suraj Jitindar Singh
2
-0
/
+76
2018-01-26
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...
Peter Maydell
57
-186
/
+1145
2018-01-25
target/m68k: add HMP command "info tlb"
Laurent Vivier
3
-0
/
+235
2018-01-25
target/m68k: add pflush/ptest
Laurent Vivier
6
-0
/
+113
2018-01-25
target/m68k: add moves
Laurent Vivier
5
-7
/
+98
2018-01-25
target/m68k: add index parameter to gen_load()/gen_store() and Co.
Laurent Vivier
1
-59
/
+66
2018-01-25
target/m68k: add Transparent Translation
Laurent Vivier
4
-0
/
+104
2018-01-25
target/m68k: add MC68040 MMU
Laurent Vivier
6
-16
/
+423
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
53
-105
/
+108
2018-01-25
target/m68k: fix TCG variable double free
Laurent Vivier
1
-1
/
+0
2018-01-25
target/arm: Simplify fp_exception_el for user-only
Richard Henderson
1
-1
/
+2
2018-01-25
target/arm: Hoist store to flags output in cpu_get_tb_cpu_state
Richard Henderson
1
-16
/
+19
2018-01-25
target/arm: Move cpu_get_tb_cpu_state out of line
Richard Henderson
2
-125
/
+128
2018-01-25
target/arm: Add ARM_FEATURE_SVE
Richard Henderson
1
-0
/
+1
2018-01-25
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
Richard Henderson
8
-64
/
+84
2018-01-25
target/arm: Change the type of vfp.regs
Richard Henderson
6
-19
/
+19
2018-01-25
target/arm: Use pointers in neon tbl helper
Richard Henderson
3
-15
/
+12
2018-01-25
target/arm: Use pointers in neon zip/uzp helpers
Richard Henderson
3
-104
/
+120
2018-01-25
target/arm: Use pointers in crypto helpers
Richard Henderson
4
-184
/
+161
2018-01-25
target/arm: Mark disas_set_insn_syndrome inline
Richard Henderson
1
-1
/
+1
2018-01-25
target/arm: Fix 32-bit address truncation
Ard Biesheuvel
1
-1
/
+1
2018-01-24
Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into staging
Peter Maydell
12
-7
/
+27668
2018-01-23
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180122' into staging
Peter Maydell
10
-5
/
+80
2018-01-22
target/xtensa: disas/xtensa: fix coverity warnings
Max Filippov
1
-2
/
+2
2018-01-22
target/xtensa: add sample_controller core
Max Filippov
5
-0
/
+12216
2018-01-22
target/xtensa: allow different default CPU for MMU/noMMU
Max Filippov
1
-1
/
+6
2018-01-22
s390x/kvm: provide stfle.81
Christian Borntraeger
3
-0
/
+3
2018-01-22
s390x/kvm: Handle bpb feature
Christian Borntraeger
7
-0
/
+36
2018-01-22
s390x/tcg: fixup TEST PROTECTION
David Hildenbrand
3
-23
/
+22
2018-01-22
s390x/tcg: implement TEST PROTECTION
David Hildenbrand
3
-4
/
+41
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
5
-5
/
+84
2018-01-20
target-ppc: optimize cmp translation
pbonzini@redhat.com
1
-17
/
+12
2018-01-20
target/ppc: msgsnd and msgclr instructions need hypervisor privilege
Cédric Le Goater
1
-2
/
+2
2018-01-20
target/ppc: fix doorbell and hypervisor doorbell definitions
Cédric Le Goater
1
-4
/
+4
2018-01-18
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
4
-5
/
+493
2018-01-17
i386: Add EPYC-IBPB CPU model
Eduardo Habkost
1
-0
/
+46
2018-01-17
i386: Add new -IBRS versions of Intel CPU models
Eduardo Habkost
1
-1
/
+378
[next]