summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-2/+2
* target-ppc: move the CD-ROM drive to the second IDEaurel322009-03-071-4/+0Star
* Use a dedicated function to request exit from execution loopaurel322009-03-071-7/+7
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-3/+5
* Fix BSD breakage from r6736blueswir12009-03-071-0/+3
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-29/+29
* monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori2009-03-061-1/+1
* monitor: Decouple terminals (Jan Kiszka)aliguori2009-03-061-1/+1
* monitor: Drop banner hiding (Jan Kiszka)aliguori2009-03-061-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-061-22/+25
* monitor: Rework modal password input (Jan Kiszka)aliguori2009-03-061-4/+15
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-061-52/+21Star
* monitor: Use reasonable default virtual console size (Jan Kiszka)aliguori2009-03-061-1/+1
* char: Fix initial reset (Jan Kiszka)aliguori2009-03-051-0/+1
* Change default werror semantics from "report" to "enospc"aliguori2009-02-281-2/+2
* Remove some warnings and fix windows build.aliguori2009-02-271-2/+2
* chroot and change user support (Nolan)aliguori2009-02-271-5/+58
* Unify default parallel console size (Jan Kiszka)aliguori2009-02-271-1/+1
* Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-271-0/+10
* Do not enable a default virtio consolealiguori2009-02-271-4/+1Star
* Unbreak SDL on Mac OS Xmalc2009-02-151-0/+7
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+3
* qemu: zero ioport_opaque on isa_unassign_ioport (Marcelo Tosatti)aliguori2009-02-111-0/+2
* qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori2009-02-111-7/+7
* qemu: move drives_opt for external use (Marcelo Tosatti)aliguori2009-02-111-6/+2Star
* qemu: drive removal support (Marcelo Tosatti)aliguori2009-02-111-0/+21
* qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti)aliguori2009-02-111-11/+43
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-16/+0Star
* Synch code, help and docsblueswir12009-01-241-136/+168
* target-ppc: change the default RAM size to 128MB like other targetsaurel322009-01-241-4/+0Star
* 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/+4Star
* 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/+5Star
* 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/+1Star
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-32/+55
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-24/+16Star
* 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