aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini1-6/+10
2019-12-17docs: Create bitops.rst as example of kernel-docsPeter Maydell2-0/+9
2019-12-17bitops.h: Silence kernel-doc complaintsPeter Maydell1-20/+32
2019-12-17Makefile: disable Sphinx nitpickingPeter Maydell1-1/+1
2019-12-17docs/conf.py: Enable use of kerneldoc sphinx extensionPeter Maydell1-1/+6
2019-12-17docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini1-9/+19
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini3-0/+2426
2019-12-17build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NGPaolo Bonzini3-10/+10
2019-12-17colo: fix return without releasing RCUPaolo Bonzini1-16/+17
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini1-2/+1
2019-12-17qsp: Use WITH_RCU_READ_LOCK_GUARDDr. David Alan Gilbert1-12/+10
2019-12-17hyperv: Use auto rcu_read macrosDr. David Alan Gilbert1-13/+9
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé5-114/+131
2019-12-17hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé1-8/+4
2019-12-17hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini2-8/+11
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé1-4/+3
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé4-16/+2
2019-12-17pc: stubify x86 iommuPaolo Bonzini3-1/+42
2019-12-17acpi: move PC stubs out of stubs/Paolo Bonzini3-2/+2
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini12-128/+133
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2-14/+11
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini7-59/+59
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini1-0/+27
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini27-26/+37
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