aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014082...Peter Maydell1-2/+6
2014-08-25vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson1-2/+6
2014-08-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-44/+227
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin1-1/+1
2014-08-25ioh3420: Enable ARI forwardingKnut Omang1-0/+2
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang1-24/+0
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang3-7/+9
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang1-1/+1
2014-08-25ssdt-tpm: add generated hex file to gitMichael S. Tsirkin1-0/+95
2014-08-25Add ACPI tables for TPMStefan Berger5-8/+102
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin3-3/+11
2014-08-25pcihp: fix possible array out of boundsGonglei1-1/+1
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini1-0/+6
2014-08-24vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper1-0/+10
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite1-4/+6
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite1-3/+2
2014-08-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-7/+9
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-4/+4
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite1-2/+1
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite1-4/+4
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones1-0/+7
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones1-0/+48
2014-08-19arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall1-5/+26
2014-08-19target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall1-4/+4
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell53-245/+142
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah1-0/+10
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2-4/+12
2014-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell12-208/+288
2014-08-18loader: Abstract away ref to memory region namesPeter Crosthwaite1-1/+1
2014-08-18tpm_tis: remove instance_finalize callbackPaolo Bonzini1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini39-169/+0
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini6-7/+7
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2-6/+0
2014-08-17vga: do not dynamically allocate chain4_aliasPaolo Bonzini2-15/+12
2014-08-17sysbus: remove unused function sysbus_del_ioPaolo Bonzini1-5/+0
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland1-2/+10
2014-08-17sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland1-2/+2
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell19-30/+35
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc MarĂ­1-7/+7
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf1-1/+3
2014-08-15dataplane: stop trying on notifier errorCornelia Huck1-1/+10
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck1-4/+11
2014-08-15dataplane: print why starting failedCornelia Huck1-5/+8
2014-08-15cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland1-0/+24