summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-05target-arm: Fix brace style in reindented codePeter Maydell1-13/+23
2015-02-05target-arm: Reindent ancient page-table-walk codePeter Maydell1-96/+96
2015-02-05target-arm: Use mmu_idx in get_phys_addr()Peter Maydell1-51/+163
2015-02-05target-arm: Pass mmu_idx to get_phys_addr()Peter Maydell1-14/+96
2015-02-05target-arm: Split AArch64 cases out of ats_write()Peter Maydell1-7/+26
2015-02-05target-arm: Don't define any MMU_MODE*_SUFFIXesPeter Maydell1-2/+0
2015-02-05target-arm: Use correct mmu_idx for unprivileged loads and storesPeter Maydell2-3/+42
2015-02-05target-arm: Define correct mmu_idx values and pass them in TB flagsPeter Maydell5-29/+102
2015-02-05target-arm/translate-a64: Fix wrong mmu_idx usage for LDT/STTPeter Maydell1-1/+1
2015-02-05target-arm: Make arm_current_el() return sensible values for M profilePeter Maydell1-0/+4
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell1-3/+25
2015-02-05hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek1-4/+33
2015-02-05target-arm: check that LSB <= MSB in BFI instructionKirill Batuzov1-0/+4
2015-02-05target-arm: Squash input denormals in FRECPS and FRSQRTSPeter Maydell1-0/+12
2015-02-05Fix FMULX not squashing denormalized inputs when FZ is set.Xiangyu Hu1-0/+6
2015-02-05target-arm: Add checks that cpreg raw accesses are handledPeter Maydell1-0/+31
2015-02-05target-arm: Split NO_MIGRATE into ALIAS and NO_RAWPeter Maydell2-108/+117
2015-02-05target-arm: Add missing SP_ELx register definitionGreg Bellows1-0/+8
2015-02-05target-arm: Change reset to highest available ELGreg Bellows2-3/+28
2015-02-05target-arm: Add extended RVBAR supportGreg Bellows1-6/+25
2015-02-05target-arm: Fix RVBAR_EL1 register encodingGreg Bellows1-1/+1
2015-02-05target_arm: Parameterise the irq lines for armv7m_initAlistair Francis3-6/+9
2015-02-05target_arm: Remove memory region init from armv7m_initAlistair Francis3-36/+24
2015-02-05Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-05' into...Peter Maydell7-71/+58
2015-02-05Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150204.0' i...Peter Maydell2-1/+2
2015-02-04vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson1-0/+1
2015-02-04vfio: fix wrong initialize vfio_group_listChen Fan1-1/+1
2015-02-03Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into st...Peter Maydell7-60/+140
2015-02-03target-s390x: fix and optimize slb* and slbg* computation of carry/borrow flagTorbjorn Granlund1-14/+4
2015-02-03target-s390x: support OC and NC in the EX instructionPaolo Bonzini1-0/+8
2015-02-03disas/s390.c: Remove unused variablesPeter Maydell1-35/+0
2015-02-03target-s390x: Mark check_privileged() as !CONFIG_USER_ONLYPeter Maydell1-1/+3
2015-02-03target-s390: Implement ECAGRichard Henderson2-0/+9
2015-02-03target-s390: Implement LURA, LURAG, STURGRichard Henderson4-0/+55
2015-02-03target-s390: Fix STURARichard Henderson1-1/+1
2015-02-03target-s390: Fix STIDPRichard Henderson2-1/+9
2015-02-03target-s390: Implement EPSWRichard Henderson2-0/+20
2015-02-03target-s390: Implement SAM specification exceptionRichard Henderson2-8/+31
2015-02-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150203' into stagingPeter Maydell10-44/+52
2015-02-03pc-bios/s390-ccw: update binaryCornelia Huck1-0/+0
2015-02-03pc-bios/s390-ccw: fix sparse warningsChristian Borntraeger5-5/+7
2015-02-03s390x/ipl: Improved code indentation in s390_ipl_init()Thomas Huth1-23/+24
2015-02-03s390x/kvm: unknown DIAGNOSE code should give a specification exceptionChristian Borntraeger1-1/+1
2015-02-03s390x/kvm: Fix diag-308 register decodingThomas Huth1-1/+1
2015-02-03s390x/pci: fix dma notifications in rpcit instructionYi Min Zhao1-8/+12
2015-02-03s390x/pci: check for invalid function handleFrank Blaschka1-1/+1
2015-02-03s390x/pci: avoid sign extension in stpcifcFrank Blaschka1-4/+4
2015-02-03s390: Plug memory leak on s390_pci_generate_event() error pathMarkus Armbruster1-1/+2
2015-02-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell17-65/+1398
2015-02-02scsi: Fix scsi_req_cancel_async for no aiocb reqFam Zheng1-0/+2