aboutsummaryrefslogtreecommitdiff
path: root/kvm-manager
AgeCommit message (Expand)Author
2017-09-22booting into debian-installer should be one-shotHEADmasterDaniel Kahn Gillmor
2017-08-06try to automate booting to d-iDaniel Kahn Gillmor
2017-05-26Option to use alternative disk driver instead of default virtioJamie McClelland
2017-05-21invoke screen correctly across an API break.Daniel Kahn Gillmor
2017-05-21more robust version comparisonDaniel Kahn Gillmor
2017-05-21build_disk_io_params needs the name of the variable, not its valueDaniel Kahn Gillmor
2017-05-21kvm --version has multiple lines of output these daysDaniel Kahn Gillmor
2017-05-21screen 4.5.0 and later expects an argument for -LDaniel Kahn Gillmor
2016-06-18Adding disk io throttling options available in qemu 2.6.0Jamie McClelland
2016-06-06allow down() script to complete even with errorsJamie McClelland
2016-06-05Make coding style more uniformSilvio Rhatto
2015-01-22do not try to use sgabios if it is not installed and availableDaniel Kahn Gillmor
2015-01-22quote-wrap $BOOTCHOICE in case someone ever sets it funnyDaniel Kahn Gillmor
2015-01-22add sgabios, for serial biosMatt Taggart
2015-01-22use new -boot order syntax, according to the man page,Matt Taggart
2015-01-22add comment to help you realize you can specify the number of CPUs without ne...Micah Anderson
2015-01-22Add missing double quotesMatthew James Goins
2015-01-22Make the bridge name a variableMatthew James Goins
2014-11-03Change udevadm invocation to match correct usageMatthew James Goins
2013-10-07use cache=none to avoid data copies and bus traffic (see https://support.mayf...Daniel Kahn Gillmor
2013-09-07enable booting the guest from a local kernel directlyDaniel Kahn Gillmor
2013-08-22corrected typo in the loop through HDA..HDZ for doing udevadm triggermaxigas
2013-08-08enable the use of more than 4 disks (HDA through HDZ)Daniel Kahn Gillmor
2013-07-18boot=on is deprecated in wheezy, but squeeze needs it.Daniel Kahn Gillmor
2013-07-07clean up some of the udev triggeringDaniel Kahn Gillmor
2012-04-09sending a QUIT signal to the container process should send a TERM signal dire...Daniel Kahn Gillmor
2011-06-06use ${VMNAME}0 instead of ${VMNAME} for tap interfaceDaniel Kahn Gillmor
2011-06-06silly bugfixDaniel Kahn Gillmor
2011-06-06removed TAP and MAC arguments from kvm-creator, and updated README to reflect...Daniel Kahn Gillmor
2011-06-06Use iproute to create tap interfaces for newly created guests, instead of bri...Greg Lyle
2011-06-04make sure permissions on /dev/kvm get set properly by udevDaniel Kahn Gillmor
2011-02-20trigger udev updates on lvm devicesDaniel Kahn Gillmor
2011-02-11have kvm block waiting for the client to connect to the socket; should enable...Daniel Kahn Gillmor
2011-02-11switch the order of invocation back around as well -- should make for a clean...Daniel Kahn Gillmor
2011-02-11switch client/server for the console back the other way: avoids lag, enables ...Daniel Kahn Gillmor
2011-02-11keep the console screen session as a child of the kvm-manager processDaniel Kahn Gillmor
2011-02-11auto-launch (and background, ugh) a screen session connected to the consoleDaniel Kahn Gillmor
2011-02-11do not enable booting from anything but the first diskDaniel Kahn Gillmor
2011-02-10control the guest if signals are sent to the parent shellDaniel Kahn Gillmor
2011-02-10fix typo in stdio name, remove unneeded -no-reboot flagDaniel Kahn Gillmor
2011-02-10removing screen session, using sockets for stdioDaniel Kahn Gillmor
2011-01-26convert the disks to virtioDaniel Kahn Gillmor
2011-01-26remove explicit PCI device addresses, switch NIC to virtioDaniel Kahn Gillmor
2011-01-26no need for VGNAME any moreDaniel Kahn Gillmor
2011-01-26remove the set -x and update the dateDaniel Kahn Gillmor
2011-01-26added some arguments gleaned from watching libvirt (still need to switch disk...Daniel Kahn Gillmor
2011-01-26break out kvm arguments to one-per-line to make cleaners diffsDaniel Kahn Gillmor
2010-04-20allow configuration of the number of CPUs via the SMP environment variableDaniel Kahn Gillmor
2010-03-23drop -serial stdio, since that is the default when -nographicDaniel Kahn Gillmor
2010-03-23do not pass hostname= sub-arg to -net, since we are using tap, not user netwo...Daniel Kahn Gillmor