aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-18vga: cleanup mapping of VRAM for non-PCI VGAPaolo Bonzini
2019-12-18hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth
2019-12-18hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth
2019-12-18hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host BridgePhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Extract the IGD passthrough host bridge devicePhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Use definitions instead of magic valuesPhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()Philippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Correct the header descriptionPhilippe Mathieu-Daudé
2019-12-18Fix some comment spelling errors.Cameron Esfahani
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata
2019-12-18WHPX: refactor load librarySunil Muthuswamy
2019-12-18migration: check length directly to make sure the range is alignedWei Yang
2019-12-18memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini
2019-12-17docs: add memory API referencePaolo Bonzini
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini
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