aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino1-0/+9
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino1-1/+0
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino1-1/+2
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino1-1/+1
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-0/+29
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti1-0/+12
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-21/+102
2010-02-22Add cpu model configuration support..john cooper1-2/+7
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti1-12/+77
2010-02-22kvm specific wait_io_eventMarcelo Tosatti1-6/+20
2010-02-22block SIGCHLD in vcpu thread(s)Marcelo Tosatti1-0/+1
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-17use eventfd for iothreadPaolo Bonzini1-4/+5
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