aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-02ppc/kvm: Handle the "family" CPU via alias instead of registering new typesThomas Huth1-13/+23
2017-02-02target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh1-1/+1
2017-02-02target/ppc/mmu_hash64: Fix printing unsigned as signed intSuraj Jitindar Singh1-2/+2
2017-02-02tcg/POWER9: NOOP the cp_abort instructionSuraj Jitindar Singh1-0/+5
2017-02-02target/ppc/debug: Print LPCR register value if register existsSuraj Jitindar Singh1-0/+3
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania5-8/+69
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania5-2/+55
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin3-0/+19
2017-02-01cirrus: fix blit address mask handlingGerd Hoffmann1-13/+12
2017-02-01cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller1-8/+19
2017-02-01cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller1-0/+5
2017-02-01target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand1-0/+2
2017-02-01s390x/kvm: fix small race reboot vs. cmmaChristian Borntraeger1-1/+1
2017-02-01s390-pci: fix compilation on older GCC versionsPaolo Bonzini1-2/+2
2017-02-01sheepdog: reorganize check for overlapping requestsPaolo Bonzini1-36/+30
2017-02-01sheepdog: simplify inflight_aio_head managementPaolo Bonzini1-17/+6
2017-02-01sheepdog: do not use BlockAIOCBPaolo Bonzini1-60/+39
2017-02-01sheepdog: reorganize coroutine flowPaolo Bonzini1-73/+42
2017-02-01sheepdog: remove unused cancellation supportPaolo Bonzini1-52/+0
2017-02-01arm: add trailing ; after MISMATCH_CHECKMichael S. Tsirkin1-49/+49
2017-02-01arm: better stub version for MISMATCH_CHECKMichael S. Tsirkin1-1/+3
2017-02-01hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum2-1/+5
2017-02-01vhost-user: delete chardev on cleanupMarc-André Lureau1-0/+3
2017-02-01vhost: skip ROM sectionsMichael S. Tsirkin1-1/+2
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini2-2/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin12-24/+58
2017-02-01hcd-xhci: check & correct param before using itCao jin1-19/+18
2017-02-01msix: Follow CODING_STYLECao jin1-2/+6
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang1-0/+5
2017-02-01hw/pcie: Introduce Generic PCI Express Root PortMarcel Apfelbaum3-1/+90
2017-02-01hw/ioh3420: derive from PCI Express Root Port base classMarcel Apfelbaum1-106/+15
2017-02-01hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum6-0/+194
2017-02-01intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang1-1/+9
2017-02-01pci: mark ROMs read-onlyMichael S. Tsirkin1-1/+1
2017-02-01ARRAY_SIZE: check that argument is an arrayMichael S. Tsirkin1-1/+8
2017-02-01compiler: expression version of QEMU_BUILD_BUG_ONMichael S. Tsirkin1-0/+3
2017-02-01compiler: rework BUG_ON using a structMichael S. Tsirkin1-3/+7
2017-02-01QEMU_BUILD_BUG_ON: use __COUNTER__Michael S. Tsirkin1-1/+5
2017-02-01ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-8/+10
2017-01-31char: headers clean-upMarc-André Lureau6-44/+5
2017-01-31char: move parallel chardev in its own fileMarc-André Lureau4-286/+350
2017-01-31char: move serial chardev to its own fileMarc-André Lureau4-276/+356
2017-01-31char: move pty chardev in its own fileMarc-André Lureau3-258/+301
2017-01-31char: move pipe chardev in its own fileMarc-André Lureau3-166/+192
2017-01-31char: move console in its own fileMarc-André Lureau3-3/+54
2017-01-31char: move stdio in its own fileMarc-André Lureau3-120/+165
2017-01-31char: move file chardev in its own fileMarc-André Lureau3-106/+140
2017-01-31char: move udp chardev in its own fileMarc-André Lureau3-198/+234
2017-01-31char: move socket chardev to its own fileMarc-André Lureau4-978/+1020
2017-01-31char: move win-stdio into its own fileMarc-André Lureau4-229/+298