summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-21kvm: Publicize kvm_irqchip_release_virqJan Kiszka3-1/+6
2012-05-21kvm: Introduce kvm_irqchip_add_msi_routeJan Kiszka3-4/+45
2012-05-21kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_routeJan Kiszka3-6/+6
2012-05-21msix: Introduce vector notifiersJan Kiszka3-0/+105
2012-05-21msix: Invoke msix_handle_mask_update on msix_mask_allJan Kiszka1-0/+4
2012-05-21msix: Factor out msix_get_messageJan Kiszka1-6/+13
2012-05-17kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNCAvi Kivity1-0/+13
2012-05-16kvm: Enable in-kernel irqchip support by defaultJan Kiszka1-1/+1
2012-05-16kvm: Add support for direct MSI injectionsJan Kiszka1-3/+19
2012-05-16kvm: Update kernel headersJan Kiszka1-0/+38
2012-05-16kvm: x86: Wire up MSI support for in-kernel irqchipJan Kiszka1-2/+32
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka4-19/+8
2012-05-16kvm: Introduce basic MSI support for in-kernel irqchipsJan Kiszka2-1/+139
2012-05-16Introduce MSIMessage structureJan Kiszka2-0/+6
2012-05-16kvm: Refactor KVMState::max_gsi to gsi_countJan Kiszka1-4/+4
2012-05-10kvm: Fix dirty tracking with large kernel page sizeDavid Gibson1-2/+12
2012-05-04fix build with pulseaudio versions older than 0.9.11Gerd Hoffmann1-1/+29
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc1-21/+1
2012-05-03Restore consistent formattingmalc1-18/+18
2012-05-02Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori10-30/+564
2012-05-02ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf1-1/+6
2012-05-02rbd: add discard supportJosh Durgin1-16/+73
2012-05-02qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu1-1/+1
2012-05-02qcow2: Don't hold cache references across yieldKevin Wolf1-8/+13
2012-05-02qcow2: Remove unused parameter in do_alloc_cluster_offsetKevin Wolf1-2/+2
2012-05-02qemu-iotests: Many parallel allocating I/O requestsKevin Wolf3-0/+465
2012-05-02docs: fix one issue in qcow2 specsZhi Yong Wu1-1/+1
2012-05-02block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()Stefan Weil1-1/+2
2012-05-02qemu-iotests: ignore fragmentation information for qedDong Xu Wang1-0/+1
2012-05-02Update version for 1.1-rc0 releasev1.1-rc0Anthony Liguori1-1/+1
2012-05-01Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori1-1/+2
2012-05-01Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori5-17/+29
2012-05-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori4-4/+58
2012-05-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-16/+15
2012-05-01Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori12-78/+146
2012-05-01Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into stagingAnthony Liguori6-138/+409
2012-05-01Declare state directory in smb.confNikolaus Rath1-0/+2
2012-05-01slirp: don't use "smb ports = 0" optionNikolaus Rath1-1/+0
2012-05-01linux-user: Fix invalid TARGET_ABI_BITS usage on ppc hostsAlexander Graf1-1/+1
2012-05-01target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol1-0/+50
2012-05-01ppce500_spin: Replace assert by hw_error (fixes compiler warning)Stefan Weil1-1/+1
2012-05-01pseries: Fix use of global CPU statePeter Portante1-1/+1
2012-05-01pseries: Use the same interrupt swizzling for host bridges as p2p bridgesDavid Gibson2-24/+30
2012-05-01pseries: Implement automatic PAPR VIO address allocationDavid Gibson6-40/+49
2012-05-01PPC: Fix up e500 cache size settingAlexander Graf1-12/+14
2012-05-01booke:Use MMU API for creating initial mapping for secondary cpusBharat Bhushan1-0/+1
2012-05-01linux-user: Fix undefined HOST_LONG_SIZE on PPC hostsAlexander Graf1-1/+1
2012-05-01Revert "Remove stray HOST_LONG_SIZE"malc1-1/+1
2012-05-01configure: check for supported Python 2.x versionsStefan Hajnoczi1-3/+4
2012-05-01tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi2-4/+12