aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-13target/arm: Factor out VFP access checking codePeter Maydell
2019-06-13target/arm: Add stubs for AArch32 VFP decodetreePeter Maydell
2019-06-13decodetree: Fix comparison of FieldRichard Henderson
2019-06-13target/arm: Fix output of PAuth AuthRichard Henderson
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell
2019-06-13hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson
2019-06-13nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake
2019-06-13iotests: Let 233 run concurrentlyMax Reitz
2019-06-13iotests: Use qemu-nbd's --pid-fileMax Reitz
2019-06-13qemu-nbd: Do not close stderrMax Reitz
2019-06-13iotests.py: Add qemu_nbd_early_pipe()Max Reitz
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz
2019-06-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...Peter Maydell
2019-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into stagingPeter Maydell
2019-06-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell
2019-06-13ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang
2019-06-13ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang
2019-06-13Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputl...Peter Maydell
2019-06-13edid: flip the default to enabledGerd Hoffmann
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann
2019-06-12tcg: Fix typos in helper_gvec_sar{8,32,64}vRichard Henderson
2019-06-12gdbstub: Implement qemu physical memory modeJon Doron
2019-06-12gdbstub: Clear unused variables in gdb_handle_packetJon Doron
2019-06-12gdbstub: Implement target halted (? pkt) with new infraJon Doron
2019-06-12gdbstub: Implement generic set/query (Q/q pkt) with new infraJon Doron
2019-06-12gdbstub: Implement v commands with new infraJon Doron
2019-06-12gdbstub: Implement step (s pkt) with new infraJon Doron
2019-06-12gdbstub: Implement file io (F pkt) with new infraJon Doron
2019-06-12gdbstub: Implement read all registers (g pkt) with new infraJon Doron
2019-06-12gdbstub: Implement write all registers (G pkt) with new infraJon Doron
2019-06-12gdbstub: Implement read memory (m pkt) with new infraJon Doron
2019-06-12gdbstub: Implement write memory (M pkt) with new infraJon Doron
2019-06-12gdbstub: Implement get register (p pkt) with new infraJon Doron
2019-06-12gdbstub: Implement set register (P pkt) with new infraJon Doron
2019-06-12gdbstub: Implement breakpoint commands (Z/z pkt) with new infraJon Doron
2019-06-12gdbstub: Implement set_thread (H pkt) with new infraJon Doron
2019-06-12gdbstub: Implement continue with signal (C pkt) with new infraJon Doron
2019-06-12gdbstub: Implement continue (c pkt) with new infraJon Doron
2019-06-12gdbstub: Implement thread_alive (T pkt) with new infraJon Doron
2019-06-12gdbstub: Implement deatch (D pkt) with new infraJon Doron
2019-06-12gdbstub: Add infrastructure to parse cmd packetsJon Doron
2019-06-12cputlb: cast size_t to target_ulong before using for address masksAlex Bennée
2019-06-12MAINTAINERS: put myself forward for gdbstubAlex Bennée
2019-06-12tests/tcg/x86_64: add a PVH crt.o for x86_64 system testsAlex Bennée
2019-06-12tests/tcg: clean-up VPATH/TESTS for i386Alex Bennée
2019-06-12tests/tcg: better detect truncated readsAlex Bennée
2019-06-12cputlb: use uint64_t for interim values for unaligned loadAlex Bennée
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée