summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Kill slirp_is_initedJan Kiszka2009-06-291-18/+5
* slirp: Rework monitor commands for host forwardingJan Kiszka2009-06-291-1/+1
* slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka2009-06-291-3/+3
* Introduce get_next_param_valueJan Kiszka2009-06-291-4/+13
* Make sure to zero out memory before calling madvise to increase robustnessAnthony Liguori2009-06-241-3/+3
* Win32: Fix compilation with SDL.Stefan Weil2009-06-221-2/+2
* Support addr=... in option argument of -drive if=virtioMarkus Armbruster2009-06-221-1/+13
* Instead of writing a zero page, madvise it awayAnthony Liguori2009-06-221-0/+6
* Make nic option rom loading less painful.Glauber Costa2009-06-221-35/+4
* add non-arbitrary migration stop conditionGlauber Costa2009-06-161-2/+17
* Remove dead codeAmit Shah2009-06-161-6/+0
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-131-0/+4
* Fix SDL include path.Stefan Weil2009-06-131-1/+1
* Merge branch 'net-queue'Anthony Liguori2009-06-101-29/+28
|\
| * net: Improve parameter error reportingJan Kiszka2009-06-091-1/+1
| * net: Real fix for check_params usersJan Kiszka2009-06-091-25/+14
| * Revert "Fix output of uninitialized strings"Mark McLoughlin2009-06-091-1/+2
| * slirp: Avoid zombie processes after fork_execJan Kiszka2009-06-091-2/+11
* | Fix "defined but not used" warningLuiz Capitulino2009-06-101-4/+4
* | Use snprintf to avoid OpenBSD warningBlue Swirl2009-06-091-5/+7
* | Fix warningBlue Swirl2009-06-091-1/+1
|/
* Use relative path for biosPaul Brook2009-05-301-5/+143
* kvm: Mark full address range dirty on live migration startJan Kiszka2009-05-281-1/+1
* User Networking: Enable removal of redirectionsAlexander Graf2009-05-271-1/+1
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-1/+0
* Fix output of uninitialized stringsKevin Wolf2009-05-271-2/+1
* kvm: Rework VCPU resetJan Kiszka2009-05-221-2/+0
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+5
* kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-1/+6
* Create qemu-option.hKevin Wolf2009-05-221-37/+1
* augment info migrate with page statusGlauber Costa2009-05-221-1/+20
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-2/+14
* Refactor how display drivers are selectedAnthony Liguori2009-05-211-41/+41
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+1
* Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori2009-05-211-15/+26
* initialize struct sigevent before timer_createJean-Christophe Dubois2009-05-201-0/+5
* Fix NULL alarm_timer pointer at exitJean-Christophe Dubois2009-05-201-2/+2
* Basic qdev infrastructure.Paul Brook2009-05-141-0/+4
* Fix kqemu build failure.Paul Brook2009-05-131-1/+1
* Remove vga_ram_sizePaul Brook2009-05-131-3/+1
* Follow coding conventionsPaul Brook2009-05-101-3/+3
* Drop CONFIG_GDBSTUBJan Kiszka2009-05-081-8/+0
* 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
OpenPOWER on IntegriCloud