aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-17kvm: Sync CPU state on reset (Jan Kiszka)aliguori1-0/+2
2009-04-11Implement dynamic guest ram allocation.pbrook1-33/+23
2009-04-11Remove code phys_ram_base uses.pbrook1-9/+10
2009-04-07Add --with-pkgversion.pbrook1-1/+1
2009-04-07Implement --version.pbrook1-2/+11
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+4
2009-04-05stop dirty tracking just at the end of migration (Glauber Costa)aliguori1-1/+1
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori1-17/+8
2009-04-05Fix some win32 compile warningsblueswir11-5/+12
2009-03-28Remove nodisk_ok machine feature (Jan Kiszka)aliguori1-4/+0
2009-03-28Fix warning in vl.cblueswir11-0/+1
2009-03-28Syncing documentation vs. -help vs. qemu_options tableblueswir11-399/+33
2009-03-20Implement cancellation method for dma async I/O (Avi Kivity)aliguori1-0/+1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+14
2009-03-10Clean build: Add bt-host.haurel321-0/+1
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-0/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-2/+2
2009-03-07target-ppc: move the CD-ROM drive to the second IDEaurel321-4/+0
2009-03-07Use a dedicated function to request exit from execution loopaurel321-7/+7
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-3/+5
2009-03-07Fix BSD breakage from r6736blueswir11-0/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-29/+29
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-22/+25
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori1-4/+15
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-52/+21
2009-03-05monitor: Use reasonable default virtual console size (Jan Kiszka)aliguori1-1/+1
2009-03-05char: Fix initial reset (Jan Kiszka)aliguori1-0/+1
2009-02-28Change default werror semantics from "report" to "enospc"aliguori1-2/+2
2009-02-27Remove some warnings and fix windows build.aliguori1-2/+2
2009-02-27chroot and change user support (Nolan)aliguori1-5/+58
2009-02-27Unify default parallel console size (Jan Kiszka)aliguori1-1/+1
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori1-0/+10
2009-02-27Do not enable a default virtio consolealiguori1-4/+1
2009-02-15Unbreak SDL on Mac OS Xmalc1-0/+7
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori1-0/+3
2009-02-11qemu: zero ioport_opaque on isa_unassign_ioport (Marcelo Tosatti)aliguori1-0/+2
2009-02-11qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori1-7/+7
2009-02-11qemu: move drives_opt for external use (Marcelo Tosatti)aliguori1-6/+2
2009-02-11qemu: drive removal support (Marcelo Tosatti)aliguori1-0/+21
2009-02-11qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti)aliguori1-11/+43
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-16/+0
2009-01-24Synch code, help and docsblueswir11-136/+168
2009-01-24target-ppc: change the default RAM size to 128MB like other targetsaurel321-4/+0
2009-01-22Stop VM on error in virtio-blk. (Gleb Natapov)aliguori1-1/+1
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori1-2/+2
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori1-25/+4