summaryrefslogtreecommitdiff
path: root/qemu-config.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-mergeMarcelo Tosatti1-1/+0
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-02-02Merge commit 'f487d6278f75f84378833b8c3a67443346d639dc' into upstream-mergeMarcelo Tosatti1-0/+6
2011-01-24spice: add chardev (v5)Alon Levy1-0/+6
2011-01-06Merge commit '962630f207a33b7de4316022884b5241e05491cd' into upstream-mergeMarcelo Tosatti1-0/+17
2010-12-11Add bootindex for option roms.Gleb Natapov1-0/+17
2010-11-14Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-0/+57
2010-10-18Merge commit '38cc9b607f85017b095793cab6c129bc9844f441' into upstream-mergeMarcelo Tosatti1-0/+18
2010-10-18Merge commit '30f5041ef1ba534af9308d840bf359a50597ba5d' into upstream-mergeMarcelo Tosatti1-0/+3
2010-10-08spice: add misc config optionsGerd Hoffmann1-0/+9
2010-10-08spice: add config options for the listening addressGerd Hoffmann1-0/+9
2010-10-08spice: add config options for channel security.Gerd Hoffmann1-0/+6
2010-10-08spice: make compression configurable.Yonit Halperin1-0/+9
2010-10-08spice: tls supportGerd Hoffmann1-0/+24
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori1-0/+18
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange1-0/+3
2010-09-23Merge commit 'bf1b00712375bea65f2254dea8281fa646eebbd5' into upstream-mergeMarcelo Tosatti1-0/+18
2010-09-21spice: core bitsGerd Hoffmann1-0/+18
2010-09-09trace: Add trace file name command-line optionPrerna Saxena1-0/+18
2010-09-05Merge branch 'master' of git://git.sv.gnu.org/qemu into nextAvi Kivity1-6/+6
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen1-6/+6
2010-08-26Merge commit '3329f07b7a8b919d4a5641611beb0671a2c381a2' into upstream-mergeMarcelo Tosatti1-14/+26
2010-08-26Merge commit '6977dfe6af975d72a8140dbc91effe8b8f2a58f8' into upstream-mergeMarcelo Tosatti1-2/+0
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-13/+9
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann1-1/+17
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah1-2/+0
2010-07-04Merge commit '758e8e38eb582e3dc87fd55a1d234c25108a7b7f' into upstream-mergeMarcelo Tosatti1-0/+6
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)1-0/+6
2010-06-04Merge commit '016f5cf6ff465411733878a17c8f8febb7668321' into upstream-mergeMarcelo Tosatti1-1/+1
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-1/+1
2010-05-26Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-4/+8
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf1-4/+8
2010-05-03Merge commit 'cb4e5f8ed1b648c451491b10dc92b1af1e324535' into upstream-mergeMarcelo Tosatti1-0/+22
2010-05-03Merge commit '74db920c32cea5b52a91b81f2bfd467fc070e942' into upstream-mergeMarcelo Tosatti1-0/+18
2010-05-03virtio-9p: Create a syntactic shortcut for the file-system pass-thruGautham R Shenoy1-0/+22
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy1-0/+18
2010-05-01Merge commit '0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d' into upstream-mergeMarcelo Tosatti1-22/+26
2010-05-01Merge commit '98c8573eb37bf5d7bb0c07225985a78537c73101' into upstream-mergeMarcelo Tosatti1-1/+0
2010-04-23Make qemu-config available for toolsKevin Wolf1-17/+0
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf1-6/+12
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf1-0/+15
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-1/+0
2010-04-05Merge commit '7a5e5838116a752d51c443dbb1cc61541c02b597' into upstream-mergeMarcelo Tosatti1-15/+30
2010-04-05Merge commit '1ecda02b24a13f501e747b8442934829d82698ae' into upstream-mergeMarcelo Tosatti1-5/+5
2010-04-05Merge commit '2f7920166d1aa402104d7b30d0225e71588f91f9' into upstream-mergeMarcelo Tosatti1-0/+1
2010-03-16qemu-option: Rename find_list() to qemu_find_opts() & external linkageMarkus Armbruster1-4/+4
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-0/+5
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-5/+5
2010-03-16QemuOpts: Fix qemu_config_parse() to catch file read errorsMarkus Armbruster1-0/+4
2010-03-16error: Track locations in configuration filesMarkus Armbruster1-11/+17