Age | Commit message (Expand) | Author | Files | Lines |
2016-09-06 | s390x/cpumodel: "host" and "qemu" as CPU subclasses | David Hildenbrand | 1 | -1/+32 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -5/+1 |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell | 1 | -1/+1 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | s390x: reorganize CSS bits between cpu.h and other headers | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-10 | s390x/cpu: Add error handling to cpu creation | Matthew Rosato | 1 | -2/+39 |
2016-01-29 | s390: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-27 | s390x: s390_cpu_get_phys_page_debug has to return -1 | David Hildenbrand | 1 | -2/+3 |
2016-01-13 | s390x: remove s390-virtio devices | Pierre Morel | 1 | -1/+1 |
2015-12-17 | qemu-log: introduce qemu_log_separate | Paolo Bonzini | 1 | -1/+1 |
2015-06-17 | target-s390x: PER: add Breaking-Event-Address register | Aurelien Jarno | 1 | -0/+1 |
2015-06-17 | target-s390x: PER storage-alteration event support | Aurelien Jarno | 1 | -0/+75 |
2015-06-17 | target-s390x: basic PER event handling | Aurelien Jarno | 1 | -19/+35 |
2015-06-05 | target-s390x: support non current ASC in s390_cpu_handle_mmu_fault | Aurelien Jarno | 1 | -1/+1 |
2015-05-27 | s390x: Common access to floating point registers | Eric Farman | 1 | -1/+1 |
2015-04-30 | s390x/mmu: Use access type definitions instead of magic values | Thomas Huth | 1 | -1/+1 |
2015-03-10 | s390x: add function to deliver restart irqs | David Hildenbrand | 1 | -7/+28 |
2015-02-18 | s390x/helper: Remove s390_cpu_physical_memory_map | Thomas Huth | 1 | -25/+0 |
2015-02-18 | s390x/mmu: Skip exceptions properly when translating addresses for debug | Thomas Huth | 1 | -5/+3 |
2015-02-18 | s390x/mmu: Move mmu_translate() and friends to separate file | Thomas Huth | 1 | -322/+1 |
2014-12-16 | qemu-log: add log category for MMU info | Antony Pavlov | 1 | -2/+2 |
2014-12-10 | target-s390x: fix possible out of bounds read | zhanghailiang | 1 | -3/+3 |
2014-10-10 | s390x/kvm: proper use of the cpu states OPERATING and STOPPED | David Hildenbrand | 1 | -12/+7 |
2014-09-25 | target-s390x: Use cpu_exec_interrupt qom hook | Richard Henderson | 1 | -0/+13 |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 1 | -0/+1 |
2014-05-20 | s390x/kvm: hw debugging support via guest PER facility | David Hildenbrand | 1 | -0/+12 |
2014-05-07 | s390x/helper: Added format control bit to MMU translation | Thomas Huth | 1 | -18/+52 |
2014-05-07 | s390x/helper: Fixed real-to-absolute address translation | Thomas Huth | 1 | -3/+15 |
2014-03-13 | cputlb: Change tlb_set_page() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | exec: Change cpu_abort() argument to CPUState | Andreas Färber | 1 | -9/+14 |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 1 | -20/+19 |
2014-03-13 | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber | 1 | -8/+12 |
2014-03-13 | target-s390x: Clean up ENV_GET_CPU() usage | Andreas Färber | 1 | -3/+3 |
2014-02-11 | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -2/+6 |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -1/+2 |
2013-10-07 | cpu: Drop cpu_model_str from CPU_COMMON | Andreas Färber | 1 | -3/+0 |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber | 1 | -2/+3 |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber | 1 | -5/+7 |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 1 | -2/+2 |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -2/+5 |
2013-02-16 | target-s390x: Move TCG initialization to S390CPU initfn | Andreas Färber | 1 | -7/+0 |
2013-02-16 | target-s390x: Introduce QOM realizefn for S390CPU | Andreas Färber | 1 | -1/+3 |
2013-02-13 | s390: Fix handling of iscs. | Cornelia Huck | 1 | -1/+4 |
2013-02-13 | s390: Keep I/O interrupts enabled for all iscs. | Cornelia Huck | 1 | -19/+21 |
2013-02-04 | target-s390x: Fix wrong comparison in interrupt handling | Stefan Weil | 1 | -1/+1 |
2013-02-04 | s390x: silence warning from GCC on uninitialized values | Anthony Liguori | 1 | -1/+1 |
2013-02-01 | target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() | Andreas Färber | 1 | -2/+3 |
2013-02-01 | target-s390x: Clean up cpu_inject_*() signatures | Andreas Färber | 1 | -2/+4 |
2013-02-01 | target-s390x: Fix debug output | Andreas Färber | 1 | -1/+1 |