aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-24qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini3-4/+161
2015-09-24slirp: Fix non blocking connect for w32Stefan Weil1-1/+7
2015-09-24nsis: Add QEMU version information to Windows registryStefan Weil2-0/+4
2015-09-24Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into stagingPeter Maydell33-5849/+21
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang6-1/+60
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang7-57/+147
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu4-12/+27
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu5-1/+39
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu5-8/+8
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin4-0/+71
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-09-24virtio-ccw: enable virtio-1Cornelia Huck3-4/+52
2015-09-24virtio-ccw: feature bits > 31 handlingCornelia Huck1-13/+8
2015-09-24virtio-ccw: support ring size changesCornelia Huck1-3/+10
2015-09-24virtio: ring sizes vs. resetCornelia Huck1-0/+64
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost4-5/+34
2015-09-24q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost1-2/+2
2015-09-24q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost1-4/+4
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang1-17/+23
2015-09-24virtio: right size for virtio_queue_get_avail_sizePierre Morel1-1/+1
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson1-8/+8
2015-09-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150924'...Peter Maydell17-122/+686
2015-09-24MAINTAINERS: update Allwinner A10 maintainerBeniamino Galvani1-3/+3
2015-09-24hw/arm/virt-acpi-build: Fix wrong size of flash in ACPI tableShannon Zhao1-1/+1
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin5-46/+146
2015-09-24hw/intc: Initial implementation of vGICv3Pavel Fedin4-0/+178
2015-09-24arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()Pavel Fedin2-7/+21
2015-09-24intc/gic: Extract some reusable vGIC codePavel Fedin4-65/+128
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz3-0/+209
2015-09-23libcacard: use the standalone projectMarc-André Lureau33-5849/+21
2015-09-23Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' i...Peter Maydell8-1329/+1558
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson4-6/+63
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson3-19/+11
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson4-157/+177
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson3-186/+0
2015-09-23vfio/pci: Config mirror quirkAlex Williamson2-110/+129
2015-09-23vfio/pci: Config window quirksAlex Williamson2-90/+276
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson2-80/+105
2015-09-23vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson2-68/+111
2015-09-23vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson2-19/+11
2015-09-23vfio/pci: Foundation for new quirk structureAlex Williamson2-104/+157
2015-09-23vfio/pci: Cleanup ROM blacklist quirkAlex Williamson3-20/+28
2015-09-23vfio/pci: Split quirks to a separate fileAlex Williamson4-882/+908
2015-09-23vfio/pci: Extract PCI structures to a separate headerAlex Williamson2-143/+159
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson4-4/+4
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson2-12/+12
2015-09-23vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson2-45/+40
2015-09-23vfio/pci: Rename INTx functions for easier tracingAlex Williamson2-31/+31
2015-09-23vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson1-14/+13
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson2-57/+41