aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-17docs: Create bitops.rst as example of kernel-docsPeter Maydell
2019-12-17bitops.h: Silence kernel-doc complaintsPeter Maydell
2019-12-17Makefile: disable Sphinx nitpickingPeter Maydell
2019-12-17docs/conf.py: Enable use of kerneldoc sphinx extensionPeter Maydell
2019-12-17docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini
2019-12-17build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NGPaolo Bonzini
2019-12-17colo: fix return without releasing RCUPaolo Bonzini
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini
2019-12-17qsp: Use WITH_RCU_READ_LOCK_GUARDDr. David Alan Gilbert
2019-12-17hyperv: Use auto rcu_read macrosDr. David Alan Gilbert
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé
2019-12-17hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé
2019-12-17hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé
2019-12-17pc: stubify x86 iommuPaolo Bonzini
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