summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée5-41/+24
2016-09-27x86: ioapic: boost default version to 0x20Peter Xu1-1/+1
2016-09-27intel_iommu, amd_iommu: allow UNMAP notifiersPeter Xu2-7/+15
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu3-12/+18
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-2/+2
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie5-10/+77
2016-09-24hw/i386: Introduce AMD IOMMUDavid Kiarie3-0/+1490
2016-09-23hw/i386/trace-events: Add AMD IOMMU trace eventsDavid Kiarie1-0/+29
2016-09-23virtio: handle virtqueue_get_head() errorsStefan Hajnoczi1-10/+17
2016-09-23virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi1-3/+8
2016-09-23virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi1-13/+32
2016-09-23virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi1-1/+1
2016-09-23virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi1-6/+11
2016-09-23virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi1-19/+55
2016-09-23virtio: migrate vdev->broken flagStefan Hajnoczi1-0/+19
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi1-0/+39
2016-09-23virtio: fix stray tab characterStefan Hajnoczi1-1/+1
2016-09-23virtio: add check for descriptor's mapped addressPrasad J Pandit1-0/+5
2016-09-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell14-276/+437
2016-09-23Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...Peter Maydell6-20/+13
2016-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng6-20/+12
2016-09-23util: Add UUID APIFam Zheng1-0/+1
2016-09-23spapr_pci: Add numa node idAlexey Kardashevskiy1-0/+13
2016-09-23ppc/xics: account correct irq statusNikunj A Dadhania1-2/+5
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn1-0/+3
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania1-0/+2
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania1-2/+2
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao2-69/+41
2016-09-23spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier2-52/+63
2016-09-23spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier2-36/+41
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier2-14/+7
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2-22/+16
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier2-34/+41
2016-09-23adb.c: prevent NO_KEY value from going to guestJohn Arbuckle1-14/+9
2016-09-23adb.c: correct several key assignmentsJohn Arbuckle1-6/+6
2016-09-23adb.c: add support for QKeyCodeJohn Arbuckle1-45/+189
2016-09-23tests: add RTAS command in the protocolLaurent Vivier1-0/+19
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell7-8/+8
2016-09-22vmstateify ssi-sdDr. David Alan Gilbert1-42/+28
2016-09-22vmstateify ssd0323 displayDr. David Alan Gilbert1-62/+40
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis1-2/+8
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis1-4/+13
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis1-2/+14
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis1-9/+34
2016-09-22loader: Use the specified MemoryRegionAlistair Francis1-1/+2
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis1-0/+2
2016-09-22cadence_gem: Correct indentationAlistair Francis1-96/+101
2016-09-22cadence_gem: Add queue supportAlistair Francis1-24/+107
2016-09-22cadence_gem: Add support for screeningAlistair Francis1-2/+169