aboutsummaryrefslogtreecommitdiff
path: root/qemu-options.hx
AgeCommit message (Expand)Author
2010-02-10Documentation: Add command line options to function indexStefan Weil
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini
2010-02-08do not interpolate % from vl.c to qemu-options.hPaolo Bonzini
2010-02-03qdev: update help on -deviceMarkus Armbruster
2010-01-26Documentation: Add missing texi description for command line optionsStefan Weil
2010-01-26Documentation: Improve command line help for -device optionStefan Weil
2010-01-24Load global config files by defaultAnthony Liguori
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah
2010-01-20Added drives' readonly optionNaphtali Sprei
2010-01-20Documentation: Add missing documentation for qdev related command line optionsStefan Weil
2010-01-11make help output be a little more self-consistentBruce Rogers
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin
2009-12-28Add missing newline at the end of options listMichael Tokarev
2009-12-12add -qmp convinience switchGerd Hoffmann
2009-12-12add new -mon switchGerd Hoffmann
2009-12-12default devices: add global cmd line option.Gerd Hoffmann
2009-12-12Revert "monitor: Command-line flag to enable control mode"Gerd Hoffmann
2009-12-12qdev: add command line option to set global defaults for properties.Gerd Hoffmann
2009-12-03monitor: Command-line flag to enable control modeLuiz Capitulino
2009-11-09QemuOpts: command line switches for the config file.Gerd Hoffmann
2009-11-09Documentation: Add documentation for -chardevMatthew Booth
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin
2009-10-27net: import linux tap ioctl definitionsMark McLoughlin
2009-10-15Documentation: Move msmouse description to an appropriate placeKevin Wolf
2009-10-15Documentation: Add missing tags to placeholdersKevin Wolf
2009-10-15Documentation: Highlight placeholders in suboptionsKevin Wolf
2009-10-15net: add -netdev optionMark McLoughlin
2009-10-06offer right-ctrl as a grab optionDustin Kirkland
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-05Refactor RTC command line switchesJan Kiszka
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann
2009-09-04add documentation for multi-core featuresAndre Przywara
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-10QemuOpts: add -set optionGerd Hoffmann
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen
2009-07-27qdev: add -device command line option.Gerd Hoffmann
2009-07-16Update boot option documentationJan Kiszka
2009-07-09Disable kqemu by default at run timeAnthony Liguori
2009-07-09Allow setting qemu process name v2Andi Kleen
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf
2009-07-09net: set a default value for sndbuf=Mark McLoughlin
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster
2009-06-29Add documentation for MultibootAlexander Graf
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka
2009-06-29slirp: Rework external configuration interfaceJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-22net: add '-net tap,sndbuf=nbytes'Mark McLoughlin