summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-0/+6
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell5-6/+17
2017-09-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170927' int...Peter Maydell6-324/+72
2017-09-27migration: pre_save return intDr. David Alan Gilbert5-6/+17
2017-09-27s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1Christian Borntraeger1-1/+0
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz3-31/+8
2017-09-27ppc: remove all unused CPU definitionsJohn Snow1-225/+0
2017-09-27ppc: remove unused CPU definitionsJohn Snow1-32/+0
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz2-20/+11
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+8
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan3-0/+42
2017-09-27ppc/kvm: drop kvmppc_has_cap_htab_fd()Greg Kurz2-11/+0
2017-09-27ppc/kvm: check some capabilities with kvm_vm_check_extension()Greg Kurz1-3/+3
2017-09-26target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macroAlistair Francis1-2/+2
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