summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2018-02-092-8/+25
* target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2018-02-092-3/+67
* block: Move NVMe constants to a separate headerFam Zheng2018-02-081-697/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-0726-74/+152
|\
| * memfd: add error argument, instead of perror()Marc-André Lureau2018-02-071-1/+7
| * ivshmem: Disable irqfd on device resetLadi Prosek2018-02-071-0/+4
| * ivshmem: Improve MSI irqfd error handlingLadi Prosek2018-02-071-13/+24
| * ivshmem: Always remove irqfd notifiersLadi Prosek2018-02-071-3/+23
| * ivshmem: Don't update non-existent MSI routesLadi Prosek2018-02-071-2/+10
| * memory: do explicit cleanup when remove listenersPeter Xu2018-02-071-4/+0Star
| * vfio: listener unregister before unset containerPeter Xu2018-02-071-4/+12
| * vhost: add traces for memory listenersPeter Xu2018-02-072-0/+13
| * exynos4210: workaround UBSAN compilation errorMarc-André Lureau2018-02-051-1/+1
| * i2c: Add a CONFIG_I2C master switch to the configuration filesThomas Huth2018-02-052-2/+2
| * scsi-generic: Simplify error handling codeFam Zheng2018-02-051-6/+3Star
| * qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-0517-38/+29Star
| * qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé2018-02-051-0/+24
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell2018-02-0737-171/+163Star
|\ \
| * | hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-062-6/+8
| * | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-064-25/+21Star
| * | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis2018-02-061-3/+4
| * | hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-067-31/+28Star
| * | hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-062-5/+5
| * | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+2
| * | hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-7/+6Star
| * | hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-065-33/+27Star
| * | hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-062-8/+6Star
| * | hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-18/+18
| * | hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-0611-33/+38
* | | vfio/pci: Add option to disable GeForce quirksAlex Williamson2018-02-063-3/+9
* | | vfio/common: Remove redundant copy of local variableAlexey Kardashevskiy2018-02-061-1/+0Star
* | | hw/vfio/platform: Init the interrupt mutexEric Auger2018-02-061-0/+2
* | | vfio/pci: Allow relocating MSI-X MMIOAlex Williamson2018-02-063-1/+101
* | | qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson2018-02-061-0/+11
* | | vfio/pci: Emulate BARsAlex Williamson2018-02-061-0/+2
* | | vfio/pci: Add base BAR MemoryRegionAlex Williamson2018-02-062-25/+72
* | | vfio/pci: Fixup VFIOMSIXInfo commentAlex Williamson2018-02-061-1/+1
* | | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2018-02-061-0/+18
* | | vfio/spapr: Use iommu memory region's get_attr()Alexey Kardashevskiy2018-02-062-0/+28
|/ /
* | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into stagingPeter Maydell2018-02-061-9/+8Star
|\ \
| * | hw/hppa: Use qemu_log_mask instead of fprintf to stderrRichard Henderson2018-02-041-9/+8Star
| |/
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1...Peter Maydell2018-02-054-29/+47
|\ \ | |/ |/|
| * tpm: tis: move one-line function into callerStefan Berger2018-02-031-6/+1Star
| * tpm: wrap stX_be_p in tpm_cmd_set_XYZ functionsStefan Berger2018-02-032-3/+18
| * tpm: Split off tpm_crb_reset functionStefan Berger2018-02-031-20/+28
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' ...Peter Maydell2018-02-022-1/+12
|\ \
| * | virtio-gpu: disallow vIOMMUPeter Xu2018-02-022-1/+12
| |/
* | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2018-02-027-17/+95
|\ \
| * | tests: virtio-9p: add FLUSH operation testGreg Kurz2018-02-023-0/+28
| * | tests: virtio-9p: add WRITE operation testGreg Kurz2018-02-012-0/+12