summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-27kvm: kvm_stat: fix typokvm-21Avi Kivity
2007-04-26Temporarily disable the time drift fixAvi Kivity
2007-04-26Don't strip binaries on installAvi Kivity
2007-04-26kvm: rpm: avoid doubly listing /usr/kvm filesAvi Kivity
2007-04-25kvm: external module: add kmem_cache_zalloc() compatibilityAvi Kivity
2007-04-25kvm: run script: avoid race while waiting for /dev/kvm to be createdAvi Kivity
2007-04-25Don't disable mtrr supportAvi Kivity
2007-04-24Skip the red zone when hacking the stack on x86_64Avi Kivity
2007-04-23Refactor host cpuid into a separate functionAvi Kivity
2007-04-22kvm: testsuite: better 32/64 bit buildsAvi Kivity
2007-04-19kvm: testsuite: 64-bit compatibilitykvm-20Avi Kivity
2007-04-19kvm: testsuite: 32/64 makefile fixesAvi Kivity
2007-04-19kvm: testsuite: avoid noisy 'hlt' at the endAvi Kivity
2007-04-18kvm: rpm: make kverrel available for depmodAvi Kivity
2007-04-17kvm: testsuite: add minimal vmexit latency benchAvi Kivity
2007-04-17kvm: testsuite: make cstart.S work for 32-bit guestsAvi Kivity
2007-04-17kvm: testsuite: make printf.c not depend on print.S (which is x86-64 specific)Avi Kivity
2007-04-16Remember whether vga bank aliasing is on or offkvm-19Avi Kivity
2007-04-15qemu migration: sync all writeable BDRVs.Uri Lublin
2007-04-15qemu migration: flush aio as long as there are BH scheduled (pending).Uri Lublin
2007-04-05qemu: Make removing IOHandlers safe from within an IOHandler, by Anthony Ligu...Uri Lublin
2007-04-05Redundant check removed,Hypercall device is always a pci device.Itai Shaham
2007-04-05Migration support for pcihypercall/vmchannel devices.Itai Shaham
2007-04-03qemu migration: do not start running the guest if was in stopped modeUri Lublin
2007-04-02Qcow2 corruption fixAvi Kivity
2007-04-02qemu migration: homogeneous pages: send the data not the addressUri Lublin
2007-04-01Save and restore the fpu stateAvi Kivity
2007-04-01kvm: libkvm: add fpu get/set functionsAvi Kivity
2007-03-30When possible, set up memory aliases for the vga banksAvi Kivity
2007-03-30kvm: libkvm: add memory aliasing apiAvi Kivity
2007-03-29kvm: run script: format disks as qcow2 instead of rawAvi Kivity
2007-03-29qemu: time-drift-fix: partial revert of r4575 (vnc.c changes got accidentally...Uri Lublin
2007-03-29qemu: time-drift-fix: if time drift is too long,give up those lost seconds <2>.Uri Lublin
2007-03-29qemu: time-drift-fix: if time drift is too long, give up those lost seconds.Uri Lublin
2007-03-28Add kvm_stat to kvm.specBuild User
2007-03-28qemu: time-drift-fix: be less aggressive when pushing timer interrupts (#234)Uri Lublin
2007-03-28Add a parameter for configuring the cpu model_id from command line.Dor Laor
2007-03-27Add kvm_stat to the rpm.Dor Laor
2007-03-27Adjust to the new kernel's balloon parameter passing.Dor Laor
2007-03-26Add -m|--memory parameter.Dor Laor
2007-03-26Restore kvm-17 code to use the host's cpuid vendor stringAvi Kivity
2007-03-22qemu migration/loadvm: fail operation if a component fails to load statekvm-18Uri Lublin
2007-03-22qemu migration: added some error messagesUri Lublin
2007-03-22kvm: re-fix get_sb_pseudo for 2.6.17Avi Kivity
2007-03-22kvm migration: skip-memory-holes: do not print message about holes in guest m...Uri Lublin
2007-03-22kvm: more fixes for get_sb_pseudo in older kernelsAvi Kivity
2007-03-21User space balloon control binary.Dor Laor
2007-03-21qemu: add a flag -no-tdf to disable time-drift-fix (#234)Uri Lublin
2007-03-21qemu/kvm: inject timer interrupts that were lost, aka time-drift problem (#234)Uri Lublin
2007-03-21qemu: cpu_x86_init: call kvm_qemu_init_env() iff kvm_allowedUri Lublin