summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix serial option with -driveAnthony Liguori2009-05-011-1/+1
* Build fix for !CONFIG_GDBSTUB caseXiantao Zhang2009-05-011-0/+2
* Hardware watchdogRichard W.M. Jones2009-05-011-0/+16
* net: Fix -net socket parameter checksJan Kiszka2009-05-011-11/+27
* Fix qemu_event_initJan Kiszka2009-04-291-0/+2
* Fix Win32 warningBlue Swirl2009-04-251-1/+1
* qemu: introduce iothread (Marcelo Tosatti)aliguori2009-04-241-22/+390
* qemu: handle stop request in main loop (Marcelo Tosatti)aliguori2009-04-241-10/+26
* qemu: refactor tcg cpu execution loop (Marcelo Tosatti)aliguori2009-04-241-24/+29
* qemu: use debug_requested global instead of cpu_exec return (Marcelo Tosatti)aliguori2009-04-241-3/+14
* qemu: introduce lock/unlock_iothread (Marcelo Tosatti)aliguori2009-04-241-0/+5
* qemu: introduce qemu_cpu_kick (Marcelo Tosatti)aliguori2009-04-241-0/+10
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+9
* qemu: refactor main_loop (Marcelo Tosatti)aliguori2009-04-241-129/+151
* qemu: factor out event notification / rearm alarm timer on main_loop_wait (Ma...aliguori2009-04-241-71/+85
* qemu: introduce qemu_init_main_loop (Marcelo Tosatti)aliguori2009-04-241-0/+9
* qemu: create helper for event notification (Marcelo Tosatti)aliguori2009-04-241-22/+21
* xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)aliguori2009-04-221-0/+4
* simplify vga selection (Gerd Hoffmann)aliguori2009-04-221-11/+4
* xen: add block device backend driver. (Gerd Hoffmann)aliguori2009-04-221-1/+5
* xen: groundwork for xen support (Gerd Hoffmann)aliguori2009-04-221-0/+12
* added -numa cmdline parameter parser (Andre Przywara)aliguori2009-04-211-4/+129
* slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori2009-04-211-1/+1
* Allow empty params for check_params (Jan Kiszka)aliguori2009-04-211-1/+1
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-14/+14
* qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori2009-04-171-0/+11
* qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)aliguori2009-04-171-1/+1
* kvm: Sync CPU state on reset (Jan Kiszka)aliguori2009-04-171-0/+2
* Implement dynamic guest ram allocation.pbrook2009-04-111-33/+23
* Remove code phys_ram_base uses.pbrook2009-04-111-9/+10
* Add --with-pkgversion.pbrook2009-04-071-1/+1
* Implement --version.pbrook2009-04-071-2/+11
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+4
* stop dirty tracking just at the end of migration (Glauber Costa)aliguori2009-04-051-1/+1
* gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori2009-04-051-17/+8
* Fix some win32 compile warningsblueswir12009-04-051-5/+12
* Remove nodisk_ok machine feature (Jan Kiszka)aliguori2009-03-281-4/+0
* Fix warning in vl.cblueswir12009-03-281-0/+1
* Syncing documentation vs. -help vs. qemu_options tableblueswir12009-03-281-399/+33
* Implement cancellation method for dma async I/O (Avi Kivity)aliguori2009-03-201-0/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-1/+14
* Clean build: Add bt-host.haurel322009-03-101-0/+1
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-0/+1
* 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/+0
* 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
OpenPOWER on IntegriCloud