aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell37-171/+163
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson3-3/+9
2018-02-06vfio/common: Remove redundant copy of local variableAlexey Kardashevskiy1-1/+0
2018-02-06hw/vfio/platform: Init the interrupt mutexEric Auger1-0/+2
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson3-1/+101
2018-02-06qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson1-0/+11
2018-02-06vfio/pci: Emulate BARsAlex Williamson1-0/+2
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson2-25/+72
2018-02-06vfio/pci: Fixup VFIOMSIXInfo commentAlex Williamson1-1/+1
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy1-0/+18
2018-02-06vfio/spapr: Use iommu memory region's get_attr()Alexey Kardashevskiy2-0/+28
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-6/+8
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis4-25/+21
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis1-3/+4
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis7-31/+28
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-5/+5
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2018-02-06hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-7/+6
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis5-33/+27
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-8/+6
2018-02-06hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-18/+18
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis11-33/+38
2018-02-06Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into stagingPeter Maydell1-9/+8
2018-02-05Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1...Peter Maydell4-29/+47
2018-02-04hw/hppa: Use qemu_log_mask instead of fprintf to stderrRichard Henderson1-9/+8
2018-02-03tpm: tis: move one-line function into callerStefan Berger1-6/+1
2018-02-03tpm: wrap stX_be_p in tpm_cmd_set_XYZ functionsStefan Berger2-3/+18
2018-02-03tpm: Split off tpm_crb_reset functionStefan Berger1-20/+28
2018-02-02Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' ...Peter Maydell2-1/+12
2018-02-02Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell7-17/+95
2018-02-02Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180202-pull-request...Peter Maydell6-43/+52
2018-02-02Merge remote-tracking branch 'remotes/cminyard/tags/for-release-20180201' int...Peter Maydell3-17/+58
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz3-0/+28
2018-02-02virtio-gpu: disallow vIOMMUPeter Xu2-1/+12
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle1-36/+43
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé5-7/+9
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz2-0/+12
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz2-0/+6
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz2-0/+20
2018-02-019pfs: Correctly handle cancelled requestsKeno Fischer2-0/+19
2018-02-019pfs: drop v9fs_register_transport()Greg Kurz4-17/+10
2018-01-31hw/hppa: Implement DINO system boardHelge Deller7-2/+923
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard1-7/+14
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard1-0/+5
2018-01-30ipmi: Fix macro issuesCorey Minyard1-6/+6
2018-01-30ipmi: Add the platform event message commandCorey Minyard1-0/+24
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard1-2/+7
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard1-2/+2
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller2-0/+39
2018-01-30Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2...Peter Maydell8-107/+436