aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-07-22hw/arm/fsl-imx6ul.c: Remove dead SMP-related codePeter Maydell
2019-07-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190719' into stagingPeter Maydell
2019-07-18hw/riscv: Load OpenSBI as the default firmwareAlistair Francis
2019-07-18s390x/pci: add some fallthrough annotationsCornelia Huck
2019-07-16hw/block/pflash_cfi01: Start state machine as READY to accept commandsPhilippe Mathieu-Daudé
2019-07-16hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commandsPhilippe Mathieu-Daudé
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-15Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objsPaolo Bonzini
2019-07-15hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCIPhilippe Mathieu-Daudé
2019-07-15hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCIPhilippe Mathieu-Daudé
2019-07-15hw/lm32/Kconfig: Milkymist One provides a USB 1.1 ControllerPhilippe Mathieu-Daudé
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell
2019-07-15hw/arm/virt: Fix non-secure flash modeDavid Engraf
2019-07-15hw/display/xlnx_dp: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé
2019-07-15hw/ssi/mss-spi: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]Philippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memoryPhilippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrsPhilippe Mathieu-Daudé
2019-07-15hw/i386: turn off vmport if CONFIG_VMPORT is disabledJulio Montes
2019-07-15scsi: explicitly list guest-recoverable sense codesPaolo Bonzini
2019-07-15scsi-disk: pass sense correctly for guest-recoverable errorsShinichiro Kawasaki
2019-07-12virtio pmem: remove transitional namesPankaj Gupta
2019-07-12virtio pmem: remove memdev null checkPankaj Gupta
2019-07-12virtio pmem: fix wrong mem region conditionPankaj Gupta
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin
2019-07-12xics/kvm: Always set the MASKED bit if interrupt is maskedGreg Kurz
2019-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190709...Peter Maydell
2019-07-09Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"Philippe Mathieu-Daudé
2019-07-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190709' into stagingPeter Maydell
2019-07-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-07-08-1...Peter Maydell
2019-07-08hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is builtPhilippe Mathieu-Daudé
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi
2019-07-08hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULLPeter Maydell
2019-07-08vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang
2019-07-05hw/i386: Fix linker error when ISAPC is disabledJulio Montes
2019-07-05ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang
2019-07-05intel_iommu: Fix unexpected unmaps during global unmapPeter Xu
2019-07-05intel_iommu: Fix incorrect "end" for vtd_address_space_unmapYan Zhao
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov
2019-07-05numa: allow memory-less nodes when using memdev as backendIgor Mammedov
2019-07-05numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost
2019-07-05vl.c: Add -smp, dies=* command line support and update docLike Xu
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu
2019-07-05deprecate -mem-path fallback to anonymous RAMIgor Mammedov