summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2008-11-09Add the -bt switch for setting up bluetooth stuff.balrog
2008-11-07Fix some build issues for BSD.blueswir1
2008-11-05Fix windows build after init_host_timer changes.aliguori
2008-11-05Run timers from host alarm timer callbackaliguori
2008-11-05Use qemu_set_fd_handler2() to determine when alarm timer fires.aliguori
2008-11-05Improve error reporting in init_timer_alarmaliguori
2008-11-05Fix alarm_timer race with select - v3 (Jan Kiszka)aliguori
2008-11-05Add KVM support to QEMUaliguori
2008-10-31Remove dumb_refreshaliguori
2008-10-31Move network redirection code out of vl.c and into net.caliguori
2008-10-31Move CharDriverState code out of vl.caliguori
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori
2008-10-31Increase default IO timeout from 10ms to 5saliguori
2008-10-31Main loop fixes/cleanupaliguori
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori
2008-10-31Make DMA bottom-half driven (v2)aliguori
2008-10-31Make bottom halves more robustaliguori
2008-10-28Set default max_cpus to one.balrog
2008-10-25Suppress a GCC warning about unused functionblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-10-24Live migration for Win32 (Hervé Poussineau)aliguori
2008-10-24Fix windows build after migration changesaliguori
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-10-13FreeBSD also has clock_gettimeaurel32
2008-10-13Introduce ethernet announcement function.aliguori
2008-10-13Introduce UI for live migrationaliguori
2008-10-13Fix some issues with QEMUFilealiguori
2008-10-12Get rid of sys/poll.haurel32
2008-10-08Fix IO performance regression in sparcaliguori
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori
2008-10-06Switch the memory savevm handler to be "live"aliguori
2008-10-06Introduce v3 of savevm protocolaliguori
2008-10-05Variable autostart is not used outside main()blueswir1
2008-10-04Make network packet debug functions more accessibleblueswir1
2008-10-04Add some missing static qualifiersblueswir1
2008-10-02Make CPULogItem tables constblueswir1
2008-10-01Make some variables staticblueswir1
2008-10-01Fix warning about incompatible typesblueswir1
2008-10-01Remove unused variableblueswir1
2008-09-30Add some missing static qualifiersblueswir1
2008-09-30Silence some warnings about uninitialized variablesblueswir1
2008-09-30Few compile time warnings removed (Stefano Stabellini)blueswir1
2008-09-29Refactor QEMUFile for live migrationaliguori
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir1
2008-09-28Optional "precise" VGA retrace supportmalc
2008-09-28Change the way video graphics adapter is selectedmalc
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-22Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir1
2008-09-20Add signed versions of save/load functionsblueswir1