aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-18consolidate definition for tap script and smb supportaurel32
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2008-12-15kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori
2008-12-10Introduce and use cache-utils.[ch]malc
2008-12-07Fix some new warnings introduced after r5022blueswir1
2008-12-04Use writeback caching by default with qcow2aliguori
2008-12-04Add ballooning infrastructure.aliguori
2008-12-04Add virtio-blk supportaliguori
2008-11-25Revert r5636 to fix icount on hosts w/o high-res clocksaliguori
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