aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2010-03-14Don't set default monitor when there is a mux'ed oneJan Kiszka
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-22Add cpu model configuration support..john cooper
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti
2010-02-22kvm specific wait_io_eventMarcelo Tosatti
2010-02-22block SIGCHLD in vcpu thread(s)Marcelo Tosatti
2010-02-19move default allocator to console.cPaolo Bonzini
2010-02-19remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini
2010-02-19use lazy initialization for display_statePaolo Bonzini
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster
2010-02-17use eventfd for iothreadPaolo Bonzini
2010-02-10iothread: fix vcpu stop with smp tcgMarcelo Tosatti
2010-02-10loop write in qemu_event_increment upon EINTRPaolo Bonzini
2010-02-10do not loop on an incomplete io_thread_fd readPaolo Bonzini
2010-02-09add qemu_get_clock_nsPaolo Bonzini
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori
2010-02-08vl.c: avoid preprocessor directives in a printf callPaolo Bonzini
2010-02-08do not interpolate % from vl.c to qemu-options.hPaolo Bonzini
2010-02-08Revert "On some systems printf is a macro"malc
2010-02-07On some systems printf is a macromalc
2010-02-05fix undefined shifts by >32Paolo Bonzini
2010-02-03Fix incoming migration with iothreadMarcelo Tosatti
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang
2010-02-03qdev: Fix exit code for -device ?Markus Armbruster
2010-01-27Fix regression in option parsingAnthony Liguori
2010-01-26virtio: Add memory statistics reporting to the balloon driverAdam Litke
2010-01-26virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...Amit Shah
2010-01-26vl.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-24Load global config files by defaultAnthony Liguori
2010-01-24Move out option lookup into a separate functionAnthony Liguori
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-20Make CDROM a read-only driveNaphtali Sprei
2010-01-13vl.c: Remove dead assignmentAmit Shah
2010-01-13move kbd/mouse handling to input.cPaolo Bonzini
2010-01-11Fix CPU topology initializationJiri Denemark
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin
2009-12-23USB: Improve usbdevice error messagesScott Tsai
2009-12-18fix pidfile option to work in WIN32Juha Riihimäki
2009-12-18fix vga names in default_listGerd Hoffmann
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann
2009-12-18Check rom_load_all() return value.Gerd Hoffmann
2009-12-18defaults: update device_list[]Gerd Hoffmann