summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-21virtio-serial: add enable_backend callbackPavel Butsykin2-0/+28
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
2017-09-19s390x: CPU hot unplug via device_del cannot work for nowDavid Hildenbrand1-0/+10
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-1/+1
2017-09-19s390x: allow only 1 CPU with TCGDavid Hildenbrand1-0/+6
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand1-0/+1
2017-09-19s390x: rename s390-virtio.h to s390-virtio-hcall.hDavid Hildenbrand3-6/+6
2017-09-19s390x: get rid of s390-virtio.cDavid Hildenbrand4-220/+158
2017-09-19s390x/css: remove unused error handling branchHalil Pasic1-7/+0
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic1-1/+1
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic1-9/+0
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth1-1/+1
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao1-0/+12
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao4-36/+9
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic1-5/+5