summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-177-59/+59
* pci-stub: add more MSI functionsPaolo Bonzini2019-12-171-0/+27
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-1727-26/+37
* fw_cfg: allow building without other devicesPaolo Bonzini2019-12-172-2/+7
* i386: conditionally compile more filesPaolo Bonzini2019-12-172-4/+8
* configure: simplify vhost condition with KconfigMarc-André Lureau2019-12-174-2/+11
* configure: set $PYTHON to a full pathPaolo Bonzini2019-12-171-1/+1
* stubs: replace stubs with lnot if applicablePaolo Bonzini2019-12-173-5/+3Star
* crypto: move common bits for all emulators to libqemuutilPaolo Bonzini2019-12-174-13/+7Star
* libvixl: remove per-target compiler flagsPaolo Bonzini2019-12-172-11/+3Star
* tests: skip block layer tests if !CONFIG_TOOLSMarc-André Lureau2019-12-171-1/+3
* os-posix: simplify os_find_datadirMarc-André Lureau2019-12-171-28/+13Star
* vhost-user-scsi: fix printf format warningMarc-André Lureau2019-12-171-1/+1
* monitor: fix maybe-uninitializedMarc-André Lureau2019-12-171-1/+2
* migration: fix maybe-uninitialized warningMarc-André Lureau2019-12-171-9/+11
* build-sys: do not include Windows SLIRP dependencies in $LIBSPaolo Bonzini2019-12-171-1/+4
* build-sys: build vhost-user-gpu only if CONFIG_TOOLSMarc-André Lureau2019-12-171-5/+1Star
* object: Improve documentation of interfacesGreg Kurz2019-12-171-2/+8
* Makefile: remove unused variablesPaolo Bonzini2019-12-171-4/+0Star
* kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini2019-12-175-73/+62Star
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-179-30/+39
* kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini2019-12-176-45/+51
* xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini2019-12-176-34/+28Star
* tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini2019-12-175-11/+53
* tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini2019-12-173-31/+55
* accel: pass object to accel_init_machinePaolo Bonzini2019-12-173-4/+6
* qom: add object_new_with_classPaolo Bonzini2019-12-176-11/+25
* qom: introduce object_register_sugar_propPaolo Bonzini2019-12-173-9/+25
* vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini2019-12-171-1/+6
* vl: configure accelerators from -accel optionsPaolo Bonzini2019-12-1714-97/+85Star
* vl: introduce object_parse_property_optPaolo Bonzini2019-12-171-15/+20
* accel: compile accel/accel.c just oncePaolo Bonzini2019-12-172-1/+2
* vl: merge -accel processing into configure_acceleratorsPaolo Bonzini2019-12-173-73/+64Star
* vl: extract accelerator option processing to a separate functionPaolo Bonzini2019-12-171-8/+20
* tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini2019-12-172-72/+83
* vl: move icount configuration earlierPaolo Bonzini2019-12-171-7/+11
* memory: do not look at current_machine->accelPaolo Bonzini2019-12-171-4/+1Star
* migration-test: Use a struct for test_migrate_start parametersJuan Quintela2019-12-171-40/+78
* migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela2019-12-171-19/+21
* migration-test: Move -incomming handling to common commandlineJuan Quintela2019-12-171-15/+8Star
* migration-test: Move -serial handling to common commandlineJuan Quintela2019-12-171-25/+16Star
* migration-test: Move -name handling to common commandlineJuan Quintela2019-12-171-13/+9Star
* migration-test: Move shmem handling to common commandlineJuan Quintela2019-12-171-42/+34Star
* migration-test: Move memory size to common commandlineJuan Quintela2019-12-171-19/+25
* migration-test: Move -machine to common commandlineJuan Quintela2019-12-171-21/+30
* migration-test: Move hide_stderr to common commandlineJuan Quintela2019-12-171-12/+8Star
* migration-test: Create cmd_soure and cmd_targetJuan Quintela2019-12-171-19/+25
* kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert2019-12-171-15/+29
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell2019-12-1743-9345/+26Star
|\
| * tests: use g_test_rand_intPaolo Bonzini2019-12-173-7/+7