aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-21nvic: Handle v8M changes in nvic_exec_prio()Peter Maydell1-9/+42
2017-09-21nvic: Disable the non-secure HardFault if AIRCR.BFHFNMINS is clearPeter Maydell1-2/+10
2017-09-21nvic: Implement v8M changes to fixed priority exceptionsPeter Maydell1-3/+19
2017-09-21nvic: In escalation to HardFault, support HF not being priority -1Peter Maydell1-11/+12
2017-09-21nvic: Compare group priority for escalation to HFPeter Maydell1-1/+1
2017-09-21nvic: Make SHPR registers bankedPeter Maydell2-10/+88
2017-09-21nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell4-29/+77
2017-09-21nvic: Handle banked exceptions in nvic_recompute_state()Peter Maydell2-5/+147
2017-09-21nvic: Implement NVIC_ITNS<n> registersPeter Maydell2-7/+70
2017-09-21nvic: Make ICSR.RETTOBASE handle banked exceptionsPeter Maydell1-1/+4
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell4-12/+59
2017-09-21nvic: Add cached vectpending_prio statePeter Maydell3-11/+16
2017-09-21nvic: Add cached vectpending_is_s_banked statePeter Maydell2-2/+10
2017-09-21nvic: Add banked exception statesPeter Maydell2-1/+66
2017-09-21target/arm: Implement MSR/MRS access to NS banked registersPeter Maydell1-0/+110
2017-09-21Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into stagingPeter Maydell22-467/+528
2017-09-21mips: Improve macro parenthesizationEric Blake1-28/+28
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov8-25/+7
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é3-3/+2
2017-09-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell7-4/+1035
2017-09-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170920-tag' into...Peter Maydell4-6/+30
2017-09-21sun4u: use sunhme as default on-board NICMark Cave-Ayland1-4/+21
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland6-0/+1014
2017-09-20xen/pt: allow QEMU to request MSI unmasking at bind timeRoger Pau Monne3-5/+29
2017-09-20xen-disk: use g_new0 to fix buildOlaf Hering1-1/+1
2017-09-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-30/+30
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell82-525/+307
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich1-3/+12
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich1-14/+9
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich1-13/+9
2017-09-19MAINTAINERS: Update git URLs for my treesEduardo Habkost1-1/+4
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost1-6/+22
2017-09-19NUMA: Replace MAX_NODES with nb_numa_nodes in for loopDou Liyang1-1/+1
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov5-26/+28
2017-09-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into sta...Peter Maydell46-519/+591
2017-09-19MAINTAINERS/s390x: add terminal3270.cChristian Borntraeger1-0/+1
2017-09-19virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali2-0/+59
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali1-8/+62
2017-09-19s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck1-0/+3
2017-09-19configure: Allow --enable-seccomp on s390x, tooThomas Huth1-1/+1
2017-09-19virtio-ccw: remove stale comments on endiannessHalil Pasic1-2/+0
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand1-7/+1
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand1-20/+14
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand4-47/+30
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand1-26/+10
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand2-0/+57