aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-09-21target/arm: Remove out of date ARM ARM section references in A64 decoderPeter Maydell
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell
2017-09-21target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell
2017-09-21nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell
2017-09-21target/arm: Implement MSR/MRS access to NS banked registersPeter Maydell
2017-09-21mips: Improve macro parenthesizationEric Blake
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand
2017-09-19s390x: allow cpu hotplug via device_addDavid Hildenbrand
2017-09-19s390x: print CPU definitions in sorted orderDavid Hildenbrand
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand
2017-09-19target/s390x: use program_interrupt() in per_check_exception()David Hildenbrand
2017-09-19target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-09-19s390x/pci: fixup ind_offset of msix routing entryYi Min Zhao
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini
2017-09-19hyperv: add header with protocol definitionsRoman Kagan
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis
2017-09-19i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek
2017-09-19i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek
2017-09-19i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek
2017-09-19i386/kvm: use a switch statement for MSR detectionLadi Prosek
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-19pc: use generic cpu_model parsingIgor Mammedov
2017-09-19target/i386: fix phminposuw in-place operationJoseph Myers
2017-09-19target/i386: fix pcmpxstrx substring searchJoseph Myers
2017-09-19target/i386: fix packusdw in-place operationJoseph Myers
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers
2017-09-19target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers