summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-07fix bigmem offset calculation for qxlIzik Eidus1-3/+3
2009-06-07qxl: fix message flood in qxl_display_update() #501190Yaniv Kamay1-2/+10
2009-06-05KSM: avoid usage of free slabed memory. (triggered with slab debugging enabled)Izik Eidus1-6/+10
2009-06-05ksm: remove kprobes usage for rhel 5.4 (v3)Chris Wright2-1/+10
2009-06-05KSM: sync ksm and rhel 5.4 gup-fast.Izik Eidus1-2/+13
2009-06-05Prevent CD-ROM media eject while device is lockedMark McLoughlin3-10/+27
2009-06-05make sure kvm_vpu_init is the last thing called in cpu initializationGlauber Costa3-2/+8
2009-06-05only execute lapic load when cpu is already initializedGlauber Costa3-10/+20
2009-06-05remove duplicated code.Glauber Costa1-1/+0
2009-06-05allow changing the speed of a running migrationGlauber Costa1-0/+7
2009-06-05introduce set_rate_limit function for QEMUFileGlauber Costa3-10/+43
2009-06-05augment info migrate with page statusGlauber Costa3-1/+27
2009-06-02Disable virtio-balloon (bz#500453)Eduardo Habkost2-8/+3
2009-06-02fix wrong bios pci mapping for large slots (Bug 499432)Izik Eidus1-6/+0
2009-06-02Don't send all gratuitous packets at once.Gleb Natapov1-5/+19
2009-06-02Minimal ethernet frame length is 64 bytes.Gleb Natapov1-1/+2
2009-06-02Add qemu_send_raw() to vlan.Gleb Natapov3-4/+70
2009-06-02Call missing qemu_bh_delete at the end of raw_aio_em_cb callback.Dor Laor1-6/+11
2009-06-02keypad supportGerd Hoffmann1-0/+9
2009-06-02ksm ?: remove full swapping support for kvm mmu pages under ovirt (rhel 5.3)Izik Eidus1-1/+1
2009-06-02vnc: Remove checks for qemu_realloc() return valueEduardo Habkost1-9/+0
2009-06-02vnc: fix multiple connections displaystate initializationGerd Hoffmann1-14/+17
2009-06-02Support multiple VNC clients (re-added)Gerd Hoffmann1-177/+232
2009-06-02cirrus: fix text screen corruption on reset.Gerd Hoffmann1-0/+5
2009-06-02migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCKUri Lublin1-1/+1
2009-06-02Enable dirty logging for all regions during migrationGlauber de Oliveira Costa1-1/+1
2009-06-02Revert "qemu: fix bad physical address in kvm_update_dirty_pages_log()"Glauber Costa1-57/+4
2009-05-28Adjust nr_cpu_ids checkAvi Kivity1-1/+1
2009-05-28Adjust kvm_smp_send_reschedule availabilityJan Kiszka2-4/+8
2009-05-28smp_send_reschedule compatMarcelo Tosatti4-2/+60
2009-05-28nr_cpu_ids compatMarcelo Tosatti1-0/+4
2009-05-28Remove MSI masking when setting initial MSI-X entriesSheng Yang1-2/+0
2009-05-28device assignment: move memset to after mmap failure checkMichael S. Tsirkin1-1/+1
2009-05-28kvm: qemu: Fix wrong counting of MSI-X table sizeSheng Yang1-0/+1
2009-05-28kvm: qemu: don't check per-vector mask bit before enable MSI-XSheng Yang1-3/+0
2009-05-28kvm: qemu: improve pci host device address parsingHan, Weidong3-14/+61
2009-05-28kvm: qemu: Move assigned device capability init earlierSheng Yang1-5/+5
2009-05-28kvm: qemu: emulate command register for SRIOV virtual functionSheng Yang2-1/+13
2009-05-28kvm: qemu: Fill config with correct VID/DIDSheng Yang1-1/+30
2009-05-28kvm: qemu: fix interrupt pin 0 assignmentSheng Yang1-0/+4
2009-05-28kvm: qemu: enable MSI-X capabilty for assigned deviceSheng Yang2-5/+295
2009-05-28kvm: libkvm: add ioctl wrappers for KVM_SET_MSIX_ENTRY_NR and KVM_SET_MSIX_ENTRYSheng Yang2-0/+32
2009-05-28kvm: qemu: Add MSI-X related macro to pci.cSheng Yang1-0/+1
2009-05-28kvm: qemu: Support MSI convert to INTx in device assignmentSheng Yang1-1/+6
2009-05-28kvm: qemu: expose MSI capability to guestSheng Yang2-7/+146
2009-05-28kvm: libkvm: allocate unused gsi for irq routingSheng Yang3-1/+25
2009-05-28kvm: libkvm: user interface for MSI type irq routingSheng Yang2-19/+101
2009-05-28kvm: qemu: Support for device capabilitySheng Yang2-2/+105
2009-05-28kvm: qemu: Figure out device capabilitySheng Yang1-0/+30
2009-05-28kvm: qemu: Make device assignment depend on libpciSheng Yang3-0/+29