summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2-10/+11
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
2017-09-19target/i386: fix packusdw in-place operationJoseph Myers1-8/+11
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers1-1/+2
2017-09-19target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers1-7/+7
2017-09-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell1-1/+1
2017-09-15ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz1-1/+1
2017-09-14target/arm: Avoid an extra temporary for store_exclusiveRichard Henderson1-17/+9
2017-09-14AArch64: Fix single stepping of ERET instructionJaroslaw Pelczar1-0/+1
2017-09-14target/arm: Rename 'type' to 'excret' in do_v7m_exception_exit()Peter Maydell1-11/+12
2017-09-14target/arm: Add and use defines for EXCRET constantsPeter Maydell2-5/+19
2017-09-14target/arm: Remove unnecessary '| 0xf0000000' from do_v7m_exception_exit()Peter Maydell1-2/+2
2017-09-14target/arm: Get PRECISERR and IBUSERR the right way roundPeter Maydell1-4/+4
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell4-1/+19
2017-09-14target/arm: Use M_REG_NUM_BANKS rather than hardcoding 2Peter Maydell1-16/+19
2017-09-14hmp: fix "dump-quest-memory" segfault (arm)Laurent Vivier1-2/+9
2017-09-14hmp: fix "dump-quest-memory" segfault (ppc)Laurent Vivier1-2/+9