summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-09vl.c: move pidfile creation up the lineMichael Tokarev1-5/+5
2016-11-02vl: exit qemu on guest panic if -no-shutdown is not setChristian Borntraeger1-0/+5
2016-10-31Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell1-0/+11
2016-10-30COLO: Add a new RunState RUN_STATE_COLOzhanghailiang1-0/+8
2016-10-30COLO: migrate COLO related info to secondary nodezhanghailiang1-0/+3
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28monitor: deprecate 'default' optionMarc-André Lureau1-8/+3
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf1-0/+1
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+10
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-1/+0
2016-10-24char: remove init callbackMarc-André Lureau1-6/+6
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell1-5/+4
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich1-5/+0
2016-10-17machine: Fix replacement of '_' by '-' in machine property namesMarkus Armbruster1-5/+4
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