summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Remove out of date ARM ARM section references in A64 decoderPeter Maydell2017-09-211-113/+114
* nvic: Support banked exceptions in acknowledge and completePeter Maydell2017-09-212-5/+18
* target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell2017-09-211-5/+16
* nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell2017-09-212-11/+27
* nvic: Implement AIRCR changes for v8MPeter Maydell2017-09-212-0/+19
* target/arm: Implement MSR/MRS access to NS banked registersPeter Maydell2017-09-211-0/+110
* mips: Improve macro parenthesizationEric Blake2017-09-211-28/+28
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-212-19/+1Star
* mips: MIPSCPU model subclassesIgor Mammedov2017-09-215-64/+117
* mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé2017-09-212-1/+3
* mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé2017-09-212-7/+13
* mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-2111-353/+372
* mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2017-09-212-1/+165
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-204-4/+13
|\
| * arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-192-1/+4
| * pc: use generic cpu_model parsingIgor Mammedov2017-09-192-3/+9
* | s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck2017-09-191-0/+3
* | s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand2017-09-191-7/+1Star
* | s390x: get rid of cpu_s390x_create()David Hildenbrand2017-09-193-45/+3Star
* | s390x: allow cpu hotplug via device_addDavid Hildenbrand2017-09-191-0/+1
* | s390x: print CPU definitions in sorted orderDavid Hildenbrand2017-09-191-15/+41
* | target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand2017-09-192-7/+6Star
* | target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand2017-09-197-65/+29Star
* | target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand2017-09-191-7/+4Star
* | target/s390x: use program_interrupt() in per_check_exception()David Hildenbrand2017-09-191-6/+9
* | target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand2017-09-191-2/+1Star
* | s390x: move sclp_service_call() to sclp.hDavid Hildenbrand2017-09-192-1/+1
* | target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand2017-09-193-7/+11
* | s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand2017-09-192-1/+1
* | s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand2017-09-193-1/+2
* | exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand2017-09-195-5/+0Star
* | s390x/pci: fixup ind_offset of msix routing entryYi Min Zhao2017-09-191-3/+1Star
* | s390x/pci: remove idx from msix msg dataYi Min Zhao2017-09-191-3/+7
* | target/i386: fix "info mem" for LA57 modePaolo Bonzini2017-09-191-4/+4
* | hyperv: add header with protocol definitionsRoman Kagan2017-09-196-51/+306
* | i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei2017-09-193-1/+18
* | target/mips: Convert VM clock update prints to warn_reportAlistair Francis2017-09-191-3/+3
* | General warn report fixupsAlistair Francis2017-09-192-5/+4Star
* | Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-193-18/+18
* | Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-2/+2
* | Convert remaining error_report() to warn_report()Alistair Francis2017-09-191-2/+2
* | i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek2017-09-191-1/+11
* | i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek2017-09-191-3/+10
* | i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek2017-09-191-19/+19
* | i386/kvm: use a switch statement for MSR detectionLadi Prosek2017-09-191-44/+31Star
* | target/i386: fix phminposuw in-place operationJoseph Myers2017-09-191-3/+3
* | target/i386: fix pcmpxstrx substring searchJoseph Myers2017-09-191-2/+6
* | target/i386: fix packusdw in-place operationJoseph Myers2017-09-191-8/+11
* | target/i386: set rip_offset for further SSE instructionsJoseph Myers2017-09-191-1/+2
* | target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers2017-09-191-7/+7
|/