aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19move default allocator to console.cPaolo Bonzini1-50/+0
2010-02-19remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini1-1/+7
2010-02-19use lazy initialization for display_statePaolo Bonzini1-14/+15
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster1-0/+2
2010-02-10iothread: fix vcpu stop with smp tcgMarcelo Tosatti1-2/+3
2010-02-10loop write in qemu_event_increment upon EINTRPaolo Bonzini1-2/+6
2010-02-10do not loop on an incomplete io_thread_fd readPaolo Bonzini1-2/+2
2010-02-09add qemu_get_clock_nsPaolo Bonzini1-2/+19
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori1-0/+4
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini1-8/+10
2010-02-08do not interpolate % from vl.c to qemu-options.hPaolo Bonzini1-8/+1
2010-02-08Revert "On some systems printf is a macro"malc1-18/+18
2010-02-07On some systems printf is a macromalc1-18/+18
2010-02-05fix undefined shifts by >32Paolo Bonzini1-2/+2
2010-02-03Fix incoming migration with iothreadMarcelo Tosatti1-0/+2
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang1-0/+2
2010-02-03qdev: Fix exit code for -device ?Markus Armbruster1-0/+8
2010-01-27Fix regression in option parsingAnthony Liguori1-0/+1
2010-01-26virtio: Add memory statistics reporting to the balloon driverAdam Litke1-7/+14
2010-01-26virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...Amit Shah1-2/+13
2010-01-26vl.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-4/+18
2010-01-24Load global config files by defaultAnthony Liguori1-0/+39
2010-01-24Move out option lookup into a separate functionAnthony Liguori1-29/+43
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-0/+2
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-4/+4
2010-01-20Make CDROM a read-only driveNaphtali Sprei1-0/+7
2010-01-13vl.c: Remove dead assignmentAmit Shah1-5/+1
2010-01-13move kbd/mouse handling to input.cPaolo Bonzini1-212/+2
2010-01-11Fix CPU topology initializationJiri Denemark1-4/+4
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin1-0/+23
2009-12-23USB: Improve usbdevice error messagesScott Tsai1-3/+14
2009-12-18fix pidfile option to work in WIN32Juha Riihimäki1-1/+3
2009-12-18fix vga names in default_listGerd Hoffmann1-2/+2
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann1-18/+0
2009-12-18Check rom_load_all() return value.Gerd Hoffmann1-1/+4
2009-12-18defaults: update device_list[]Gerd Hoffmann1-0/+3
2009-12-18defaults: split default_driveGerd Hoffmann1-3/+20
2009-12-18Revert "Rename DriveInfo.onerror to on_write_error" (fix mismerge)Kevin Wolf1-4/+0
2009-12-18add default virtcon initializationAlexander Graf1-0/+2
2009-12-12monitor: Convert do_info_mice() to QObjectLuiz Capitulino1-7/+55
2009-12-12Set default console to virtio on S390xGerd Hoffmann1-1/+18
2009-12-12default devices: virtio consoles.Gerd Hoffmann1-30/+35
2009-12-12add -qmp convinience switchGerd Hoffmann1-5/+9
2009-12-12add new -mon switchGerd Hoffmann1-0/+8
2009-12-12rework -monitor handling, switch to QemuOptsGerd Hoffmann1-43/+76
2009-12-12default devices: drivesGerd Hoffmann1-6/+10
2009-12-12default devices: networkGerd Hoffmann1-0/+1
2009-12-12default devices: add global cmd line option.Gerd Hoffmann1-0/+6
2009-12-12default devices: vga adapter.Gerd Hoffmann1-1/+8
2009-12-12zap serial_monitor_muxGerd Hoffmann1-34/+8