summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-10/+11
2017-09-22s390x/ais: for 2.10 stable: disable ais facilityChristian Borntraeger1-2/+7
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2-10/+11
2017-09-21target/arm: Remove out of date ARM ARM section references in A64 decoderPeter Maydell1-113/+114
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell2-5/+18
2017-09-21target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell1-5/+16
2017-09-21nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell2-11/+27
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell2-0/+19
2017-09-21target/arm: Implement MSR/MRS access to NS banked registersPeter Maydell1-0/+110
2017-09-21mips: Improve macro parenthesizationEric Blake1-28/+28
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2-19/+1
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov5-64/+117
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé2-1/+3
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé2-7/+13
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé11-353/+372
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2-1/+165
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-4/+13
2017-09-19s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck1-0/+3
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand1-7/+1
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand3-45/+3
2017-09-19s390x: allow cpu hotplug via device_addDavid Hildenbrand1-0/+1
2017-09-19s390x: print CPU definitions in sorted orderDavid Hildenbrand1-15/+41
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand2-7/+6
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand7-65/+29
2017-09-19target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand1-7/+4
2017-09-19target/s390x: use program_interrupt() in per_check_exception()David Hildenbrand1-6/+9
2017-09-19target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand1-2/+1
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand2-1/+1
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand3-7/+11
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand2-1/+1
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand3-1/+2
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand5-5/+0
2017-09-19s390x/pci: fixup ind_offset of msix routing entryYi Min Zhao1-3/+1
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao1-3/+7
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini1-4/+4
2017-09-19hyperv: add header with protocol definitionsRoman Kagan6-51/+306
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei3-1/+18
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis1-3/+3
2017-09-19General warn report fixupsAlistair Francis2-5/+4
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis3-18/+18
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-2/+2
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis1-2/+2
2017-09-19i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek1-1/+11
2017-09-19i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek1-3/+10
2017-09-19i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek1-19/+19
2017-09-19i386/kvm: use a switch statement for MSR detectionLadi Prosek1-44/+31
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2-1/+4
2017-09-19pc: use generic cpu_model parsingIgor Mammedov2-3/+9
2017-09-19target/i386: fix phminposuw in-place operationJoseph Myers1-3/+3
2017-09-19target/i386: fix pcmpxstrx substring searchJoseph Myers1-2/+6