aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau
2018-05-04qobject: Use qobject_to() instead of type castMarkus Armbruster
2018-05-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into stagingPeter Maydell
2018-05-03Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson
2018-05-01tcg/arm: Fix memory barrier encodingHenry Wertz
2018-05-01tcg: Document INDEX_mul[us]h_*Richard Henderson
2018-05-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...Peter Maydell
2018-05-01hw/m68k/mcf5208: Fix trivial typo in board descriptionThomas Huth
2018-05-01m68k: remove dead code (Coverity CID1390617)Laurent Vivier
2018-05-01m68k: Fix floatx80_lognp1 (Coverity CID1390587)Laurent Vivier
2018-04-30Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-04-30...Peter Maydell
2018-04-30target-microblaze: mmu: Make the TLBX MISS bit read-onlyEdgar E. Iglesias
2018-04-30target-microblaze: mmu: Make TLBSX write-onlyEdgar E. Iglesias
2018-04-30target-microblaze: Don't clobber the IMM reg for ld/st reversedEdgar E. Iglesias
2018-04-30target-microblaze: Fix trap checks for FPU insnsEdgar E. Iglesias
2018-04-30target-microblaze: Respect MSR.PVR as read-onlyEdgar E. Iglesias
2018-04-30m68k: fix subx mem, mem instructionPavel Dovgalyuk
2018-04-30Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon
2018-04-30linux-user: move xtensa cpu loop to xtensa directoryLaurent Vivier
2018-04-30linux-user: move hppa cpu loop to hppa directoryLaurent Vivier
2018-04-30linux-user: move riscv cpu loop to riscv directoryLaurent Vivier
2018-04-30linux-user: move tilegx cpu loop to tilegx directoryLaurent Vivier
2018-04-30linux-user: move s390x cpu loop to s390x directoryLaurent Vivier
2018-04-30linux-user: move alpha cpu loop to alpha directoryLaurent Vivier
2018-04-30linux-user: move m68k cpu loop to m68k directoryLaurent Vivier
2018-04-30linux-user: move microblaze cpu loop to microblaze directoryLaurent Vivier
2018-04-30linux-user: move cris cpu loop to cris directoryLaurent Vivier
2018-04-30linux-user: move sh4 cpu loop to sh4 directoryLaurent Vivier
2018-04-30linux-user: move openrisc cpu loop to openrisc directoryLaurent Vivier
2018-04-30linux-user: move nios2 cpu loop to nios2 directoryLaurent Vivier
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier
2018-04-30linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier
2018-04-30linux-user: move sparc/sparc64 cpu loop to sparc directoryLaurent Vivier
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier
2018-04-30linux-user: move aarch64 cpu loop to aarch64 directoryLaurent Vivier
2018-04-30linux-user: move i386/x86_64 cpu loop to i386 directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier
2018-04-30linux-user: move ppc/ppc64 signal.c parts to ppc directoryLaurent Vivier
2018-04-30linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier