aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-13target/arm: Move the VFP trans_* functions to translate-vfp.inc.cPeter Maydell2-337/+337
2019-06-13target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetreePeter Maydell2-39/+39
2019-06-13target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetreePeter Maydell2-22/+43
2019-06-13target/arm: Convert VMINNM, VMAXNM to decodetreePeter Maydell2-13/+33
2019-06-13target/arm: Convert the VSEL instructions to decodetreePeter Maydell4-10/+59
2019-06-13target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu maxPeter Maydell1-0/+4
2019-06-13target/arm: Fix Cortex-R5F MVFR valuesPeter Maydell1-0/+2
2019-06-13target/arm: Factor out VFP access checking codePeter Maydell2-88/+113
2019-06-13target/arm: Add stubs for AArch32 VFP decodetreePeter Maydell5-0/+119
2019-06-13decodetree: Fix comparison of FieldRichard Henderson1-1/+1
2019-06-13target/arm: Fix output of PAuth AuthRichard Henderson3-3/+64
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-13hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell1-1/+1
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell1-2/+73
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson4-78/+20
2019-06-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...Peter Maydell5-6/+14
2019-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into stagingPeter Maydell1-3/+3
2019-06-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell42-59/+447
2019-06-13ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang1-1/+6
2019-06-13ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang1-2/+41
2019-06-13Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputl...Peter Maydell22-607/+1788
2019-06-13edid: flip the default to enabledGerd Hoffmann4-5/+11
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann1-1/+3
2019-06-12tcg: Fix typos in helper_gvec_sar{8,32,64}vRichard Henderson1-3/+3
2019-06-12gdbstub: Implement qemu physical memory modeJon Doron1-2/+60
2019-06-12gdbstub: Clear unused variables in gdb_handle_packetJon Doron1-9/+2
2019-06-12gdbstub: Implement target halted (? pkt) with new infraJon Doron1-10/+25
2019-06-12gdbstub: Implement generic set/query (Q/q pkt) with new infraJon Doron1-186/+373
2019-06-12gdbstub: Implement v commands with new infraJon Doron1-60/+110
2019-06-12gdbstub: Implement step (s pkt) with new infraJon Doron1-6/+19
2019-06-12gdbstub: Implement file io (F pkt) with new infraJon Doron1-22/+26
2019-06-12gdbstub: Implement read all registers (g pkt) with new infraJon Doron1-8/+23
2019-06-12gdbstub: Implement write all registers (G pkt) with new infraJon Doron1-10/+31
2019-06-12gdbstub: Implement read memory (m pkt) with new infraJon Doron1-16/+32
2019-06-12gdbstub: Implement write memory (M pkt) with new infraJon Doron1-18/+33
2019-06-12gdbstub: Implement get register (p pkt) with new infraJon Doron1-12/+38
2019-06-12gdbstub: Implement set register (P pkt) with new infraJon Doron1-9/+30
2019-06-12gdbstub: Implement breakpoint commands (Z/z pkt) with new infraJon Doron1-19/+67
2019-06-12gdbstub: Implement set_thread (H pkt) with new infraJon Doron1-30/+53
2019-06-12gdbstub: Implement continue with signal (C pkt) with new infraJon Doron1-5/+29
2019-06-12gdbstub: Implement continue (c pkt) with new infraJon Doron1-6/+19
2019-06-12gdbstub: Implement thread_alive (T pkt) with new infraJon Doron1-11/+32
2019-06-12gdbstub: Implement deatch (D pkt) with new infraJon Doron1-40/+61
2019-06-12gdbstub: Add infrastructure to parse cmd packetsJon Doron1-0/+195
2019-06-12cputlb: cast size_t to target_ulong before using for address masksAlex Bennée1-1/+1
2019-06-12MAINTAINERS: put myself forward for gdbstubAlex Bennée1-1/+3
2019-06-12tests/tcg/x86_64: add a PVH crt.o for x86_64 system testsAlex Bennée3-0/+311
2019-06-12tests/tcg: clean-up VPATH/TESTS for i386Alex Bennée1-7/+2
2019-06-12tests/tcg: better detect truncated readsAlex Bennée1-5/+31
2019-06-12cputlb: use uint64_t for interim values for unaligned loadAlex Bennée1-1/+1