summaryrefslogtreecommitdiff
path: root/kvm
AgeCommit message (Collapse)AuthorFilesLines
2008-08-13kvm: Fix kvm startup scriptSheng Yang1-3/+13
Signed-off-by: Sheng Yang <sheng.yang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-02kvm: run script: add NIC type optionDor Laor1-1/+7
It allows picking other NICs than rtl8139. Use --nictype=xxx, the default is rtl8139. Signed-off-by: Dor Laor <dor.laor@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-10-09kvm: run script: larger disksAvi Kivity1-1/+1
2007-09-18kvm: run script: support -no-kvm-irqchipAvi Kivity1-0/+10
this script is getting more and more ridiculous.
2007-07-23kvm: run script: support secondary disk imageAvi Kivity1-0/+10
2007-07-19kvm: run script: smp supportAvi Kivity1-0/+8
2007-06-20kvm: run script: don't attempt to reload the module or using tap if not rootAvi Kivity1-2/+3
2007-06-20kvm: run script: adjust to always using x86_64 as a targetAvi Kivity1-5/+1
2007-06-19kvm: run script: with non-external module, use modprobe instead of insmodAvi Kivity1-3/+26
2007-04-25kvm: run script: avoid race while waiting for /dev/kvm to be createdAvi Kivity1-4/+1
script udev rmmod kvm insmod kvm wait for /dev/kvm remove /dev/kvm due to module removal start qemu <boom> create /dev/kvm using udevsettle avoids this.
2007-03-29kvm: run script: format disks as qcow2 instead of rawAvi Kivity1-5/+4
2007-03-26Add -m|--memory parameter.Dor Laor1-1/+8
2007-03-14kvm: launch script: disable tabletAvi Kivity1-1/+1
consumes ~60% cpu on Windows with the ACPI HAL, mostly banging on the apic.
2007-03-11Use full path for binaries so sudo command will work even without the rigth ↵Dor Laor1-1/+1
environment variables
2007-02-14kvm: script: don't use system qemu's biosAvi Kivity1-1/+1
instead, use the modified qemu's bios. this requires a 'make install' run at least once.
2007-01-17kvm script: add '--mac' command-line optionUri Lublin1-9/+16
Useful for migration, when one wants the guest to keep its mac-address.
2007-01-11kvm script: default cdrom to None (empty cdrom)Uri Lublin1-2/+5
2007-01-11kvm script: use commands instead of popen4, aka let lsmod rest in peaceUri Lublin1-1/+2
Before lsmod was a zombie as long as the kvm script was running.
2007-01-08Replace the nic model with rtl8139.Dor Laor1-1/+1
This double the guest network bandwidth (about 33Mbs).
2007-01-04kvm: wrapper script: add --dry-run option to print out qemu commandlineAvi Kivity1-2/+12
2007-01-03kvm script: be more python stylish.Uri Lublin1-7/+7
Related to r4246. Beautified by avi.
2007-01-03kvm script: added monitor redirection and start-in-stopped-mode optionsUri Lublin1-0/+23
Ease automatic/regression testing
2006-12-12kvm: run script: allow passing image as positional argumentAvi Kivity1-1/+7
as in ./kvm /images/fc5.img
2006-11-27kvm: run script: allocate guest mac address derived from host mac addressAvi Kivity1-2/+14
2006-11-23kvm: adapt run script to support amdAvi Kivity1-3/+15
2006-11-23kvm: merge arch abstraction from amd2 branchAvi Kivity1-6/+16
2006-11-19kvm migration: add --loadvm option to kvm scriptUri Lublin1-0/+8
2006-11-16kvm: add option to use vnc rather than sdlAvi Kivity1-0/+9
this is useful when working from home.
2006-11-05kvm: merge kvm optional to qemu patch from release branch (r3456)Avi Kivity1-8/+8
2006-10-19Add ability to run the qemu-kvm not from the source directory.Dor Laor1-2/+7
First we try to load the kvm module and qemu binary locally, if they do not exist we go for the rpm version.
2006-10-19Add bridge option as default for qemu.Dor Laor1-0/+11
The default kvm command will assume that we have a bridge up (after installation of the kvm rpm there is a /etc/init.d/kvm script that brings it up). You can explicitly tell kvm not to use bridge by adding --no-tap option.
2006-09-27- Fix the no-kvm flag to run qemu onlyDor Laor1-2/+5
- Change cmd line parameters printing for cut&paste easy
2006-09-18kvm: adapt script to load 32-bit qemuAvi Kivity1-2/+12
2006-09-14kvm: run script: call sleep() correctlyAvi Kivity1-2/+2
2006-09-14kvm: run script: wait for /dev/kvm to appearAvi Kivity1-0/+6
2006-08-31kvm: run script: add option to wait for debuggerAvi Kivity1-3/+14
2006-08-24kvm: run script: allow selection of cd-rom imageAvi Kivity1-3/+8
2006-08-21kvm: move run script into main directoryAvi Kivity1-0/+64