Sign in
qemu
/
qemu
/
e7258280d46af4ab6a0cc93ccfe8f6614defb4b7
e725828
target/arm: Convert VFP VMLS to decodetree
by Peter Maydell
· 6 years ago
266bd25
target/arm: Convert VFP VMLA to decodetree
by Peter Maydell
· 6 years ago
3993d04
target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0d
by Peter Maydell
· 6 years ago
fa288de
target/arm: Convert the VFP load/store multiple insns to decodetree
by Peter Maydell
· 6 years ago
79b02a3
target/arm: Convert VFP VLDR and VSTR to decodetree
by Peter Maydell
· 6 years ago
81f6811
target/arm: Convert VFP two-register transfer insns to decodetree
by Peter Maydell
· 6 years ago
a9ab500
target/arm: Convert "single-precision" register moves to decodetree
by Peter Maydell
· 6 years ago
9851ed9
target/arm: Convert "double-precision" register moves to decodetree
by Peter Maydell
· 6 years ago
160f3b6
target/arm: Add helpers for VFP register loads and stores
by Peter Maydell
· 6 years ago
f7bbb8f
target/arm: Move the VFP trans_* functions to translate-vfp.inc.c
by Peter Maydell
· 6 years ago
c2a46a9
target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetree
by Peter Maydell
· 6 years ago
e3bb599
target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetree
by Peter Maydell
· 6 years ago
f65988a
target/arm: Convert VMINNM, VMAXNM to decodetree
by Peter Maydell
· 6 years ago
b3ff4b8
target/arm: Convert the VSEL instructions to decodetree
by Peter Maydell
· 6 years ago
973751f
target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu max
by Peter Maydell
· 6 years ago
3de79d3
target/arm: Fix Cortex-R5F MVFR values
by Peter Maydell
· 6 years ago
06db819
target/arm: Factor out VFP access checking code
by Peter Maydell
· 6 years ago
78e138b
target/arm: Add stubs for AArch32 VFP decodetree
by Peter Maydell
· 6 years ago
2c7d442
decodetree: Fix comparison of Field
by Richard Henderson
· 6 years ago
d67ebad
target/arm: Fix output of PAuth Auth
by Richard Henderson
· 6 years ago
be1ba4d
hw/core/bus.c: Only the main system bus can have no parent
by Peter Maydell
· 6 years ago
97fb318
hw/arm/smmuv3: Fix decoding of ID register range
by Peter Maydell
· 6 years ago
fc1120a
target/arm: Implement NSACR gating of floating point
by Peter Maydell
· 6 years ago
3a7a2b4
target/arm: Use tcg_gen_gvec_bitsel
by Richard Henderson
· 6 years ago
785a602
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' into staging
by Peter Maydell
· 6 years ago
41dbe0d
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into staging
by Peter Maydell
· 6 years ago
4747524
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into staging
by Peter Maydell
· 6 years ago
8e23e34
ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device
by Chen Zhang
· 6 years ago
2044dff
ui/cocoa: Fix absolute input device grabbing issue on Mojave
by Chen Zhang
· 6 years ago
fe18911
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputlb-120619-3' into staging
by Peter Maydell
· 6 years ago
0a71966
edid: flip the default to enabled
by Gerd Hoffmann
· 6 years ago
9b330e4
edid: add xmax + ymax properties
by Gerd Hoffmann
· 6 years ago
899f08a
tcg: Fix typos in helper_gvec_sar{8,32,64}v
by Richard Henderson
· 6 years ago
ab4752e
gdbstub: Implement qemu physical memory mode
by Jon Doron
· 6 years ago
3f1cbac
gdbstub: Clear unused variables in gdb_handle_packet
by Jon Doron
· 6 years ago
7009d57
gdbstub: Implement target halted (? pkt) with new infra
by Jon Doron
· 6 years ago
2704efa
gdbstub: Implement generic set/query (Q/q pkt) with new infra
by Jon Doron
· 6 years ago
8536ec0
gdbstub: Implement v commands with new infra
by Jon Doron
· 6 years ago
933f80d
gdbstub: Implement step (s pkt) with new infra
by Jon Doron
· 6 years ago
4b20fab
gdbstub: Implement file io (F pkt) with new infra
by Jon Doron
· 6 years ago
397d137
gdbstub: Implement read all registers (g pkt) with new infra
by Jon Doron
· 6 years ago
287ca12
gdbstub: Implement write all registers (G pkt) with new infra
by Jon Doron
· 6 years ago
da92e23
gdbstub: Implement read memory (m pkt) with new infra
by Jon Doron
· 6 years ago
cc0ecc7
gdbstub: Implement write memory (M pkt) with new infra
by Jon Doron
· 6 years ago
5d0e57b
gdbstub: Implement get register (p pkt) with new infra
by Jon Doron
· 6 years ago
62b3320
gdbstub: Implement set register (P pkt) with new infra
by Jon Doron
· 6 years ago
77f6ce5
gdbstub: Implement breakpoint commands (Z/z pkt) with new infra
by Jon Doron
· 6 years ago
3a9651d
gdbstub: Implement set_thread (H pkt) with new infra
by Jon Doron
· 6 years ago
ccc47d5
gdbstub: Implement continue with signal (C pkt) with new infra
by Jon Doron
· 6 years ago
4d6e3fe
gdbstub: Implement continue (c pkt) with new infra
by Jon Doron
· 6 years ago
44ffded
gdbstub: Implement thread_alive (T pkt) with new infra
by Jon Doron
· 6 years ago
3e2c126
gdbstub: Implement deatch (D pkt) with new infra
by Jon Doron
· 6 years ago
d14055d
gdbstub: Add infrastructure to parse cmd packets
by Jon Doron
· 6 years ago
ab7a200
cputlb: cast size_t to target_ulong before using for address masks
by Alex Bennée
· 6 years ago
c7b3e86
MAINTAINERS: put myself forward for gdbstub
by Alex Bennée
· 6 years ago
db61eda
tests/tcg/x86_64: add a PVH crt.o for x86_64 system tests
by Alex Bennée
· 6 years ago
2736b5c
tests/tcg: clean-up VPATH/TESTS for i386
by Alex Bennée
· 6 years ago
fcf1123
tests/tcg: better detect truncated reads
by Alex Bennée
· 6 years ago
8c79b28
cputlb: use uint64_t for interim values for unaligned load
by Alex Bennée
· 6 years ago
78e2484
semihosting: split console_out into string and char versions
by Alex Bennée
· 6 years ago
3ace9be
tests/vm: python3 fixes
by Gerd Hoffmann
· 6 years ago
8fc7617
scripts: use git archive in archive-source
by Gerd Hoffmann
· 6 years ago
eec4b30
tests/vm: Add missing variables on help
by Wainer dos Santos Moschetta
· 6 years ago
aea4391
tests/vm: Fix build-centos docker-based tests run
by Wainer dos Santos Moschetta
· 6 years ago
3ad3e36
tests/vm: Port basevm to Python 3
by Wainer dos Santos Moschetta
· 6 years ago
b0040fa
tests/vm: Use python configured on build
by Wainer dos Santos Moschetta
· 6 years ago
7831147
.travis.yml: add clang ubsan job
by Alex Bennée
· 6 years ago
3998c25
.travis.yml: bump gcc sanitiser job to gcc-9
by Alex Bennée
· 6 years ago
248cf06
tests/docker: Update the Ubuntu image to 19.04
by Alex Bennée
· 6 years ago
acc5c50
tests/docker: Update the Fedora cross compile images to 30
by Alex Bennée
· 6 years ago
c87e383
tests/docker: Update the Fedora image to Fedora 30
by Philippe Mathieu-Daudé
· 6 years ago
50290c0
qemu-io-cmds: use clock_gettime for benchmarking
by Alex Bennée
· 6 years ago
9b109f5
editorconfig: add setting for shell scripts
by Alex Bennée
· 6 years ago
157dd36
qapi: Simplify how QAPIDoc implements its state machine
by Markus Armbruster
· 6 years ago
c9d4070
file-posix: Add dynamic-auto-read-only QAPI feature
by Kevin Wolf
· 6 years ago
f3ed93d
qapi: Allow documentation for features
by Kevin Wolf
· 6 years ago
03bf06b
qapi: Disentangle QAPIDoc code
by Kevin Wolf
· 6 years ago
a00af40
tests/qapi-schema: Error case tests for features in structs
by Kevin Wolf
· 6 years ago
8aa3a33
tests/qapi-schema: Test for good feature lists in structs
by Kevin Wolf
· 6 years ago
6a8c0b5
qapi: Add feature flags to struct types
by Kevin Wolf
· 6 years ago
2ea8e96
block/gluster: update .help of BLOCK_OPT_PREALLOC option
by Stefano Garzarella
· 6 years ago
abea005
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
by Stefano Garzarella
· 6 years ago
64c7580
qapi/block-core: update documentation of preallocation parameter
by Stefano Garzarella
· 6 years ago
4d20910
qdev: Delete unused LostTickPolicy "merge"
by Markus Armbruster
· 6 years ago
a050901
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging
by Peter Maydell
· 6 years ago
59c58f9
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' into staging
by Peter Maydell
· 6 years ago
84995ea
MAINTAINERS: Polish headline decorations
by Markus Armbruster
· 6 years ago
6347e1f
MAINTAINERS: Improve section headlines
by Markus Armbruster
· 6 years ago
30aec7d
MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.org
by Philippe Mathieu-Daudé
· 6 years ago
fe2611b
Clean up a header guard symbols (again)
by Markus Armbruster
· 6 years ago
f91005e
Supply missing header guards
by Markus Armbruster
· 6 years ago
37677d7
Clean up a few header guard symbols
by Markus Armbruster
· 6 years ago
c0a9956
scripts/clean-header-guards: Fix handling of trailing comments
by Markus Armbruster
· 6 years ago
0553d89
Normalize position of header guard
by Markus Armbruster
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
d3e3413
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging
by Peter Maydell
· 6 years ago
4aca978
ppc/xive: Make XIVE generate the proper interrupt types
by Benjamin Herrenschmidt
· 6 years ago
8d40926
ppc/pnv: activate the "dumpdtb" option on the powernv machine
by Cédric Le Goater
· 6 years ago
fe2d169
target/ppc: Use tcg_gen_gvec_bitsel
by Richard Henderson
· 6 years ago
Next »