summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16qdev/compat: compat property infrastructure.Gerd Hoffmann1-0/+3
2009-07-16honor -S on incoming migrationPaolo Bonzini1-3/+1
2009-07-16Add boot menu control via command line switchJan Kiszka1-1/+15
2009-07-16Add boot-once supportJan Kiszka1-1/+22
2009-07-16Add qemu_unregister_resetJan Kiszka1-2/+15
2009-07-16Rework reset handler managementJan Kiszka1-10/+6
2009-07-16Move boot_set callback backendJan Kiszka1-0/+17
2009-07-16Rework -boot optionJan Kiszka1-31/+50
2009-07-09Disable kqemu by default at run timeAnthony Liguori1-2/+2
2009-07-09Allow setting qemu process name v2Andi Kleen1-1/+28
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata1-226/+0
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf1-3/+1
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster1-3/+30
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