Age | Commit message (Expand) | Author | Files | Lines |
2018-10-24 | target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user only | Fredrik Noring | 1 | -1/+22 |
2018-10-24 | target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV | Fredrik Noring | 1 | -2/+3 |
2018-10-24 | target/mips: Support R5900 DIV1 and DIVU1 instructions | Fredrik Noring | 1 | -3/+9 |
2018-10-24 | target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructions | Fredrik Noring | 1 | -6/+17 |
2018-10-24 | target/mips: Support R5900 three-operand MULT1 and MULTU1 instructions | Fredrik Noring | 1 | -3/+14 |
2018-10-24 | target/mips: Support R5900 three-operand MULT and MULTU instructions | Fredrik Noring | 1 | -0/+74 |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI3 instruction subclass | Fredrik Noring | 1 | -1/+30 |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI2 instruction subclass | Fredrik Noring | 1 | -1/+39 |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI1 instruction subclass | Fredrik Noring | 1 | -1/+35 |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI0 instruction subclass | Fredrik Noring | 1 | -1/+42 |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI instruction class | Fredrik Noring | 1 | -1/+44 |
2018-10-24 | target/mips: Add a placeholder for R5900 LQ | Fredrik Noring | 1 | -2/+11 |
2018-10-24 | target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWR | Fredrik Noring | 1 | -1/+52 |
2018-10-24 | target/mips: Define R5900 MMI3 opcode constants | Fredrik Noring | 1 | -0/+39 |
2018-10-24 | target/mips: Define R5900 MMI2 opcode constants | Fredrik Noring | 1 | -0/+48 |
2018-10-24 | target/mips: Define R5900 MMI1 opcode constants | Fredrik Noring | 1 | -0/+44 |
2018-10-24 | target/mips: Define R5900 MMI0 opcode constants | Fredrik Noring | 1 | -0/+51 |
2018-10-24 | target/mips: Define R5900 MMI<0|1|2|3> subclasses and opcode constants | Fredrik Noring | 1 | -0/+51 |
2018-10-24 | target/mips: Define R5900 MMI class, and LQ and SQ opcode constants | Fredrik Noring | 1 | -0/+40 |
2018-10-24 | target/mips: Add R5900 Multimedia Instruction overview note | Fredrik Noring | 1 | -0/+161 |
2018-10-24 | target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constants | Fredrik Noring | 1 | -0/+3 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 2 | -10/+11 |
2018-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 12 | -281/+222 |
2018-10-19 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into staging | Peter Maydell | 10 | -331/+363 |
2018-10-19 | cpus hw target: Use warn_report() & friends to report warnings | Markus Armbruster | 2 | -10/+11 |
2018-10-19 | target/i386: kvm: just return after migrate_add_blocker failed | Li Qiang | 1 | -1/+1 |
2018-10-19 | hyperv: process POST_MESSAGE hypercall | Roman Kagan | 1 | -0/+3 |
2018-10-19 | hyperv: process SIGNAL_EVENT hypercall | Roman Kagan | 1 | -4/+6 |
2018-10-19 | hyperv: make overlay pages for SynIC | Roman Kagan | 1 | -6/+14 |
2018-10-19 | hyperv: only add SynIC in compatible configurations | Roman Kagan | 3 | -8/+25 |
2018-10-19 | hyperv: qom-ify SynIC | Roman Kagan | 5 | -0/+60 |
2018-10-19 | hyperv:synic: split capability testing and setting | Roman Kagan | 1 | -4/+16 |
2018-10-19 | i386: add hyperv-stub for CONFIG_HYPERV=n | Roman Kagan | 3 | -7/+47 |
2018-10-19 | hyperv: factor out arch-independent API into hw/hyperv | Roman Kagan | 3 | -144/+5 |
2018-10-19 | hyperv: make hyperv_vp_index inline | Roman Kagan | 2 | -9/+8 |
2018-10-19 | hyperv: split hyperv-proto.h into x86 and arch-independent parts | Roman Kagan | 1 | -112/+3 |
2018-10-19 | hyperv: rename kvm_hv_sint_route_set_sint | Roman Kagan | 2 | -2/+2 |
2018-10-19 | hyperv: make HvSintRoute reference-counted | Roman Kagan | 2 | -9/+26 |
2018-10-19 | hyperv: address HvSintRoute by X86CPU pointer | Roman Kagan | 1 | -2/+8 |
2018-10-19 | hyperv: allow passing arbitrary data to sint ack callback | Roman Kagan | 2 | -14/+17 |
2018-10-19 | hyperv: synic: only setup ack notifier if there's a callback | Roman Kagan | 1 | -14/+19 |
2018-10-19 | hyperv: cosmetic: g_malloc -> g_new | Roman Kagan | 1 | -1/+1 |
2018-10-19 | i386: hvf: Remove hvf_disabled | Roman Bolshakov | 1 | -8/+1 |
2018-10-19 | i386: hvf: Fix register refs if REX is present | Roman Bolshakov | 2 | -31/+42 |
2018-10-19 | i386/kvm: add support for Hyper-V IPI send | Vitaly Kuznetsov | 4 | -1/+16 |
2018-10-19 | target-i386: kvm: do not initialize padding fields | Paolo Bonzini | 1 | -2/+0 |
2018-10-18 | target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate | Richard Henderson | 2 | -27/+38 |
2018-10-18 | target/s390x: Skip wout, cout helpers if op helper does not return | Richard Henderson | 1 | -5/+15 |
2018-10-18 | target/s390x: Split do_cdsg, do_lpq, do_stpq | Richard Henderson | 1 | -64/+58 |
2018-10-18 | target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128 | Richard Henderson | 1 | -49/+39 |