Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-13 | kvm: Fix kvm startup script | Sheng Yang | 1 | -3/+13 | |
Signed-off-by: Sheng Yang <sheng.yang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-01-02 | kvm: run script: add NIC type option | Dor Laor | 1 | -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-09 | kvm: run script: larger disks | Avi Kivity | 1 | -1/+1 | |
2007-09-18 | kvm: run script: support -no-kvm-irqchip | Avi Kivity | 1 | -0/+10 | |
this script is getting more and more ridiculous. | |||||
2007-07-23 | kvm: run script: support secondary disk image | Avi Kivity | 1 | -0/+10 | |
2007-07-19 | kvm: run script: smp support | Avi Kivity | 1 | -0/+8 | |
2007-06-20 | kvm: run script: don't attempt to reload the module or using tap if not root | Avi Kivity | 1 | -2/+3 | |
2007-06-20 | kvm: run script: adjust to always using x86_64 as a target | Avi Kivity | 1 | -5/+1 | |
2007-06-19 | kvm: run script: with non-external module, use modprobe instead of insmod | Avi Kivity | 1 | -3/+26 | |
2007-04-25 | kvm: run script: avoid race while waiting for /dev/kvm to be created | Avi Kivity | 1 | -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-29 | kvm: run script: format disks as qcow2 instead of raw | Avi Kivity | 1 | -5/+4 | |
2007-03-26 | Add -m|--memory parameter. | Dor Laor | 1 | -1/+8 | |
2007-03-14 | kvm: launch script: disable tablet | Avi Kivity | 1 | -1/+1 | |
consumes ~60% cpu on Windows with the ACPI HAL, mostly banging on the apic. | |||||
2007-03-11 | Use full path for binaries so sudo command will work even without the rigth ↵ | Dor Laor | 1 | -1/+1 | |
environment variables | |||||
2007-02-14 | kvm: script: don't use system qemu's bios | Avi Kivity | 1 | -1/+1 | |
instead, use the modified qemu's bios. this requires a 'make install' run at least once. | |||||
2007-01-17 | kvm script: add '--mac' command-line option | Uri Lublin | 1 | -9/+16 | |
Useful for migration, when one wants the guest to keep its mac-address. | |||||
2007-01-11 | kvm script: default cdrom to None (empty cdrom) | Uri Lublin | 1 | -2/+5 | |
2007-01-11 | kvm script: use commands instead of popen4, aka let lsmod rest in peace | Uri Lublin | 1 | -1/+2 | |
Before lsmod was a zombie as long as the kvm script was running. | |||||
2007-01-08 | Replace the nic model with rtl8139. | Dor Laor | 1 | -1/+1 | |
This double the guest network bandwidth (about 33Mbs). | |||||
2007-01-04 | kvm: wrapper script: add --dry-run option to print out qemu commandline | Avi Kivity | 1 | -2/+12 | |
2007-01-03 | kvm script: be more python stylish. | Uri Lublin | 1 | -7/+7 | |
Related to r4246. Beautified by avi. | |||||
2007-01-03 | kvm script: added monitor redirection and start-in-stopped-mode options | Uri Lublin | 1 | -0/+23 | |
Ease automatic/regression testing | |||||
2006-12-12 | kvm: run script: allow passing image as positional argument | Avi Kivity | 1 | -1/+7 | |
as in ./kvm /images/fc5.img | |||||
2006-11-27 | kvm: run script: allocate guest mac address derived from host mac address | Avi Kivity | 1 | -2/+14 | |
2006-11-23 | kvm: adapt run script to support amd | Avi Kivity | 1 | -3/+15 | |
2006-11-23 | kvm: merge arch abstraction from amd2 branch | Avi Kivity | 1 | -6/+16 | |
2006-11-19 | kvm migration: add --loadvm option to kvm script | Uri Lublin | 1 | -0/+8 | |
2006-11-16 | kvm: add option to use vnc rather than sdl | Avi Kivity | 1 | -0/+9 | |
this is useful when working from home. | |||||
2006-11-05 | kvm: merge kvm optional to qemu patch from release branch (r3456) | Avi Kivity | 1 | -8/+8 | |
2006-10-19 | Add ability to run the qemu-kvm not from the source directory. | Dor Laor | 1 | -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-19 | Add bridge option as default for qemu. | Dor Laor | 1 | -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 only | Dor Laor | 1 | -2/+5 | |
- Change cmd line parameters printing for cut&paste easy | |||||
2006-09-18 | kvm: adapt script to load 32-bit qemu | Avi Kivity | 1 | -2/+12 | |
2006-09-14 | kvm: run script: call sleep() correctly | Avi Kivity | 1 | -2/+2 | |
2006-09-14 | kvm: run script: wait for /dev/kvm to appear | Avi Kivity | 1 | -0/+6 | |
2006-08-31 | kvm: run script: add option to wait for debugger | Avi Kivity | 1 | -3/+14 | |
2006-08-24 | kvm: run script: allow selection of cd-rom image | Avi Kivity | 1 | -3/+8 | |
2006-08-21 | kvm: move run script into main directory | Avi Kivity | 1 | -0/+64 | |