Age | Commit message (Expand) | Author |
2016-06-20 | log: Fix qemu_set_log_filename() error handling | Markus Armbruster |
2016-06-20 | log: Fix qemu_set_dfilter_ranges() error reporting | Markus Armbruster |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | vl: Error messages need to go to stderr, fix some | Markus Armbruster |
2016-06-17 | vnc: Wrap vnc initialization code with CONFIG_VNC | Chao Peng |
2016-06-16 | vl: smp_parse: cleanups | Andrew Jones |
2016-06-16 | vl.c: Add '-L help' which lists data dirs. | Richard W.M. Jones |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost |
2016-06-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-06-07 | Makefile: Derive "PKGVERSION" from "git describe" by default | Fam Zheng |
2016-06-01 | net: vl: Move default_net to vl.c | Eduardo Habkost |
2016-05-23 | cpu: Eliminate cpudef_init(), cpudef_setup() | Eduardo Habkost |
2016-05-23 | vl: change runstate only if new state is different from current state | Li Zhijian |
2016-05-20 | vl: Use &error_fatal when parsing monitor options | Eduardo Habkost |
2016-05-20 | vl: Use &error_fatal when parsing VNC options | Eduardo Habkost |
2016-05-20 | machine: add properties to compat_props incrementaly | Igor Mammedov |
2016-05-20 | vl: Simplify global property registration | Eduardo Habkost |
2016-05-20 | vl: Make display_remote a local variable | Eduardo Habkost |
2016-05-20 | vl: Move DisplayType typedef to vl.c | Eduardo Habkost |
2016-05-20 | vl: Make display_type a local variable | Eduardo Habkost |
2016-05-20 | vl: Replace DT_NOGRAPHIC with machine option | Eduardo Habkost |
2016-05-20 | spice: Initialization stubs on qemu-spice.h | Eduardo Habkost |
2016-05-20 | gtk: Initialization stubs | Eduardo Habkost |
2016-05-20 | cocoa: cocoa_display_init() stub | Eduardo Habkost |
2016-05-20 | sdl: Initialization stubs | Eduardo Habkost |
2016-05-20 | curses: curses_display_init() stub | Eduardo Habkost |
2016-05-20 | vnc: Initialization stubs | Eduardo Habkost |
2016-05-20 | vl: Add DT_COCOA DisplayType value | Eduardo Habkost |
2016-05-20 | vl: Replace *_vga_available() functions with class_names field | Eduardo Habkost |
2016-05-20 | vl: Table-based select_vgahw() | Eduardo Habkost |
2016-05-20 | vl: Use exit(1) when requested VGA interface is unavailable | Eduardo Habkost |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-05-19 | include: move CPU-related definitions out of qemu-common.h | Paolo Bonzini |
2016-05-18 | vl: fix comment about when parsing cpu definitions | Wei Jiangang |
2016-04-28 | qom: -object error messages lost location, restore it | Markus Armbruster |
2016-04-07 | Sort the fw_cfg file list | Gerd Hoffmann |
2016-04-05 | vl: Move cpu_synchronize_all_states() into qemu_system_reset() | David Gibson |
2016-03-30 | net/filter-mirror: implement filter-redirector | Zhang Chen |
2016-03-30 | net/filter-mirror:Add filter-mirror | Zhang Chen |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-24 | input-linux: switch over to -object | Gerd Hoffmann |
2016-03-22 | qemu-log: new option -dfilter to limit output | Alex Bennée |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-16 | module: Rename machine_init() to opts_init() | Eduardo Habkost |
2016-03-08 | input: linux evdev support | Gerd Hoffmann |
2016-03-01 | vl: fix tracing initialization | Denis V. Lunev |
2016-02-19 | vl: Clean up machine selection in main(). | Markus Armbruster |
2016-02-19 | vl: Set error location when parsing memory options | Eduardo Habkost |
2016-02-19 | vl: Reset location after handling command-line arguments | Eduardo Habkost |