summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+205
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-111-6/+3
|\
| * Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil2013-01-111-6/+3
* | net: clean up network at qemu process terminationAmos Kong2013-01-071-1/+3
|/
* disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...Michael Tokarev2013-01-021-3/+25
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-8/+8
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-9/+9
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* 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
|\
OpenPOWER on IntegriCloud