summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * nvic: Implement v8M changes to fixed priority exceptionsPeter Maydell2017-09-211-3/+19
| * nvic: In escalation to HardFault, support HF not being priority -1Peter Maydell2017-09-211-11/+12
| * nvic: Compare group priority for escalation to HFPeter Maydell2017-09-211-1/+1
| * nvic: Make SHPR registers bankedPeter Maydell2017-09-212-10/+88
| * nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell2017-09-214-29/+77
| * nvic: Handle banked exceptions in nvic_recompute_state()Peter Maydell2017-09-212-5/+147
| * nvic: Implement NVIC_ITNS<n> registersPeter Maydell2017-09-212-7/+70
| * nvic: Make ICSR.RETTOBASE handle banked exceptionsPeter Maydell2017-09-211-1/+4
| * nvic: Implement AIRCR changes for v8MPeter Maydell2017-09-214-12/+59
| * nvic: Add cached vectpending_prio statePeter Maydell2017-09-213-11/+16
| * nvic: Add cached vectpending_is_s_banked statePeter Maydell2017-09-212-2/+10
| * nvic: Add banked exception statesPeter Maydell2017-09-212-1/+66
| * target/arm: Implement MSR/MRS access to NS banked registersPeter Maydell2017-09-211-0/+110
|/
* Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into stagingPeter Maydell2017-09-2122-467/+528
|\
| * mips: Improve macro parenthesizationEric Blake2017-09-211-28/+28
| * mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-218-25/+7Star
| * mips: MIPSCPU model subclassesIgor Mammedov2017-09-215-64/+117
| * mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé2017-09-212-1/+3
| * mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé2017-09-212-7/+13
| * mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-2111-353/+372
| * mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2017-09-213-3/+2Star
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2017-09-217-4/+1035
|\
| * sun4u: use sunhme as default on-board NICMark Cave-Ayland2017-09-211-4/+21
| * net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland2017-09-216-0/+1014
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170920-tag' into...Peter Maydell2017-09-214-6/+30
|\ \ | |/ |/|
| * xen/pt: allow QEMU to request MSI unmasking at bind timeRoger Pau Monne2017-09-213-5/+29
| * xen-disk: use g_new0 to fix buildOlaf Hering2017-09-211-1/+1
|/
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2017-09-201-30/+30
|\
| * 9pfs: check the size of transport buffer before marshalingJan Dakinevich2017-09-201-3/+12
| * 9pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich2017-09-201-14/+9Star
| * 9pfs: fix readdir() for 9p2000.uJan Dakinevich2017-09-201-13/+9Star
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-2082-525/+307Star
|\ \ | |/ |/|
| * MAINTAINERS: Update git URLs for my treesEduardo Habkost2017-09-191-1/+4
| * hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost2017-09-191-6/+22
| * NUMA: Replace MAX_NODES with nb_numa_nodes in for loopDou Liyang2017-09-191-1/+1
| * numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-195-26/+28
| * arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-1933-265/+115Star
| * pc: use generic cpu_model parsingIgor Mammedov2017-09-194-42/+15Star
| * vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov2017-09-192-0/+16
| * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-1938-176/+7Star
| * qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov2017-09-192-16/+51
| * hostmem-file: Add "discard-data" optionEduardo Habkost2017-09-192-1/+36
| * osdep: Define QEMU_MADV_REMOVEEduardo Habkost2017-09-191-0/+7
| * vl: Clean up user-creatable objects when exitingEduardo Habkost2017-09-193-0/+14
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into sta...Peter Maydell2017-09-1946-519/+591
|\ \
| * | MAINTAINERS/s390x: add terminal3270.cChristian Borntraeger2017-09-191-0/+1
| * | virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali2017-09-192-0/+59
| * | virtio-gpu: Handle endian conversionFarhan Ali2017-09-191-8/+62
| * | s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck2017-09-191-0/+3
| * | configure: Allow --enable-seccomp on s390x, tooThomas Huth2017-09-191-1/+1