aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-15add a -vga none cli option (Stefano Stabellini)aliguori
2009-01-15Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori
2009-01-15add virtio-console cmdline option (Christian Ehrhardt)aliguori
2009-01-15add virtio-console support (Christian Ehrhardt)aliguori
2009-01-09More flexible audio card selectionmalc
2009-01-08Enable ac97 by defaultaliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07add "serial" parameter to -drive flag (Gleb Natapov)aliguori
2008-12-24Add support for -prom-env command line optionsblueswir1
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