summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-21msf2: Add Emcraft's Smartfusion2 SOM kitSubbaraya Sundeep2-1/+106
2017-09-21msf2: Add Smartfusion2 SoCSubbaraya Sundeep2-0/+239
2017-09-21msf2: Add Smartfusion2 SPI controllerSubbaraya Sundeep2-0/+405
2017-09-21msf2: Microsemi Smartfusion2 System Register blockSubbaraya Sundeep3-0/+166
2017-09-21msf2: Add Smartfusion2 System timerSubbaraya Sundeep2-0/+290
2017-09-21hw/arm/omap2.c: Don't use old_mmioPeter Maydell1-12/+37
2017-09-21hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell1-12/+32
2017-09-21hw/timer/omap_gptimer: Don't use old_mmioPeter Maydell1-12/+37
2017-09-21hw/timer/omap_synctimer.c: Don't use old_mmioPeter Maydell1-14/+21
2017-09-21hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell1-14/+12
2017-09-21hw/arm/palm.c: Don't use old_mmio for static_opsPeter Maydell1-20/+10
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell2-8/+22
2017-09-21nvic: Make SHCSR banked for v8MPeter Maydell1-52/+169
2017-09-21nvic: Make ICSR banked for v8MPeter Maydell1-13/+32
2017-09-21target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell1-0/+29
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 Maydell2-18/+50
2017-09-21nvic: Handle banked exceptions in nvic_recompute_state()Peter Maydell2-5/+147
2017-09-21nvic: Implement NVIC_ITNS<n> registersPeter Maydell1-7/+67
2017-09-21nvic: Make ICSR.RETTOBASE handle banked exceptionsPeter Maydell1-1/+4
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell1-11/+38
2017-09-21nvic: Add cached vectpending_prio statePeter Maydell2-11/+14
2017-09-21nvic: Add cached vectpending_is_s_banked statePeter Maydell1-0/+1
2017-09-21nvic: Add banked exception statesPeter Maydell1-1/+52
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov6-6/+6
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2-166/+1
2017-09-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell4-4/+1029
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-Ayland3-0/+1008
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 Maydell62-484/+159
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-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost1-6/+22
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov4-26/+24
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-19virtio-ccw: remove stale comments on endiannessHalil Pasic1-2/+0
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand1-20/+14
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand1-2/+27
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand1-26/+10
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand1-0/+41