aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b0293e54af32bcf08f4b4e5b4b472534de343972' into upstream-mergeAvi Kivity2009-12-021-2/+0
|\
| * [WIN32] Enable -k option on Windows tooHervé Poussineau2009-11-221-2/+0
* | Merge commit '0e607a80d323ba9f46dee71cd07380c4eb5c2b0a' into upstream-mergeAvi Kivity2009-11-221-4/+6
|\|
| * Block live migrationlirans@il.ibm.com2009-11-171-3/+6
| * char: Remove special init_reset handlingAmit Shah2009-11-171-1/+0
* | Merge commit '91011d4f3b7c311a42b842f6682ac64a2372d2b7' into upstream-mergeAvi Kivity2009-11-221-1/+1
|\|
| * qemu_system_reset: we need to call it before loadvm/migrationJuan Quintela2009-11-121-1/+1
* | Merge commit '715a664ac4ca3b9e44ffbc0ca41ecd91fbe96656' into upstream-mergeAvi Kivity2009-11-221-0/+30
|\|
| * QemuOpts: command line switches for the config file.Gerd Hoffmann2009-11-091-0/+30
* | Merge commit '0392a017ae9b44dd5c29bf7769a96fd6806a3551' into upstream-mergeAvi Kivity2009-11-221-2/+2
|\|
| * Configurable block format whitelistMarkus Armbruster2009-11-091-2/+2
* | Merge commit '59f2689d9082f2f631253c810f73cd22290144a9' into upstream-mergeAvi Kivity2009-11-221-0/+11
|\|
| * Added readonly flag to -drive commandNaphtali Sprei2009-11-091-0/+10
| * v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-0/+1
| * Revert "Fall back to network boot as the last possible boot option"Anthony Liguori2009-10-301-1/+1
| * Fall back to network boot as the last possible boot optionAnthony Liguori2009-10-301-1/+1
* | Reenable iothread mutex wrappers on !CONFIG_KVMJan Kiszka2009-11-151-1/+1
* | Merge commit '1e5b9d2fccb205ed8fc84fb38945b8fb3d225640' into upstream-mergeMarcelo Tosatti2009-11-061-58/+3
|\|
| * usb-storage: use qdev for -usbdeviceGerd Hoffmann2009-10-301-25/+0
| * usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-301-6/+0
| * usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-301-29/+0
| * usb core: use qdev for -usbdeviceGerd Hoffmann2009-10-301-0/+5
* | Merge commit '38c75be3139a117b02350dbda9d48d47aa57fa3d' into upstream-mergeMark McLoughlin2009-10-281-110/+0
|\|
| * net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin2009-10-271-6/+0
| * Split out bottom halvesKevin Wolf2009-10-271-104/+0
* | Merge commit '5afe3f042ae34a2645684d932a584aed980c045f' into upstream-mergeMarcelo Tosatti2009-10-181-3/+3
|\|
| * Only IDE needs limits for CHS configurationBlue Swirl2009-10-171-3/+3
* | Merge commit '5869c4d515128cd3a938a7346a8037abcc232220' into upstream-mergeMark McLoughlin2009-10-151-2/+7
|\|
| * net: handle -netdevice optionsMark McLoughlin2009-10-151-1/+1
| * net: add -netdev optionMark McLoughlin2009-10-151-0/+5
| * net: add QemuOptsList arg to net_client_parse()Mark McLoughlin2009-10-151-1/+1
* | Merge commit 'd549db5a732ef2ec145b84c5008a7585cf17cf67' into upstream-mergeMarcelo Tosatti2009-10-141-4/+4
|\|
| * unlock iothread mutex before running kvm ioctlGlauber Costa2009-10-121-4/+4
* | Merge commit 'dc1c9fe8b759d4e70222d8f94838a6f6ef5c4ef1'Mark McLoughlin2009-10-081-24/+4
|\|
| * Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-24/+4
* | Merge commit 'c59c7ea94796a4fce2fe79b8f9aa3628dc2e0b2a'Mark McLoughlin2009-10-081-4/+15
|\|
| * Port usb net to QemuOptsMark McLoughlin2009-10-061-4/+15
* | Merge commit '8a1c5235510da01a200693fe3cfd87acd2dc1fca'Mark McLoughlin2009-10-081-7/+12
|\|
| * Remove double error message for -device option parsingMark McLoughlin2009-10-061-3/+1
| * Don't exit() in config_error()Markus Armbruster2009-10-061-3/+6
| * Don't assign a static string to NICInfo::modelMark McLoughlin2009-10-061-1/+1
| * offer right-ctrl as a grab optionDustin Kirkland2009-10-061-0/+4
* | Merge commit '45a50b1668822c23afc2a89f724654e176518bc4'Mark McLoughlin2009-10-081-10/+13
|\|
| * Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-061-0/+3
| * Improve error reporting on file accessJustin M. Forbes2009-10-051-10/+10
* | Merge commit '5a1fc5e8529afb6041a3dfa406a94c187d2afc1d' into upstream-mergeAvi Kivity2009-10-061-11/+5
|\|
| * drive cleanup fixes.Gerd Hoffmann2009-10-051-11/+5
* | Merge commit '3f84865ade594a2ec1ef613ab5fd11949f3d49de' into upstream-mergeAvi Kivity2009-10-061-0/+2
|\|
| * qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann2009-10-051-0/+2
* | Merge commit '6875204c782e7c9aa5c28f96b2583fd31c50468f' into upstream-mergeAvi Kivity2009-10-051-72/+153
|\|