aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: manage CPUs as threads (Jan Kiszka)aliguori2008-11-181-0/+1
* Fix warnings caused by timer_t, it is 32 bits on Sparc64blueswir12008-11-161-3/+3
* Fix no_frame unused warning when SDL is disabledblueswir12008-11-161-0/+2
* Split savevm code into savevm.caliguori2008-11-111-1156/+0
* Reintroduce migrate-to-exec: support (Charles Duffy)aliguori2008-11-111-0/+64
* Revert commits 5685 to 5688 committed by mistakeaurel322008-11-111-1/+1
* qemu: generate signals on tap I/Oaurel322008-11-111-1/+1
* Add the -bt switch for setting up bluetooth stuff.balrog2008-11-091-2/+172
* Fix some build issues for BSD.blueswir12008-11-071-7/+12
* Fix windows build after init_host_timer changes.aliguori2008-11-051-30/+41
* Run timers from host alarm timer callbackaliguori2008-11-051-10/+9
* Use qemu_set_fd_handler2() to determine when alarm timer fires.aliguori2008-11-051-13/+22
* Improve error reporting in init_timer_alarmaliguori2008-11-051-16/+42
* Fix alarm_timer race with select - v3 (Jan Kiszka)aliguori2008-11-051-2/+26
* Add KVM support to QEMUaliguori2008-11-051-0/+34
* Remove dumb_refreshaliguori2008-10-311-9/+2
* Move network redirection code out of vl.c and into net.caliguori2008-10-311-1462/+10
* Move CharDriverState code out of vl.caliguori2008-10-311-2113/+1
* Move some declarations around in the QEMU CharDriver codealiguori2008-10-311-17/+8
* Increase default IO timeout from 10ms to 5saliguori2008-10-311-2/+2
* Main loop fixes/cleanupaliguori2008-10-311-17/+47
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-33/+65
* Make DMA bottom-half driven (v2)aliguori2008-10-311-2/+0
* Make bottom halves more robustaliguori2008-10-311-23/+37
* Set default max_cpus to one.balrog2008-10-281-0/+1
* Suppress a GCC warning about unused functionblueswir12008-10-251-0/+2
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-2/+2
* Live migration for Win32 (Hervé Poussineau)aliguori2008-10-241-12/+12
* Fix windows build after migration changesaliguori2008-10-241-3/+2
* Expand cache= option and use write-through caching by defaultaliguori2008-10-141-6/+12
* FreeBSD also has clock_gettimeaurel322008-10-131-2/+2
* Introduce ethernet announcement function.aliguori2008-10-131-0/+39
* Introduce UI for live migrationaliguori2008-10-131-1/+14
* Fix some issues with QEMUFilealiguori2008-10-131-43/+79
* Get rid of sys/poll.haurel322008-10-121-1/+0
* Fix IO performance regression in sparcaliguori2008-10-081-0/+13
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-8/+8
* Switch the memory savevm handler to be "live"aliguori2008-10-061-141/+152
* Introduce v3 of savevm protocolaliguori2008-10-061-45/+233
* Variable autostart is not used outside main()blueswir12008-10-051-2/+3
* Make network packet debug functions more accessibleblueswir12008-10-041-4/+7
* Add some missing static qualifiersblueswir12008-10-041-1/+1
* Make CPULogItem tables constblueswir12008-10-021-1/+1
* Make some variables staticblueswir12008-10-011-14/+14
* Fix warning about incompatible typesblueswir12008-10-011-4/+2
* Remove unused variableblueswir12008-10-011-1/+0
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Silence some warnings about uninitialized variablesblueswir12008-09-301-1/+3
* Few compile time warnings removed (Stefano Stabellini)blueswir12008-09-301-3/+4
* Refactor QEMUFile for live migrationaliguori2008-09-291-55/+203