summary refs log tree commit diff stats
path: root/scripts/qapi/common.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau11-102/+70
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau9-80/+57
2019-02-18qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau4-55/+46
2019-02-18target.json: add a note about query-cpu* not being s390x-specificMarc-André Lureau1-0/+6
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau10-203/+146
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau5-203/+175
2019-02-18qapi: New module target.jsonMarkus Armbruster3-11/+31
2019-02-18build: Deal with all of QAPI's .o in qapi/Makefile.objsMarkus Armbruster4-18/+21
2019-02-18build-sys: move qmp-introspect per targetMarc-André Lureau3-3/+2
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster9-29/+60
2019-02-18qapi: Prepare for system modules other than 'builtin'Markus Armbruster3-12/+27
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster16-10/+33
2019-02-18qapi: Fix up documentation for recent commit a95291007b2Markus Armbruster1-0/+2
2019-02-18qapi: Belatedly document modular code generationMarkus Armbruster1-0/+38
2019-02-15Update OpenBIOS images to 3464681b built from submodule.Mark Cave-Ayland4-0/+0
2019-02-15gdbstub: Send a reply to the vKill packet.Sandra Loosemore1-0/+1
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson1-0/+2
2019-02-15target/arm: Use vector operations for saturationRichard Henderson5-44/+331
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson4-7/+21
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson1-7/+8
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson1-18/+27
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson1-1/+1
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson1-2/+2
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson2-24/+0
2019-02-15target/arm: Use tcg integer min/max primitives for neonRichard Henderson1-4/+4
2019-02-15target/arm: Use vector minmax expanders for aarch32Richard Henderson1-6/+19
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson1-21/+14
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson3-19/+5
2019-02-15hw/arm/armsse: Fix miswiring of expansion IRQsPeter Maydell1-1/+1
2019-02-15hw/intc/armv7m_nvic: Allow byte accesses to SHPR1Peter Maydell1-2/+2
2019-02-15MAINTAINERS: Remove Peter Crosthwaite from various entriesPeter Maydell1-4/+0
2019-02-15arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell5-22/+38
2019-02-15linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée1-0/+1
2019-02-15target/arm: expose remaining CPUID registers as RAZAlex Bennée2-3/+26
2019-02-15target/arm: expose MPIDR_EL1 to userspaceAlex Bennée1-7/+14
2019-02-15