summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich1-5/+0
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+2
2016-10-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+1
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf1-0/+1
2016-10-04qemu_kill_report: Report PID name tooMichal Privoznik1-2/+6
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-1/+0
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk1-0/+1
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-0/+1
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen1-1/+2
2016-09-27colo-compare: introduce colo compare initializationZhang Chen1-1/+2
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-3/+3
2016-09-23util: Add UUID APIFam Zheng1-0/+1
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord1-0/+40
2016-09-19monitor: use qmp_find_command() (using generated qapi code)Marc-André Lureau1-0/+1
2016-09-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-3/+0
2016-09-13vl: remove unnecessary duplicate call to tpm_cleanupPaolo Bonzini1-3/+0
2016-09-13iothread: Stop threads before main() quitsFam Zheng1-0/+2
2016-09-05vl: Delay initialization of memory backendsEduardo Habkost1-0/+13
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-1/+2
2016-08-08audio: clean up before monitor clean upMarc-André Lureau1-0/+1
2016-08-08monitor: fix crash when leaving qemu with spice audioMarc-André Lureau1-0/+1
2016-07-27vl: exit if a bad property value is passed to -globalGreg Kurz1-0/+1
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-13char: do not use atexit cleanup handlerMarc-André Lureau1-0/+2
2016-07-13net: do not use atexit for cleanupPaolo Bonzini1-3/+2
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost1-7/+2
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost1-1/+15
2016-07-04hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum1-0/+5
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-7/+2
2016-06-29vl: smp_parse: fix regressionAndrew Jones1-0/+2
2016-06-29vnc: generalize "VNC server running on ..." messagePaolo Bonzini1-7/+0
2016-06-28trace: move qemu_trace_opts to trace/control.cDenis V. Lunev1-36/+2
2016-06-27qapi: Report support for -device cpu hotplug in query-machinesPeter Krempa1-0/+1
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+1
2016-06-20log: Fix qemu_set_dfilter_ranges() error reportingMarkus Armbruster1-1/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-20vl: Error messages need to go to stderr, fix someMarkus Armbruster1-4/+4
2016-06-17vnc: Wrap vnc initialization code with CONFIG_VNCChao Peng1-0/+2
2016-06-16vl: smp_parse: cleanupsAndrew Jones1-19/+15
2016-06-16vl.c: Add '-L help' which lists data dirs.Richard W.M. Jones1-1/+12
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-8/+3
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-0/+1
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-1/+23
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-7/+0
2016-05-23vl: change runstate only if new state is different from current stateLi Zhijian1-0/+4
2016-05-20vl: Use &error_fatal when parsing monitor optionsEduardo Habkost1-6/+1