aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-18gdbstub: manage CPUs as threads (Jan Kiszka)aliguori1-0/+1
2008-11-16Fix warnings caused by timer_t, it is 32 bits on Sparc64blueswir11-3/+3
2008-11-16Fix no_frame unused warning when SDL is disabledblueswir11-0/+2
2008-11-11Split savevm code into savevm.caliguori1-1156/+0
2008-11-11Reintroduce migrate-to-exec: support (Charles Duffy)aliguori1-0/+64
2008-11-11Revert commits 5685 to 5688 committed by mistakeaurel321-1/+1
2008-11-11qemu: generate signals on tap I/Oaurel321-1/+1
2008-11-09Add the -bt switch for setting up bluetooth stuff.balrog1-2/+172
2008-11-07Fix some build issues for BSD.blueswir11-7/+12
2008-11-05Fix windows build after init_host_timer changes.aliguori1-30/+41
2008-11-05Run timers from host alarm timer callbackaliguori1-10/+9
2008-11-05Use qemu_set_fd_handler2() to determine when alarm timer fires.aliguori1-13/+22
2008-11-05Improve error reporting in init_timer_alarmaliguori1-16/+42
2008-11-05Fix alarm_timer race with select - v3 (Jan Kiszka)aliguori1-2/+26
2008-11-05Add KVM support to QEMUaliguori1-0/+34
2008-10-31Remove dumb_refreshaliguori1-9/+2
2008-10-31Move network redirection code out of vl.c and into net.caliguori1-1462/+10
2008-10-31Move CharDriverState code out of vl.caliguori1-2113/+1
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori1-17/+8
2008-10-31Increase default IO timeout from 10ms to 5saliguori1-2/+2
2008-10-31Main loop fixes/cleanupaliguori1-17/+47
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-33/+65
2008-10-31Make DMA bottom-half driven (v2)aliguori1-2/+0
2008-10-31Make bottom halves more robustaliguori1-23/+37
2008-10-28Set default max_cpus to one.balrog1-0/+1
2008-10-25Suppress a GCC warning about unused functionblueswir11-0/+2
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-2/+2
2008-10-24Live migration for Win32 (Hervé Poussineau)aliguori1-12/+12
2008-10-24Fix windows build after migration changesaliguori1-3/+2
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-6/+12
2008-10-13FreeBSD also has clock_gettimeaurel321-2/+2
2008-10-13Introduce ethernet announcement function.aliguori1-0/+39
2008-10-13Introduce UI for live migrationaliguori1-1/+14
2008-10-13Fix some issues with QEMUFilealiguori1-43/+79
2008-10-12Get rid of sys/poll.haurel321-1/+0
2008-10-08Fix IO performance regression in sparcaliguori1-0/+13
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-8/+8
2008-10-06Switch the memory savevm handler to be "live"aliguori1-141/+152
2008-10-06Introduce v3 of savevm protocolaliguori1-45/+233
2008-10-05Variable autostart is not used outside main()blueswir11-2/+3
2008-10-04Make network packet debug functions more accessibleblueswir11-4/+7
2008-10-04Add some missing static qualifiersblueswir11-1/+1
2008-10-02Make CPULogItem tables constblueswir11-1/+1
2008-10-01Make some variables staticblueswir11-14/+14
2008-10-01Fix warning about incompatible typesblueswir11-4/+2
2008-10-01Remove unused variableblueswir11-1/+0
2008-09-30Add some missing static qualifiersblueswir11-2/+2
2008-09-30Silence some warnings about uninitialized variablesblueswir11-1/+3
2008-09-30Few compile time warnings removed (Stefano Stabellini)blueswir11-3/+4
2008-09-29Refactor QEMUFile for live migrationaliguori1-55/+203