summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-16/+0
* Synch code, help and docsblueswir12009-01-241-136/+168
* target-ppc: change the default RAM size to 128MB like other targetsaurel322009-01-241-4/+0
* Stop VM on error in virtio-blk. (Gleb Natapov)aliguori2009-01-221-1/+1
* Stop VM on error in scsi-disk (Gleb Natapov)aliguori2009-01-221-2/+2
* Rework vm_state_change notifiers (Jan Kiszka)aliguori2009-01-221-25/+4
* Fix build with --disable-sdlaliguori2009-01-221-1/+2
* Fix nographic mode and VNCblueswir12009-01-211-0/+13
* Stop VM on ENOSPC error. (Gleb Natapov)aliguori2009-01-211-2/+35
* Adds null check for DisplayStatus (Stefano Stabellini)aliguori2009-01-211-0/+5
* Remove dumb_display (Stefan Stabellini)aliguori2009-01-191-22/+5
* add an init function parameter to qemu_chr_open()aurel322009-01-181-4/+4
* Make sure monitor appears as a vcaliguori2009-01-161-8/+10
* Fix character devices after DisplayState refactoringaliguori2009-01-161-19/+45
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-62/+82
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+1
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-32/+55
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-24/+16
* add a -vga none cli option (Stefano Stabellini)aliguori2009-01-151-1/+9
* Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori2009-01-151-0/+7
* add virtio-console cmdline option (Christian Ehrhardt)aliguori2009-01-151-0/+10
* add virtio-console support (Christian Ehrhardt)aliguori2009-01-151-0/+26
* More flexible audio card selectionmalc2009-01-091-0/+8
* Enable ac97 by defaultaliguori2009-01-081-2/+0
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-7/+7
* add "serial" parameter to -drive flag (Gleb Natapov)aliguori2009-01-071-2/+18
* Add support for -prom-env command line optionsblueswir12008-12-241-3/+3
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-1/+1
* consolidate definition for tap script and smb supportaurel322008-12-181-8/+0
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-0/+7
* kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori2008-12-151-0/+11
* Introduce and use cache-utils.[ch]malc2008-12-101-1/+4
* Fix some new warnings introduced after r5022blueswir12008-12-071-2/+2
* Use writeback caching by default with qcow2aliguori2008-12-041-1/+3
* Add ballooning infrastructure.aliguori2008-12-041-0/+26
* Add virtio-blk supportaliguori2008-12-041-1/+5
* Revert r5636 to fix icount on hosts w/o high-res clocksaliguori2008-11-251-9/+9
* 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
OpenPOWER on IntegriCloud