summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-0/+4
|\
| * Fix incoming migration with iothreadMarcelo Tosatti2010-02-031-0/+2
| * kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-0/+2
* | vl.c: avoid preprocessor directives in a printf callPaolo Bonzini2010-02-081-8/+10
* | do not interpolate % from vl.c to qemu-options.hPaolo Bonzini2010-02-081-8/+1
* | Revert "On some systems printf is a macro"malc2010-02-081-18/+18
* | On some systems printf is a macromalc2010-02-071-18/+18
* | fix undefined shifts by >32Paolo Bonzini2010-02-051-2/+2
|/
* qdev: Fix exit code for -device ?Markus Armbruster2010-02-031-0/+8
* Fix regression in option parsingAnthony Liguori2010-01-271-0/+1
* virtio: Add memory statistics reporting to the balloon driverAdam Litke2010-01-261-7/+14
* virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...Amit Shah2010-01-261-2/+13
* vl.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-4/+18
* Load global config files by defaultAnthony Liguori2010-01-241-0/+39
* Move out option lookup into a separate functionAnthony Liguori2010-01-241-29/+43
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-0/+2
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-4/+4
* Make CDROM a read-only driveNaphtali Sprei2010-01-201-0/+7
* vl.c: Remove dead assignmentAmit Shah2010-01-131-5/+1
* move kbd/mouse handling to input.cPaolo Bonzini2010-01-131-212/+2
* Fix CPU topology initializationJiri Denemark2010-01-111-4/+4
* debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin2010-01-081-0/+23
* USB: Improve usbdevice error messagesScott Tsai2009-12-231-3/+14
* fix pidfile option to work in WIN32Juha Riihimäki2009-12-181-1/+3
* fix vga names in default_listGerd Hoffmann2009-12-181-2/+2
* usb-net: use qdev for -usbdeviceGerd Hoffmann2009-12-181-18/+0
* Check rom_load_all() return value.Gerd Hoffmann2009-12-181-1/+4
* defaults: update device_list[]Gerd Hoffmann2009-12-181-0/+3
* defaults: split default_driveGerd Hoffmann2009-12-181-3/+20
* Revert "Rename DriveInfo.onerror to on_write_error" (fix mismerge)Kevin Wolf2009-12-181-4/+0
* add default virtcon initializationAlexander Graf2009-12-181-0/+2
* monitor: Convert do_info_mice() to QObjectLuiz Capitulino2009-12-121-7/+55
* Set default console to virtio on S390xGerd Hoffmann2009-12-121-1/+18
* default devices: virtio consoles.Gerd Hoffmann2009-12-121-30/+35
* add -qmp convinience switchGerd Hoffmann2009-12-121-5/+9
* add new -mon switchGerd Hoffmann2009-12-121-0/+8
* rework -monitor handling, switch to QemuOptsGerd Hoffmann2009-12-121-43/+76
* default devices: drivesGerd Hoffmann2009-12-121-6/+10
* default devices: networkGerd Hoffmann2009-12-121-0/+1
* default devices: add global cmd line option.Gerd Hoffmann2009-12-121-0/+6
* default devices: vga adapter.Gerd Hoffmann2009-12-121-1/+8
* zap serial_monitor_muxGerd Hoffmann2009-12-121-34/+8
* default devices: qemu monitor.Gerd Hoffmann2009-12-121-44/+50
* default devices: parallel port.Gerd Hoffmann2009-12-121-30/+34
* default devices: core code & serial lines.Gerd Hoffmann2009-12-121-41/+81
* chardev: move greeting into vc backend.Gerd Hoffmann2009-12-121-24/+0
* Revert "Set default console to virtio on S390x"Gerd Hoffmann2009-12-121-26/+0
* Revert "monitor: Command-line flag to enable control mode"Gerd Hoffmann2009-12-121-7/+4
* chardev: make chardevs specified in config file work.Gerd Hoffmann2009-12-121-3/+13
* qdev: add command line option to set global defaults for properties.Gerd Hoffmann2009-12-121-0/+6
OpenPOWER on IntegriCloud