summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin1-97/+101
2018-01-18tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usageIgor Mammedov1-0/+3
2018-01-18tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usageIgor Mammedov1-5/+10
2018-01-18tests: acpi: init table descriptor in test_dst_table()Igor Mammedov1-3/+1
2018-01-18tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_ta...Igor Mammedov1-2/+2
2018-01-18x86_iommu: check if machine has PCI busMohammed Gamal1-1/+1
2018-01-18x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal3-22/+17
2018-01-18vhost-user-test: use init_virtio_dev in multiqueue testMaxime Coquelin1-57/+8
2018-01-18vhost-user-test: make features mask an init_virtio_dev() argumentMaxime Coquelin1-7/+7
2018-01-18vhost-user-test: setup virtqueues in all testsMaxime Coquelin1-11/+42
2018-01-18vhost-user-test: extract read-guest-mem test from main loopMaxime Coquelin1-18/+23
2018-01-18vhost-user-test: fix features maskMaxime Coquelin1-1/+1
2018-01-18hw/acpi-build: Make next_base easy to followDou Liyang1-1/+1
2018-01-18ACPI/unit-test: Add a testcase for RAM allocation in numa nodeDou Liyang5-0/+24
2018-01-18hw/pci-bridge: fix QEMU crash because of pcie-root-portMarcel Apfelbaum1-1/+6
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty4-49/+65
2018-01-18intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty3-33/+61
2018-01-18vhost-user: fix multiple queue specificationMaxime Coquelin1-2/+2
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia2-11/+12
2018-01-18virtio: improve virtio devices initialization timeGal Hammer1-0/+5
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer2-8/+15
2018-01-18qemu: add a cleanup callback function to EventNotifierGal Hammer3-1/+7
2018-01-18contrib/vhost-user-blk: introduce a vhost-user-blk sample applicationChangpeng Liu5-0/+551
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2-0/+75
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu7-0/+478
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu5-0/+232
2018-01-18MAINTAINERS: Add myself as maintainer to X86 machinesMarcel Apfelbaum1-0/+1
2018-01-18Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-17' into st...Peter Maydell1-171/+171
2018-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell7-10/+524
2018-01-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180117' int...Peter Maydell19-101/+609
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle1-8/+19
2018-01-17nbd/server: structurize option reply sendingVladimir Sementsov-Ogievskiy1-27/+13
2018-01-17nbd/server: Add helper functions for parsing option payloadEric Blake1-60/+62
2018-01-17nbd/server: Add va_list form of nbd_negotiate_send_rep_err()Eric Blake1-6/+18
2018-01-17nbd/server: Better error for NBD_OPT_EXPORT_NAME failureEric Blake1-1/+1
2018-01-17nbd/server: refactor negotiation functions parametersVladimir Sementsov-Ogievskiy1-84/+84
2018-01-17nbd/server: Hoist nbd_reject_length() earlierEric Blake1-29/+29
2018-01-17i386: Add EPYC-IBPB CPU modelEduardo Habkost1-0/+46
2018-01-17i386: Add new -IBRS versions of Intel CPU modelsEduardo Habkost1-1/+378
2018-01-17i386: Add FEAT_8000_0008_EBX CPUID feature wordEduardo Habkost2-1/+21
2018-01-17i386: Add spec-ctrl CPUID bitEduardo Habkost2-1/+2
2018-01-17i386: Add support for SPEC_CTRL MSRPaolo Bonzini3-0/+37
2018-01-17i386: Change X86CPUDefinition::model_id to const char*Eduardo Habkost1-1/+8
2018-01-17target/i386: add clflushopt to "Skylake-Server" cpu modelHaozhong Zhang2-1/+6
2018-01-17pc: add 2.12 machine typesHaozhong Zhang3-5/+26
2018-01-17target-ppc: Fix booke206 tlbwe TLB instructionLuc MICHEL1-5/+27
2018-01-17target/ppc: add support for POWER9 HILECédric Le Goater2-1/+2
2018-01-17ppc/pnv: change initrd addressCédric Le Goater1-1/+1
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater5-21/+37
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater2-5/+13