aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2008-11-18gdbstub: manage CPUs as threads (Jan Kiszka)aliguori
2008-11-16Fix warnings caused by timer_t, it is 32 bits on Sparc64blueswir1
2008-11-16Fix no_frame unused warning when SDL is disabledblueswir1
2008-11-11Split savevm code into savevm.caliguori
2008-11-11Reintroduce migrate-to-exec: support (Charles Duffy)aliguori
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel32
2008-11-11qemu: generate signals on tap I/Oaurel32
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