aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-5/+2
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka1-11/+0
2009-06-29slirp: Kill slirp_is_initedJan Kiszka1-18/+5
2009-06-29slirp: Rework monitor commands for host forwardingJan Kiszka1-1/+1
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka1-3/+3
2009-06-29Introduce get_next_param_valueJan Kiszka1-4/+13
2009-06-24Make sure to zero out memory before calling madvise to increase robustnessAnthony Liguori1-3/+3
2009-06-22Win32: Fix compilation with SDL.Stefan Weil1-2/+2
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster1-1/+13
2009-06-22Instead of writing a zero page, madvise it awayAnthony Liguori1-0/+6
2009-06-22Make nic option rom loading less painful.Glauber Costa1-35/+4
2009-06-16add non-arbitrary migration stop conditionGlauber Costa1-2/+17
2009-06-16Remove dead codeAmit Shah1-6/+0
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost1-0/+4
2009-06-13Fix SDL include path.Stefan Weil1-1/+1
2009-06-10Merge branch 'net-queue'Anthony Liguori1-29/+28
2009-06-10Fix "defined but not used" warningLuiz Capitulino1-4/+4
2009-06-09Use snprintf to avoid OpenBSD warningBlue Swirl1-5/+7
2009-06-09Fix warningBlue Swirl1-1/+1
2009-06-09net: Improve parameter error reportingJan Kiszka1-1/+1
2009-06-09net: Real fix for check_params usersJan Kiszka1-25/+14
2009-06-09Revert "Fix output of uninitialized strings"Mark McLoughlin1-1/+2
2009-06-09slirp: Avoid zombie processes after fork_execJan Kiszka1-2/+11
2009-05-30Use relative path for biosPaul Brook1-5/+143
2009-05-28kvm: Mark full address range dirty on live migration startJan Kiszka1-1/+1
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf1-1/+1
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-1/+0
2009-05-27Fix output of uninitialized stringsKevin Wolf1-2/+1
2009-05-22kvm: Rework VCPU resetJan Kiszka1-2/+0
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+5
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka1-1/+6
2009-05-22Create qemu-option.hKevin Wolf1-37/+1
2009-05-22augment info migrate with page statusGlauber Costa1-1/+20
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-2/+14
2009-05-21Refactor how display drivers are selectedAnthony Liguori1-41/+41
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+1
2009-05-21Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori1-15/+26
2009-05-20initialize struct sigevent before timer_createJean-Christophe Dubois1-0/+5
2009-05-20Fix NULL alarm_timer pointer at exitJean-Christophe Dubois1-2/+2
2009-05-14Basic qdev infrastructure.Paul Brook1-0/+4
2009-05-13Fix kqemu build failure.Paul Brook1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook1-3/+1
2009-05-10Follow coding conventionsPaul Brook1-3/+3
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka1-8/+0
2009-05-01Fix serial option with -driveAnthony Liguori1-1/+1
2009-05-01Build fix for !CONFIG_GDBSTUB caseXiantao Zhang1-0/+2
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+16
2009-05-01net: Fix -net socket parameter checksJan Kiszka1-11/+27
2009-04-29Fix qemu_event_initJan Kiszka1-0/+2
2009-04-25Fix Win32 warningBlue Swirl1-1/+1