summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* use qemu_opts_create_nofailDong Xu Wang2012-12-111-7/+5
* block: simplify default_driveChristian Borntraeger2012-12-111-14/+6
* Support default block interfaces per QEMUMachineChristian Borntraeger2012-12-111-9/+12
* vl.c: Fix broken -usb optionPeter Maydell2012-11-261-8/+4
* vl: add -object option to create QOM objects from the command lineAnthony Liguori2012-11-161-0/+56
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-9/+12
|\
| * vl.c: add missing staticBlue Swirl2012-11-011-9/+12
* | vl: delay thread initialization after daemonizationPaolo Bonzini2012-11-021-1/+3
* | vl: unify calls to init_timer_alarmPaolo Bonzini2012-11-021-5/+0
* | Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori2012-11-011-14/+35
|\ \
| * | console: init displaychangelisteners on registerGerd Hoffmann2012-11-011-1/+0
| * | console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-2/+12
| * | console: add unregister_displaychangelistenerGerd Hoffmann2012-11-011-8/+23
| * | console: QLIST-ify display change listeners.Gerd Hoffmann2012-11-011-6/+3
| |/
* | Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori2012-11-011-11/+6
|\ \
| * \ Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini2012-10-311-7/+119
| |\ \
| * | | vl: init main loop earlierPaolo Bonzini2012-10-301-6/+6
| * | | main-loop: unify qemu_init_main_loop between QEMU and toolsPaolo Bonzini2012-10-301-5/+0
* | | | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-011-0/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Emulate qemu-kvms -no-kvm optionJan Kiszka2012-10-301-0/+4
| * | | Issue warning when deprecated -tdf option is usedJan Kiszka2012-10-301-0/+4
| * | | Use global properties to emulate -no-kvm-pit-reinjectionJan Kiszka2012-10-301-0/+15
| * | | Issue warning when deprecated -no-kvm-pit is usedJan Kiszka2012-10-301-0/+5
| * | | Use machine options to emulate -no-kvm-irqchipJan Kiszka2012-10-301-0/+5
| | |/ | |/|
* | | chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka2012-10-311-5/+5
|/ /
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-10-291-0/+94
|\ \
| * | qemu-config: Add new -add-fd command line optionCorey Bryant2012-10-241-0/+94
* | | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-291-6/+24
|\ \ \
| * | | Add USB option in machine optionszhlcindy@gmail.com2012-10-291-6/+24
| | |/ | |/|
* | | Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno2012-10-291-1/+1
|\ \ \ | |/ / |/| |
| * | migration: go to paused state after finishing incoming migration with -SPaolo Bonzini2012-10-241-1/+1
| |/
* | vnc: add error propagation to vnc_display_openPaolo Bonzini2012-10-231-3/+6
* | migration (incoming): add error propagation to fd and exec protocolsPaolo Bonzini2012-10-231-10/+6
|/
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-2/+7
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | vl.c: default to std if cirrus is not availableAurelien Jarno2012-10-061-2/+6
* | vl.c: check for qxl availabilityAurelien Jarno2012-10-061-1/+11
* | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-061-3/+4
|/
* add a boot parameter to set reboot timeoutAmos Kong2012-09-251-1/+2
* Cleanup unused global var qemu_system_powerdownIgor Mammedov2012-09-251-5/+7
* Introduce powerdown_notifiersIgor Mammedov2012-09-251-0/+8
* curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-09-231-1/+3
* Revert "vl: fix -hdachs/-hda argument order parsing issues"malc2012-08-271-18/+21
* Revert "vga: add some optional CGA compatibility hacks"malc2012-08-271-23/+0
* Revert "i8259: add -no-spurious-interrupt-hack option"malc2012-08-271-4/+0
* i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie2012-08-241-0/+4
OpenPOWER on IntegriCloud