Age | Commit message (Expand) | Author |
2015-02-10 | vl.c: fix memory leak spotted by valgrind | Christian Borntraeger |
2015-02-10 | vl: Fix bogus error message for implied mon ID clashing | Markus Armbruster |
2015-01-22 | vnc: switch to QemuOpts, allow multiple servers | Gerd Hoffmann |
2015-01-22 | vnc: remove unused DisplayState parameter, add id instead. | Gerd Hoffmann |
2015-01-15 | vl.c: fix some alignment issues | Marcel Apfelbaum |
2015-01-14 | vl.c: fix regression when reading memory size from config file | Marcel Apfelbaum |
2015-01-09 | vl: Don't silently change topology when all -smp options were set | Eduardo Habkost |
2015-01-09 | vl: fix max_cpus check | Andrew Jones |
2015-01-09 | vl: Avoid unnecessary 'if' nesting | Eduardo Habkost |
2015-01-09 | vl.c: fix regression when reading machine type from config file | Marcel Apfelbaum |
2015-01-08 | hw/usb: simplified usb_enabled | Marcel Apfelbaum |
2015-01-08 | hw/ppc: modified the condition for usb controllers to be created for some ppc... | Marcel Apfelbaum |
2014-12-22 | vl.c: add HMP help to machine | Marcel Apfelbaum |
2014-12-22 | vl.c: simplified machine_set_property | Marcel Apfelbaum |
2014-12-22 | machine: remove qemu_machine_opts global list | Marcel Apfelbaum |
2014-12-22 | bootdevice: add Error **errp argument for validate_bootdevices() | Gonglei |
2014-12-22 | bootdevice: move code about bootorder from vl.c to bootdevice.c | Gonglei |
2014-12-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'... | Peter Maydell |
2014-12-11 | Add the "-semihosting-config" option. | Liviu Ionescu |
2014-12-10 | chardev: Add -qmp-pretty | Max Reitz |
2014-11-26 | -machine vmport=auto: Fix handling of VMWare ioport emulation for xen | Don Slutz |
2014-11-04 | sysbus: Make devices spawnable via -device | Alexander Graf |
2014-11-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-11-03 | vga: add default display to machine class | Gerd Hoffmann |
2014-11-03 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0... | Peter Maydell |
2014-11-02 | smbios: Encode UUID according to SMBIOS specification | Eduardo Habkost |
2014-11-02 | -machine vmport=off: Allow disabling of VMWare ioport emulation | Dr. David Alan Gilbert |
2014-11-02 | well-defined listing order for machine types | Laszlo Ersek |
2014-11-02 | pidfile: stop making pidfile error a special case | Michael Tokarev |
2014-10-31 | vl.c: Fix Coverity complaining for vmstate_dump_file | Gonglei |
2014-10-31 | -machine vmport=off: Allow disabling of VMWare ioport emulation | Dr. David Alan Gilbert |
2014-10-27 | Make qemu_shutdown_requested signal-safe | Jan Kiszka |
2014-10-24 | hmp: Remove "info pcmcia" | Markus Armbruster |
2014-10-15 | bootdevice: move bootdevice related code to new file bootdevice.c | Gonglei |
2014-10-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-10-09 | accel: Pass MachineState object to accel init functions | Eduardo Habkost |
2014-10-04 | accel: Move accel code to accel.c | Eduardo Habkost |
2014-10-04 | vl.c: Small coding style fix | Eduardo Habkost |
2014-10-03 | pc/vl: Add units-per-default-bus property | John Snow |
2014-10-03 | blockdev: Orphaned drive search | John Snow |
2014-09-29 | vl: Adjust the place of calling mlockall to speedup VM's startup | zhanghailiang |
2014-09-23 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos |
2014-09-20 | vl: Print maxmem in hex format for error message | zhanghailiang |
2014-09-18 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-18 | qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals() | Eduardo Habkost |
2014-09-11 | cpu: init vmstate for ticks and clock offset | Pavel Dovgalyuk |
2014-09-10 | vl: use QLIST_FOREACH_SAFE to visit change state handlers | Paolo Bonzini |
2014-09-04 | machine: Clean up -machine handling | Andreas Färber |
2014-09-02 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |