aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-17acpi: move PC stubs out of stubs/Paolo Bonzini
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini
2019-12-17i386: conditionally compile more filesPaolo Bonzini
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau
2019-12-17configure: set $PYTHON to a full pathPaolo Bonzini
2019-12-17stubs: replace stubs with lnot if applicablePaolo Bonzini
2019-12-17crypto: move common bits for all emulators to libqemuutilPaolo Bonzini
2019-12-17libvixl: remove per-target compiler flagsPaolo Bonzini
2019-12-17tests: skip block layer tests if !CONFIG_TOOLSMarc-André Lureau
2019-12-17os-posix: simplify os_find_datadirMarc-André Lureau
2019-12-17vhost-user-scsi: fix printf format warningMarc-André Lureau
2019-12-17monitor: fix maybe-uninitializedMarc-André Lureau
2019-12-17migration: fix maybe-uninitialized warningMarc-André Lureau
2019-12-17build-sys: do not include Windows SLIRP dependencies in $LIBSPaolo Bonzini
2019-12-17build-sys: build vhost-user-gpu only if CONFIG_TOOLSMarc-André Lureau
2019-12-17object: Improve documentation of interfacesGreg Kurz
2019-12-17Makefile: remove unused variablesPaolo Bonzini
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-12-17vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17vl: introduce object_parse_property_optPaolo Bonzini
2019-12-17accel: compile accel/accel.c just oncePaolo Bonzini
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini
2019-12-17vl: extract accelerator option processing to a separate functionPaolo Bonzini
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini
2019-12-17vl: move icount configuration earlierPaolo Bonzini
2019-12-17memory: do not look at current_machine->accelPaolo Bonzini
2019-12-17migration-test: Use a struct for test_migrate_start parametersJuan Quintela
2019-12-17migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela
2019-12-17migration-test: Move -incomming handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -serial handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -name handling to common commandlineJuan Quintela
2019-12-17migration-test: Move shmem handling to common commandlineJuan Quintela
2019-12-17migration-test: Move memory size to common commandlineJuan Quintela
2019-12-17migration-test: Move -machine to common commandlineJuan Quintela
2019-12-17migration-test: Move hide_stderr to common commandlineJuan Quintela
2019-12-17migration-test: Create cmd_soure and cmd_targetJuan Quintela