aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-06-07accel: Remove unused AccelClass::opt_name attributeWainer dos Santos Moschetta1-1/+0
2019-06-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into stagingPeter Maydell1-0/+1
2019-06-07linux-user: elf: ELF_HWCAP for s390xDavid Hildenbrand1-0/+1
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann1-1/+2
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann1-0/+1
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-21/+10
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy1-2/+2
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf1-9/+0
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf1-0/+1
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf1-0/+1
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf2-2/+8
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+1
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-1/+2
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke1-0/+2
2019-06-04block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova1-3/+0
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-1/+7
2019-06-03q35: Revert to kernel irqchipAlex Williamson2-0/+6
2019-06-03memory: Remove memory_region_get_dirty()Peter Xu1-17/+0
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon1-0/+1
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell8-0/+66
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell5-23/+217
2019-05-29pci: Make is_bridge a boolDavid Gibson1-1/+1
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson2-2/+7
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang1-18/+0
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang1-0/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau2-6/+53
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau1-17/+56
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-0/+45
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-0/+61
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+2
2019-05-29spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz1-0/+1
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater1-1/+0
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater1-0/+1
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2-0/+3
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater2-0/+2
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+1
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater2-0/+4
2019-05-29spapr/xive: introduce a VM state change handlerCédric Le Goater1-0/+1
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater2-0/+9
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater1-0/+15
2019-05-29spapr/xive: add KVM supportCédric Le Goater2-0/+23
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson1-0/+1
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater1-0/+6
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell3-3/+53
2019-05-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf0' i...Peter Maydell3-4/+80
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée1-0/+7
2019-05-28semihosting: implement a semihosting consoleAlex Bennée1-0/+38
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée2-3/+8
2019-05-24target/riscv: Add a base 32 and 64 bit CPUAlistair Francis1-2/+2
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau2-2/+78