Age | Commit message (Expand) | Author | Files | Lines |
2015-10-09 | qdev: Protect device-list-properties against broken devices | Markus Armbruster | 1 | -0/+7 |
2015-10-08 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging | Peter Maydell | 2 | -59/+21 |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 1 | -40/+4 |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 1 | -4/+4 |
2015-10-07 | tcg: Add TCG_MAX_INSNS | Richard Henderson | 1 | -0/+3 |
2015-10-07 | target-*: Drop cpu_gen_code define | Richard Henderson | 1 | -1/+0 |
2015-10-07 | target-s390x: Add cc_op state to insn_start | Richard Henderson | 2 | -1/+2 |
2015-10-07 | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson | 1 | -10/+6 |
2015-10-07 | target-*: Increment num_insns immediately after tcg_gen_insn_start | Richard Henderson | 1 | -1/+2 |
2015-10-07 | target-*: Unconditionally emit tcg_gen_insn_start | Richard Henderson | 1 | -4/+2 |
2015-10-07 | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 1 | -1/+1 |
2015-10-02 | s390x: rename io_subsystem_reset -> subsystem_reset | David Hildenbrand | 2 | -3/+3 |
2015-10-02 | s390x/info registers: print vector registers properly | Christian Borntraeger | 1 | -1/+1 |
2015-10-02 | s390x/gdb: expose virtualization specific registers | David Hildenbrand | 1 | -0/+82 |
2015-09-25 | s390: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite | 1 | -1/+0 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -9/+2 |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt | 2 | -3/+3 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -2/+2 |
2015-09-07 | Added generic panic handler qemu_system_guest_panicked() | Andrey Smetanin | 1 | -9/+2 |
2015-09-07 | s390x/gdb: support reading/writing of control registers | David Hildenbrand | 1 | -0/+39 |
2015-09-03 | s390x: Enable new s390-storage-keys device | Jason J. Herne | 3 | -13/+63 |
2015-08-24 | tcg: Remove tcg_gen_trunc_i64_i32 | Richard Henderson | 1 | -15/+15 |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite | 1 | -1/+1 |
2015-07-09 | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite | 1 | -1/+1 |
2015-07-09 | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao | 1 | -1/+1 |
2015-07-07 | target-s390x: fix CONVERT TO BINARY (CVD, CVDY) | Aurelien Jarno | 1 | -5/+4 |
2015-07-07 | target-s390x: fix EXECUTE instruction executing TRT | Aurelien Jarno | 1 | -0/+1 |
2015-07-07 | target-s390x: fix MOVE LONG instruction | Aurelien Jarno | 1 | -1/+1 |
2015-07-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -1/+4 |
2015-07-06 | Stop including qemu-common.h in memory.h | Peter Maydell | 1 | -1/+1 |
2015-07-02 | s390x/gdb: synchronize cpu state after modifying acrs | David Hildenbrand | 1 | -0/+1 |
2015-07-01 | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka | 1 | -0/+3 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | disas: Remove uses of CPU env | Peter Crosthwaite | 1 | -1/+1 |
2015-06-17 | target-s390x: PER: add Breaking-Event-Address register | Aurelien Jarno | 4 | -11/+37 |
2015-06-17 | target-s390x: PER instruction-fetch nullification event support | Aurelien Jarno | 1 | -0/+12 |
2015-06-17 | target-s390x: PER store-using-real-address event support | Aurelien Jarno | 1 | -0/+16 |
2015-06-17 | target-s390x: PER storage-alteration event support | Aurelien Jarno | 5 | -3/+100 |
2015-06-17 | target-s390x: PER instruction-fetch event support | Aurelien Jarno | 3 | -0/+17 |
2015-06-17 | target-s390x: PER successful-branching event support | Aurelien Jarno | 3 | -0/+51 |
2015-06-17 | target-s390x: basic PER event handling | Aurelien Jarno | 5 | -20/+71 |
2015-06-17 | target-s390x: add get_per_in_range function | Aurelien Jarno | 1 | -0/+11 |
2015-06-17 | target-s390x: add get_per_atmid function | Aurelien Jarno | 1 | -0/+12 |
2015-06-17 | target-s390x: add PER related constants | Aurelien Jarno | 1 | -0/+16 |
2015-06-17 | target-s390x: mvc_fast_memmove: access memory through softmmu | Aurelien Jarno | 1 | -57/+27 |
2015-06-17 | target-s390x: mvc_fast_memset: access memory through softmmu | Aurelien Jarno | 1 | -41/+32 |
2015-06-17 | target-s390x: function to adjust the length wrt page boundary | Aurelien Jarno | 1 | -0/+11 |
2015-06-17 | target-s390x: wire up I/O instructions in TCG mode | Alexander Graf | 4 | -14/+179 |
2015-06-17 | target-s390x: wire up DIAG REIPL in TCG mode | Aurelien Jarno | 1 | -0/+6 |