summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-26vl.c: Fix broken -usb optionPeter Maydell1-8/+4
2012-11-16vl: add -object option to create QOM objects from the command lineAnthony Liguori1-0/+56
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-9/+12
2012-11-02vl: delay thread initialization after daemonizationPaolo Bonzini1-1/+3
2012-11-02vl: unify calls to init_timer_alarmPaolo Bonzini1-5/+0
2012-11-01vl.c: add missing staticBlue Swirl1-9/+12
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori1-14/+35
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori1-11/+6
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+33
2012-11-01console: init displaychangelisteners on registerGerd Hoffmann1-1/+0
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-2/+12
2012-11-01console: add unregister_displaychangelistenerGerd Hoffmann1-8/+23
2012-11-01console: QLIST-ify display change listeners.Gerd Hoffmann1-6/+3
2012-10-31chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka1-5/+5
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini1-7/+119
2012-10-30Emulate qemu-kvms -no-kvm optionJan Kiszka1-0/+4
2012-10-30Issue warning when deprecated -tdf option is usedJan Kiszka1-0/+4
2012-10-30Use global properties to emulate -no-kvm-pit-reinjectionJan Kiszka1-0/+15
2012-10-30Issue warning when deprecated -no-kvm-pit is usedJan Kiszka1-0/+5
2012-10-30Use machine options to emulate -no-kvm-irqchipJan Kiszka1-0/+5
2012-10-30vl: init main loop earlierPaolo Bonzini1-6/+6
2012-10-30main-loop: unify qemu_init_main_loop between QEMU and toolsPaolo Bonzini1-5/+0
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+94
2012-10-29Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno1-6/+24
2012-10-29Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno1-1/+1
2012-10-29Add USB option in machine optionszhlcindy@gmail.com1-6/+24
2012-10-24migration: go to paused state after finishing incoming migration with -SPaolo Bonzini1-1/+1
2012-10-24qemu-config: Add new -add-fd command line optionCorey Bryant1-0/+94
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini1-3/+6
2012-10-23migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini1-10/+6
2012-10-20create struct for machine initialization argumentsEduardo Habkost1-2/+7
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-1/+0
2012-10-06vl.c: default to std if cirrus is not availableAurelien Jarno1-2/+6
2012-10-06vl.c: check for qxl availabilityAurelien Jarno1-1/+11
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno1-3/+4
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-09-25add a boot parameter to set reboot timeoutAmos Kong1-1/+2
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov1-5/+7
2012-09-25Introduce powerdown_notifiersIgor Mammedov1-0/+8
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake1-1/+3
2012-08-27Revert "vl: fix -hdachs/-hda argument order parsing issues"malc1-18/+21
2012-08-27Revert "vga: add some optional CGA compatibility hacks"malc1-23/+0
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc1-4/+0
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie1-0/+4
2012-08-24vga: add some optional CGA compatibility hacksMatthew Ogilvie1-0/+23
2012-08-24vl: fix -hdachs/-hda argument order parsing issuesMatthew Ogilvie1-21/+18
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster1-3/+4
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson1-1/+10
2012-08-16Command line support for seccomp with -sandbox (v8)Eduardo Otubo1-8/+30
2012-08-16Adding seccomp calls to vl.c (v8)Eduardo Otubo1-0/+13