summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINTAINERS: Add hw/sd/ssi-sd.c in the SD sectionPhilippe Mathieu-Daudé2019-12-181-0/+1
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-20133-1552/+4248
|\ \
| * | vga: cleanup mapping of VRAM for non-PCI VGAPaolo Bonzini2019-12-184-17/+7Star
| * | hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth2019-12-183-13/+1Star
| * | hw/pci: Remove the "command_serr_enable" propertyThomas Huth2019-12-182-6/+2Star
| * | hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth2019-12-181-9/+0Star
| * | hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth2019-12-183-89/+4Star
| * | hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host BridgePhilippe Mathieu-Daudé2019-12-182-1/+6
| * | hw/pci-host/i440fx: Extract the IGD passthrough host bridge devicePhilippe Mathieu-Daudé2019-12-184-84/+122
| * | hw/pci-host/i440fx: Use definitions instead of magic valuesPhilippe Mathieu-Daudé2019-12-181-7/+7
| * | hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()Philippe Mathieu-Daudé2019-12-181-3/+2Star
| * | hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé2019-12-182-20/+17Star
| * | hw/pci-host/i440fx: Correct the header descriptionPhilippe Mathieu-Daudé2019-12-181-1/+1
| * | Fix some comment spelling errors.Cameron Esfahani2019-12-181-4/+4
| * | target/i386: remove unused pci-assign codesEiichi Tsukata2019-12-182-160/+0Star
| * | WHPX: refactor load librarySunil Muthuswamy2019-12-182-27/+62
| * | migration: check length directly to make sure the range is alignedWei Yang2019-12-181-4/+3Star
| * | memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini2019-12-181-4/+214
| * | docs: add memory API referencePaolo Bonzini2019-12-171-0/+5
| * | memory.h: Silence kernel-doc complaintsPaolo Bonzini2019-12-171-6/+10
| * | docs: Create bitops.rst as example of kernel-docsPeter Maydell2019-12-172-0/+9
| * | bitops.h: Silence kernel-doc complaintsPeter Maydell2019-12-171-20/+32
| * | Makefile: disable Sphinx nitpickingPeter Maydell2019-12-171-1/+1
| * | docs/conf.py: Enable use of kerneldoc sphinx extensionPeter Maydell2019-12-171-1/+6
| * | docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini2019-12-171-9/+19
| * | docs: import Linux kernel-doc script and extensionPaolo Bonzini2019-12-173-0/+2426
| * | build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NGPaolo Bonzini2019-12-173-10/+10
| * | colo: fix return without releasing RCUPaolo Bonzini2019-12-171-16/+17
| * | memory: use RCU_READ_LOCK_GUARDPaolo Bonzini2019-12-171-2/+1Star
| * | qsp: Use WITH_RCU_READ_LOCK_GUARDDr. David Alan Gilbert2019-12-171-12/+10Star
| * | hyperv: Use auto rcu_read macrosDr. David Alan Gilbert2019-12-171-13/+9Star
| * | hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé2019-12-175-114/+131
| * | hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé2019-12-171-8/+4Star
| * | hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé2019-12-171-1/+1
| * | hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini2019-12-172-8/+11
| * | hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé2019-12-171-4/+3Star
| * | hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-174-16/+2Star
| * | pc: stubify x86 iommuPaolo Bonzini2019-12-173-1/+42
| * | acpi: move PC stubs out of stubs/Paolo Bonzini2019-12-173-2/+2
| * | x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-1712-128/+133
| * | hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2019-12-172-14/+11Star
| * | 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