fully split aio_pool from BlockDriver
[qemu] / vl.c
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aliguoriMake sure monitor appears as a vc
2009-01-16 aliguoriFix character devices after DisplayState refactoring
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-15 aliguoriadd a -vga none cli option (Stefano Stabellini)
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-15 aliguoriadd virtio-console cmdline option (Christian Ehrhardt)
2009-01-15 aliguoriadd virtio-console support (Christian Ehrhardt)
2009-01-09 malcMore flexible audio card selection
2009-01-08 aliguoriEnable ac97 by default
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriadd "serial" parameter to -drive flag (Gleb Natapov)
2008-12-24 blueswir1Add support for -prom-env command line options
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32consolidate definition for tap script and smb support
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-15 aliguorikvm: sync vcpu state during initialization (Hollis...
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-12-07 blueswir1Fix some new warnings introduced after r5022
2008-12-04 aliguoriUse writeback caching by default with qcow2
2008-12-04 aliguoriAdd ballooning infrastructure.
2008-12-04 aliguoriAdd virtio-blk support
2008-11-25 aliguoriRevert r5636 to fix icount on hosts w/o high-res clocks
2008-11-18 aliguorigdbstub: manage CPUs as threads (Jan Kiszka)
2008-11-16 blueswir1Fix warnings caused by timer_t, it is 32 bits on Sparc64
2008-11-16 blueswir1Fix no_frame unused warning when SDL is disabled
2008-11-11 aliguoriSplit savevm code into savevm.c
2008-11-11 aliguoriReintroduce migrate-to-exec: support (Charles Duffy)
2008-11-11 aurel32Revert commits 5685 to 5688 committed by mistake
2008-11-11 aurel32qemu: generate signals on tap I/O
2008-11-09 balrogAdd the -bt switch for setting up bluetooth stuff.
2008-11-07 blueswir1Fix some build issues for BSD.
2008-11-05 aliguoriFix windows build after init_host_timer changes.
2008-11-05 aliguoriRun timers from host alarm timer callback
2008-11-05 aliguoriUse qemu_set_fd_handler2() to determine when alarm...
2008-11-05 aliguoriImprove error reporting in init_timer_alarm
2008-11-05 aliguoriFix alarm_timer race with select - v3 (Jan Kiszka)
2008-11-05 aliguoriAdd KVM support to QEMU
2008-10-31 aliguoriRemove dumb_refresh
2008-10-31 aliguoriMove network redirection code out of vl.c and into...
2008-10-31 aliguoriMove CharDriverState code out of vl.c
2008-10-31 aliguoriMove some declarations around in the QEMU CharDriver...
2008-10-31 aliguoriIncrease default IO timeout from 10ms to 5s
2008-10-31 aliguoriMain loop fixes/cleanup
2008-10-31 aliguoriImplement "info chardev" command. (Gerd Hoffmann)
2008-10-31 aliguoriMake DMA bottom-half driven (v2)
2008-10-31 aliguoriMake bottom halves more robust
2008-10-28 balrogSet default max_cpus to one.
2008-10-25 blueswir1Suppress a GCC warning about unused function
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-10-24 aliguoriLive migration for Win32 (Hervé Poussineau)
2008-10-24 aliguoriFix windows build after migration changes
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-10-13 aurel32FreeBSD also has clock_gettime
2008-10-13 aliguoriIntroduce ethernet announcement function.
2008-10-13 aliguoriIntroduce UI for live migration
2008-10-13 aliguoriFix some issues with QEMUFile
2008-10-12 aurel32Get rid of sys/poll.h
2008-10-08 aliguoriFix IO performance regression in sparc
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-06 aliguoriSwitch the memory savevm handler to be "live"
2008-10-06 aliguoriIntroduce v3 of savevm protocol
2008-10-05 blueswir1Variable autostart is not used outside main()
2008-10-04 blueswir1Make network packet debug functions more accessible
2008-10-04 blueswir1Add some missing static qualifiers
2008-10-02 blueswir1Make CPULogItem tables const
2008-10-01 blueswir1Make some variables static
2008-10-01 blueswir1Fix warning about incompatible types
2008-10-01 blueswir1Remove unused variable
2008-09-30 blueswir1Add some missing static qualifiers
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-30 blueswir1Few compile time warnings removed (Stefano Stabellini)
2008-09-29 aliguoriRefactor QEMUFile for live migration
2008-09-28 balrogAdd a "null" bluetooth HCI and a header file for bluetooth.
2008-09-28 blueswir1Add to machine structure a flag to use SCSI drives...
2008-09-28 malcOptional "precise" VGA retrace support
2008-09-28 malcChange the way video graphics adapter is selected
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-22 blueswir1Remove unnecessary call to qemu_aio_init (called from...
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-18 blueswir1Add -uuid command line option (Gleb Natapov)
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-14 blueswir1qemu_next_deadline_dyntick is only used on Linux and...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-14 aliguoriusb: Support for removing device by host addr, improved...
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-09-09 blueswir1Add missing "static"
2008-09-02 thsDelete unused variable.
2008-08-28 aliguoriDo not try to use -net user as a default when slirp...
2008-08-24 blueswir1Enable pty/tty functions for BSDs too (initial patch...
2008-08-22 aurel32Parallel Port Direction Fix
2008-08-21 aliguorimove GUI_REFRESH_INTERVAL define from vl.c to console...
2008-08-21 aliguoriadd DisplayState->idle (Samuel Thibault)
2008-08-21 aliguoriHandle terminating signals (Gerd Hoffmann)
2008-08-21 aliguorihusb: support for USB host device auto connect (Max...
2008-08-21 aliguorihusb: support for USB host device auto disconnect ...
2008-08-21 blueswir1Fix OpenBSD linker warnings
next