summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/riscv: Extend the MIE CSR to support virtulisationAlistair Francis2020-02-271-4/+20
* target/riscv: Set VS bits in mideleg for Hyp extensionAlistair Francis2020-02-271-0/+3
* target/riscv: Add virtual register swapping functionAlistair Francis2020-02-273-0/+79
* target/riscv: Add Hypervisor machine CSRs accessesAlistair Francis2020-02-271-0/+27
* target/riscv: Add Hypervisor virtual CSRs accessesAlistair Francis2020-02-271-0/+116
* target/riscv: Add Hypervisor CSR access functionsAlistair Francis2020-02-271-2/+134
* target/riscv: Dump Hypervisor registers if enabledAlistair Francis2020-02-271-0/+33
* target/riscv: Print priv and virt in disas logAlistair Francis2020-02-271-0/+8
* target/riscv: Fix CSR perm checking for HS modeAlistair Francis2020-02-271-4/+14
* target/riscv: Add the force HS exception modeAlistair Francis2020-02-273-0/+26
* target/riscv: Add the virtulisation modeAlistair Francis2020-02-273-0/+25
* target/riscv: Rename the H irqs to VS irqsAlistair Francis2020-02-272-9/+9
* target/riscv: Add support for the new execption numbersAlistair Francis2020-02-274-20/+37
* target/riscv: Add the Hypervisor CSRs to CPUStateAlistair Francis2020-02-273-18/+48
* target/riscv: Add the Hypervisor extensionAlistair Francis2020-02-271-0/+1
* target/riscv: Convert MIP CSR to target_ulongAlistair Francis2020-02-272-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-2728-83/+1562
|\
| * Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz2020-02-271-1/+1
| * vhost-user: only set slave channel for first vqAdrian Moreno2020-02-271-3/+5
| * acpi: cpuhp: document CPHP_GET_CPU_ID_CMD commandIgor Mammedov2020-02-271-0/+2
| * libvhost-user: implement in-band notificationsJohannes Berg2020-02-272-3/+114
| * docs: vhost-user: add in-band kick/call messagesJohannes Berg2020-02-271-18/+104
| * libvhost-user: handle NOFD flag in call/kick/err betterJohannes Berg2020-02-271-8/+16
| * libvhost-user-glib: use g_main_context_get_thread_default()Johannes Berg2020-02-271-1/+1
| * libvhost-user-glib: fix VugDev main fd cleanupJohannes Berg2020-02-273-7/+15
| * libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2020-02-271-2/+10
| * MAINTAINERS: add virtio-iommu related filesEric Auger2020-02-271-0/+6
| * hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2020-02-272-7/+52
| * virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-275-0/+108
| * virtio-iommu: Support migrationEric Auger2020-02-271-10/+99
| * virtio-iommu: Implement fault reportingEric Auger2020-02-272-5/+66
| * virtio-iommu: Implement translateEric Auger2020-02-272-1/+60
| * virtio-iommu: Implement map/unmapEric Auger2020-02-272-2/+62
| * virtio-iommu: Implement attach/detach commandEric Auger2020-02-273-2/+318
| * virtio-iommu: Decode the command payloadEric Auger2020-02-272-12/+68
| * virtio-iommu: Add skeletonEric Auger2020-02-275-0/+335
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91
| * vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2020-02-252-9/+13
| * vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan2020-02-251-0/+8
| * virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan2020-02-251-1/+2
| * virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan2020-02-251-0/+1
| * vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-252-6/+11
| * vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan2020-02-251-0/+9
| * rebuild-expected-aml.sh: remind about the processMichael S. Tsirkin2020-02-251-0/+7
| * bios-tables-test: default diff commandMichael S. Tsirkin2020-02-251-19/+12Star
| * bios-tables-test: fix up DIFF generationMichael S. Tsirkin2020-02-251-1/+7
| * bios-tables-test: tell people how to updateMichael S. Tsirkin2020-02-251-1/+3
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-26' into st...Peter Maydell2020-02-272-15/+30
|\ \
| * | block/nbd: fix memory leak in nbd_open()Pan Nengyuan2020-02-271-0/+1
| * | block/nbd: extract the common cleanup codePan Nengyuan2020-02-271-11/+15