summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-29add option to disable kvm nestedJuan Quintela2-0/+15
2009-07-29disable isapcJuan Quintela2-0/+10
2009-07-29add option to disable scsiJuan Quintela7-2/+25
2009-07-29add option to disable smb user directoriesJuan Quintela3-4/+13
2009-07-28Fix hdev_open error:Juan Quintela1-1/+1
2009-07-27enable rtc-hack by defaultJuan Quintela2-2/+11
2009-07-22Use pci_reset_function() in RHEL5.4 so FLR done properly (v2)Don Dutile1-0/+2
2009-07-22virtio_net: remove the tx mitigation timerMark McLoughlin2-38/+36
2009-07-21Disable hpet by default (there is no way to enable it back)Juan Quintela1-1/+1
2009-07-21Set the iothread's eventfd/pipe descriptors to non-blockingDor Laor1-10/+14
2009-07-21fix for bug #507942 : bad macaddr of e1000 in Windows 2003 server with origin...Naphtali Sprei1-0/+3
2009-07-16kvmtrace: update formatsMarcelo Tosatti1-0/+1
2009-07-15net: add '-net tap,sndbuf=' option with a sensible defaultMark McLoughlin3-18/+156
2009-07-13Windows virtio driver cannot pass WHQL certification testsDor Laor1-1/+1
2009-07-13KSM suspend fixAndrea Arcangeli1-1/+2
2009-07-10fix bug #506375Izik Eidus1-1/+3
2009-07-10Change default CPU model to model=6 (skype fix #2)Eduardo Habkost1-2/+2
2009-07-10provide stop reason on demandGleb Natapov11-9/+33
2009-07-10make vnc socket non-blockingGleb Natapov1-0/+1
2009-07-07Fix eepro100 segfault during live migrate after NIC hot-unplugMark McLoughlin2-0/+23
2009-07-07Fix ne2k_pci segfault during live migrate after NIC hot-unplugMark McLoughlin1-0/+8
2009-07-07Fix rtl8139 segfault during live migrate after NIC hot-unplugMark McLoughlin1-0/+29
2009-07-07net: avoid leaking VLANClientState on PCI NIC hot removeMark McLoughlin8-6/+8
2009-07-02New command line option -balloonMarkus Armbruster3-1/+28
2009-07-02Remove broken command line option -balloonMarkus Armbruster1-16/+0
2009-07-02Revert "Disable virtio-balloon (bz#500453)"Eduardo Habkost2-3/+8
2009-06-30vnc: rework VncState release workflow.Gerd Hoffmann1-43/+69
2009-06-30bz#505090: Guess host device type from requested guest device typeCole Robinson1-3/+8
2009-06-23enable sysenter on 32bit guests (skype fix)Andrea Arcangeli1-1/+2
2009-06-22Add qemu-img check subcommandKevin Wolf5-29/+160
2009-06-22Fix vga_screen_dump_blank() PPM generation (bz#500717)Eduardo Habkost1-2/+3
2009-06-19Correctly assign apic ids for hotplugged cpusGleb Natapov1-1/+0
2009-06-19bios: Fix missing DMI table entriesMarkus Armbruster1-5/+6
2009-06-16Register uhci_reset() callback.Gleb Natapov1-0/+3
2009-06-16Add reset to rtl8139 nic.Gleb Natapov1-1/+3
2009-06-16Add reset to e1000 nic.Gleb Natapov1-7/+24
2009-06-15fix unresigered vbe physical mapping as reserved memory in the biosIzik Eidus1-4/+13
2009-06-15Add rtc reset function.Gleb Natapov1-0/+25
2009-06-08vdi_port: call disconnect on reset #504463Yaniv Kamay1-3/+3
2009-06-08KSM: avoid losing (but no mem leak) rmap_items inside ksm data strcturesIzik Eidus1-3/+4
2009-06-08exec-migration: handle EINTR in popen_get_buffer() (v3)Uri Lublin1-1/+8
2009-06-08asynchronous notifications: add "all" event (v3)Uri Lublin1-10/+18
2009-06-08migration: exec: notify upon successful completion of migration (v2)Uri Lublin1-0/+1
2009-06-08qemu: add "-notify" command line option to enable async notifications (v2)Uri Lublin2-3/+35
2009-06-08migrate_fd_close: delete associated io-handler before closing the fdUri Lublin1-0/+2
2009-06-08spice: change vendor id #504190Yaniv Kamay2-7/+7
2009-06-08fix qemu_aio_flushAndrea Arcangeli2-5/+10
2009-06-08kvm doesn't build on newer RHEL-5.4 kernels because of get_user_pages_fast(),...john cooper2-1/+18
2009-06-07set migration max downtimeGlauber Costa3-0/+23
2009-06-07add non-arbitrary migration stop conditionGlauber Costa3-2/+30