aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2017-05-19Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into stagingStefan Hajnoczi
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-19audio: Rename audio_init() to soundhw_init()Eduardo Habkost
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost
2017-05-19ui: egl-headless requires dmabuf supportGerd Hoffmann
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-05-11machine: call machine init from wrapperIgor Mammedov
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-10virtfs: allow a device id to be specified in the -virtfs optionChris Webb
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-05Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into stagingStefan Hajnoczi
2017-05-05Fix the -accel parameter and the documentation for 'hax'Thomas Huth
2017-05-05vl: deprecate the "-hdachs" optionThomas Huth
2017-05-04vl: add todo note about root container cleanupMarc-André Lureau
2017-04-27Issue a deprecation warning if the user specifies the "-hdachs" option.Thomas Huth
2017-04-21xen: use libxendevice model to restrict operationsPaul Durrant
2017-03-14main-loop: remove now unnecessary optimizationPaolo Bonzini
2017-03-09vl/cpus: be smarter with icount and MTTCGAlex Bennée
2017-03-07block: Initial implementation of -blockdevMarkus Armbruster
2017-03-05qmp: Dumb down how we run QMP command registrationMarkus Armbruster
2017-03-03vl: disable default cdrom when using explicitely scsi-hdHervé Poussineau
2017-03-03qapi: flatten GuestPanicInformation unionAnton Nefedov
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2017-02-16vl: log available guest crash informationAnton Nefedov
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-16vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...Dou Liyang
2017-02-16move vm_start to cpus.cClaudio Imbrenda
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27block/iscsi: statically link qemu_iscsi_optsPeter Lieven
2017-01-27replay: save/load initial statePavel Dovgalyuk
2017-01-24migration: Add a new option to enable only-migratableAshijeet Acharya
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost
2017-01-23vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini
2017-01-16hw: move reset handlers from vl.c to hw/corePaolo Bonzini
2017-01-16smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov
2017-01-06record/replay: add network supportPavel Dovgalyuk