index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
doc.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
xen-block: report error condition from vbd_name_to_disk()
Paul Durrant
1
-6
/
+15
2019-02-28
xen-block: remove redundant assignment
Paul Durrant
1
-2
/
+1
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
1
-4
/
+1
2019-02-28
tests/tcg/xtensa: add FPU2000 coprocessor tests
Max Filippov
2
-0
/
+28
2019-02-28
tests/tcg/xtensa: add FP1 group tests
Max Filippov
2
-0
/
+142
2019-02-28
tests/tcg/xtensa: add FP0 group conversion tests
Max Filippov
2
-0
/
+305
2019-02-28
tests/tcg/xtensa: add FP0 group arithmetic tests
Max Filippov
3
-0
/
+191
2019-02-28
tests/tcg/xtensa: add LSCI/LSCX group tests
Max Filippov
2
-0
/
+123
2019-02-28
tests/tcg/xtensa: add test for FLIX
Max Filippov
2
-0
/
+61
2019-02-28
tests/tcg/xtensa: conditionalize MMU-related tests
Max Filippov
2
-0
/
+8
2019-02-28
tests/tcg/xtensa: conditionalize windowed register tests
Max Filippov
1
-9
/
+23
2019-02-28
tests/tcg/xtensa: conditionalize and fix s32c1i tests
Max Filippov
1
-0
/
+12
2019-02-28
tests/tcg/xtensa: fix SR tests for big endian configs
Max Filippov
1
-4
/
+16
2019-02-28
tests/tcg/xtensa: conditionalize and expand SR tests
Max Filippov
1
-0
/
+133
2019-02-28
tests/tcg/xtensa: conditionalize timer/CCOUNT tests
Max Filippov
1
-4
/
+44
2019-02-28
tests/tcg/xtensa: conditionalize interrupt tests
Max Filippov
2
-18
/
+73
2019-02-28
tests/tcg/xtensa: add straightforward conditionals
Max Filippov
12
-0
/
+52
2019-02-28
tests/tcg/xtensa: conditionalize cache option tests
Max Filippov
1
-12
/
+50
2019-02-28
tests/tcg/xtensa: conditionalize debug option tests
Max Filippov
2
-9
/
+21
2019-02-28
tests/tcg/xtensa: enable boolean tests
Max Filippov
2
-1
/
+5
2019-02-28
tests/tcg/xtensa: fix endianness issues in test_b
Max Filippov
1
-8
/
+32
2019-02-28
tests/tcg/xtensa: don't use optional opcodes in generic code
Max Filippov
1
-4
/
+7
2019-02-28
tests/tcg/xtensa: support configs with LITBASE
Max Filippov
1
-0
/
+1
2019-02-28
tests/tcg/xtensa: support configurations w/o vecbase
Max Filippov
3
-22
/
+63
2019-02-28
tests/tcg/xtensa: indicate failed tests
Max Filippov
1
-1
/
+6
2019-02-28
target/xtensa: implement PREFCTL SR
Max Filippov
2
-0
/
+17
2019-02-28
target/xtensa: prioritize load/store in FLIX bundles
Max Filippov
2
-5
/
+36
2019-02-28
target/xtensa: break circular register dependencies
Max Filippov
1
-4
/
+123
2019-02-28
target/xtensa: reorganize access to boolean registers
Max Filippov
1
-8
/
+42
2019-02-28
target/xtensa: reorganize access to MAC16 registers
Max Filippov
1
-94
/
+92
2019-02-28
target/xtensa: reorganize register handling in translators
Max Filippov
3
-344
/
+386
2019-02-28
target/xtensa: only rotate window in the retw helper
Max Filippov
3
-9
/
+10
2019-02-28
target/xtensa: move WINDOW_BASE SR update to postprocessing
Max Filippov
4
-20
/
+28
2019-02-28
target/xtensa: add generic instruction post-processing
Max Filippov
2
-8
/
+33
2019-02-28
target/xtensa: sort FLIX instruction opcodes
Max Filippov
2
-8
/
+221
2019-02-28
hw/m68k/mcf5208: Support loading of bios images
Thomas Huth
1
-1
/
+29
2019-02-28
tests/test-qga: Reenable guest-agent qtest
Philippe Mathieu-Daudé
1
-1
/
+1
2019-02-28
MAINTAINERS: Clean up the RISC-V TCG backend section
Thomas Huth
1
-1
/
+0
2019-02-28
MAINTAINERS: Add some missing entries for the sun4m machine
Thomas Huth
1
-2
/
+5
2019-02-28
MAINTAINERS: Add maintainer to the TCG/i386 subsystem
Philippe Mathieu-Daudé
1
-1
/
+1
2019-02-28
MAINTAINERS: Add maintainers to the Linux subsystem
Philippe Mathieu-Daudé
1
-2
/
+4
2019-02-28
MAINTAINERS: Orphanize the 'GDB stub' subsystem
Philippe Mathieu-Daudé
1
-2
/
+1
2019-02-28
MAINTAINERS: Add maintainer to the POSIX subsystem
Philippe Mathieu-Daudé
1
-2
/
+5
2019-02-28
MAINTAINERS: Add an entry for the Dino machine
Philippe Mathieu-Daudé
1
-0
/
+9
2019-02-28
MAINTAINERS: Add missing test entries to the Cryptography section
Philippe Mathieu-Daudé
1
-0
/
+2
2019-02-28
MAINTAINERS: Add missing entries for the QObject section
Philippe Mathieu-Daudé
1
-1
/
+5
2019-02-28
MAINTAINERS: Add missing entries for the PC machines
Philippe Mathieu-Daudé
1
-0
/
+4
2019-02-28
MAINTAINERS: Add missing entries for the sun4u machines
Philippe Mathieu-Daudé
1
-1
/
+5
2019-02-28
linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVT
Richard Henderson
1
-0
/
+2
2019-02-28
target/arm: Enable ARMv8.2-FHM for -cpu max
Richard Henderson
2
-0
/
+3
[next]