summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi2020-03-111-0/+22
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-03-112-6/+84
|\ \ \ | |/ / |/| |
| * | aio-posix: remove idle poll handlers to improve scalabilityStefan Hajnoczi2020-03-091-0/+8
| * | aio-posix: support userspace polling of fd monitoringStefan Hajnoczi2020-03-091-0/+19
| * | aio-posix: add io_uring fd monitoring implementationStefan Hajnoczi2020-03-091-0/+9
| * | aio-posix: simplify FDMonOps->update() prototypeStefan Hajnoczi2020-03-091-7/+6
| * | aio-posix: extract ppoll(2) and epoll(7) fd monitoringStefan Hajnoczi2020-03-091-2/+34
| * | qemu/queue.h: clear linked list pointers on removeStefan Hajnoczi2020-03-091-4/+15
* | | monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky2020-03-091-2/+3
* | | monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky2020-03-092-4/+4
* | | monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky2020-03-092-6/+9
* | | monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky2020-03-092-4/+5
* | | monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky2020-03-092-3/+4
* | | monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky2020-03-092-5/+6
* | | monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky2020-03-092-5/+9
* | | monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky2020-03-092-4/+4
* | | monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky2020-03-092-3/+16
| |/ |/|
* | hw/i386/pc: Clean up includesPhilippe Mathieu-Daudé2020-03-091-8/+3
* | hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-7/+0
* | hw/pci-host/q35: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-4/+0
* | hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0
* | hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-091-1/+0
* | pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-082-1/+4
|/
* monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf2020-03-061-1/+1
* hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* monitor: Create QAPIfied monitor_init()Kevin Wolf2020-03-061-0/+2
* qemu-storage-daemon: Add --nbd-server optionKevin Wolf2020-03-061-0/+1
* qapi: Flatten object-addKevin Wolf2020-03-061-0/+7
* stubs: Add arch_typeKevin Wolf2020-03-061-0/+2
* block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa2020-03-061-0/+1
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-051-3/+4
|\
| * tpm: Add the SysBus TPM TIS deviceEric Auger2020-03-051-0/+1
| * tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-051-3/+3
* | hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias2020-03-051-0/+6
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-03-031-0/+2
|\
| * net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub2020-03-031-0/+2
* | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell2020-03-031-1/+2
|\ \
| * | hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel2020-02-271-1/+2
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200228' into stagingPeter Maydell2020-03-021-1/+1
|\ \ \
| * | | compiler.h: Don't use compile-time assert when __NO_INLINE__ is definedZenghui Yu2020-02-281-1/+1
| | |/ | |/|
* | | hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+3
* | | hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()Philippe Mathieu-Daudé2020-02-281-1/+1
|/ /
* | arm_gic: Mask the un-supported priority bitsSai Pavan Boddu2020-02-282-0/+3
* | Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell2020-02-282-0/+6
|\ \
| * | migration: Add support for modulesJuan Quintela2020-02-281-0/+2
| * | multifd: Add multifd-compression parameterJuan Quintela2020-02-281-0/+4
| |/
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell2020-02-281-1/+4
|\ \
| * | xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-1/+4