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
/
common.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
11
-102
/
+70
2019-02-18
qapi: make query-cpu-model-expansion depend on s390 or x86
Marc-André Lureau
9
-80
/
+57
2019-02-18
qapi: make query-gic-capabilities depend on TARGET_ARM
Marc-André Lureau
4
-55
/
+46
2019-02-18
target.json: add a note about query-cpu* not being s390x-specific
Marc-André Lureau
1
-0
/
+6
2019-02-18
qapi: make s390 commands depend on TARGET_S390X
Marc-André Lureau
10
-203
/
+146
2019-02-18
qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
Marc-André Lureau
5
-203
/
+175
2019-02-18
qapi: New module target.json
Markus Armbruster
3
-11
/
+31
2019-02-18
build: Deal with all of QAPI's .o in qapi/Makefile.objs
Markus Armbruster
4
-18
/
+21
2019-02-18
build-sys: move qmp-introspect per target
Marc-André Lureau
3
-3
/
+2
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
9
-29
/
+60
2019-02-18
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
3
-12
/
+27
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
16
-10
/
+33
2019-02-18
qapi: Fix up documentation for recent commit a95291007b2
Markus Armbruster
1
-0
/
+2
2019-02-18
qapi: Belatedly document modular code generation
Markus Armbruster
1
-0
/
+38
2019-02-15
Update OpenBIOS images to 3464681b built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2019-02-15
gdbstub: Send a reply to the vKill packet.
Sandra Loosemore
1
-0
/
+1
2019-02-15
target/arm: Add missing clear_tail calls
Richard Henderson
1
-0
/
+2
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
5
-44
/
+331
2019-02-15
target/arm: Split out FPSCR.QC to a vector field
Richard Henderson
4
-7
/
+21
2019-02-15
target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
Richard Henderson
1
-7
/
+8
2019-02-15
target/arm: Split out flags setting from vfp compares
Richard Henderson
1
-18
/
+27
2019-02-15
target/arm: Fix arm_cpu_dump_state vs FPSCR
Richard Henderson
1
-1
/
+1
2019-02-15
target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
Richard Henderson
1
-2
/
+2
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2
-24
/
+0
2019-02-15
target/arm: Use tcg integer min/max primitives for neon
Richard Henderson
1
-4
/
+4
2019-02-15
target/arm: Use vector minmax expanders for aarch32
Richard Henderson
1
-6
/
+19
2019-02-15
target/arm: Use vector minmax expanders for aarch64
Richard Henderson
1
-21
/
+14
2019-02-15
target/arm: Rely on optimization within tcg_gen_gvec_or
Richard Henderson
3
-19
/
+5
2019-02-15
hw/arm/armsse: Fix miswiring of expansion IRQs
Peter Maydell
1
-1
/
+1
2019-02-15
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
Peter Maydell
1
-2
/
+2
2019-02-15
MAINTAINERS: Remove Peter Crosthwaite from various entries
Peter Maydell
1
-4
/
+0
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
5
-22
/
+38
2019-02-15
linux-user/elfload: enable HWCAP_CPUID for AArch64
Alex Bennée
1
-0
/
+1
2019-02-15
target/arm: expose remaining CPUID registers as RAZ
Alex Bennée
2
-3
/
+26
2019-02-15
target/arm: expose MPIDR_EL1 to userspace
Alex Bennée
1
-7
/
+14
2019-02-15