aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini2-2/+7
2019-12-17i386: conditionally compile more filesPaolo Bonzini2-4/+8
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau4-2/+11
2019-12-17configure: set $PYTHON to a full pathPaolo Bonzini1-1/+1
2019-12-17stubs: replace stubs with lnot if applicablePaolo Bonzini3-5/+3
2019-12-17crypto: move common bits for all emulators to libqemuutilPaolo Bonzini4-13/+7
2019-12-17libvixl: remove per-target compiler flagsPaolo Bonzini2-11/+3
2019-12-17tests: skip block layer tests if !CONFIG_TOOLSMarc-André Lureau1-1/+3
2019-12-17os-posix: simplify os_find_datadirMarc-André Lureau1-28/+13
2019-12-17vhost-user-scsi: fix printf format warningMarc-André Lureau1-1/+1
2019-12-17monitor: fix maybe-uninitializedMarc-André Lureau1-1/+2
2019-12-17migration: fix maybe-uninitialized warningMarc-André Lureau1-9/+11
2019-12-17build-sys: do not include Windows SLIRP dependencies in $LIBSPaolo Bonzini1-1/+4
2019-12-17build-sys: build vhost-user-gpu only if CONFIG_TOOLSMarc-André Lureau1-5/+1
2019-12-17object: Improve documentation of interfacesGreg Kurz1-2/+8
2019-12-17Makefile: remove unused variablesPaolo Bonzini1-4/+0
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini5-73/+62
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini9-30/+39
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini6-45/+51
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini6-34/+28
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini5-11/+53
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini3-31/+55
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini3-4/+6
2019-12-17qom: add object_new_with_classPaolo Bonzini6-11/+25
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini3-9/+25
2019-12-17vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini1-1/+6
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini14-97/+85
2019-12-17vl: introduce object_parse_property_optPaolo Bonzini1-15/+20
2019-12-17accel: compile accel/accel.c just oncePaolo Bonzini2-1/+2
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini3-73/+64
2019-12-17vl: extract accelerator option processing to a separate functionPaolo Bonzini1-8/+20
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini2-72/+83
2019-12-17vl: move icount configuration earlierPaolo Bonzini1-7/+11
2019-12-17memory: do not look at current_machine->accelPaolo Bonzini1-4/+1
2019-12-17migration-test: Use a struct for test_migrate_start parametersJuan Quintela1-40/+78
2019-12-17migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela1-19/+21
2019-12-17migration-test: Move -incomming handling to common commandlineJuan Quintela1-15/+8
2019-12-17migration-test: Move -serial handling to common commandlineJuan Quintela1-25/+16
2019-12-17migration-test: Move -name handling to common commandlineJuan Quintela1-13/+9
2019-12-17migration-test: Move shmem handling to common commandlineJuan Quintela1-42/+34
2019-12-17migration-test: Move memory size to common commandlineJuan Quintela1-19/+25
2019-12-17migration-test: Move -machine to common commandlineJuan Quintela1-21/+30
2019-12-17migration-test: Move hide_stderr to common commandlineJuan Quintela1-12/+8
2019-12-17migration-test: Create cmd_soure and cmd_targetJuan Quintela1-19/+25
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert1-15/+29
2019-12-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell43-9345/+26
2019-12-17Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell17-197/+284
2019-12-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...Peter Maydell65-955/+2454
2019-12-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-28/+76
2019-12-17tests: use g_test_rand_intPaolo Bonzini3-7/+7