aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-19hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow1-4/+0
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov1-2/+13
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov1-12/+12
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov1-6/+8
2018-01-19fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum1-2/+4
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov5-13/+20
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang2-0/+33
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang1-1/+1
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth1-8/+20
2018-01-19q35: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost1-6/+1
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+1
2018-01-19ppc: e500: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+2
2018-01-19hw/arm/virt: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost6-19/+44
2018-01-18vhost: remove assertion to prevent crashJay Zhou1-1/+4
2018-01-18vhost-user: fix misaligned access to payloadMichael S. Tsirkin1-15/+24
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin1-97/+101
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-18hw/acpi-build: Make next_base easy to followDou Liyang1-1/+1
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 Singamsetty3-49/+64
2018-01-18intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2-31/+57
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia1-11/+2
2018-01-18virtio: improve virtio devices initialization timeGal Hammer1-0/+5
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer1-8/+11
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu4-0/+435
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2-0/+150
2018-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-5/+23
2018-01-17pc: add 2.12 machine typesHaozhong Zhang2-5/+23
2018-01-17ppc/pnv: change initrd addressCédric Le Goater1-1/+1
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2-8/+9
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater1-5/+3
2018-01-17ppc/pnv: change core mask for POWER9Cédric Le Goater1-2/+2
2018-01-17ppc/pnv: use POWER9 DD2 processorCédric Le Goater1-1/+1
2018-01-17spapr: Adjust default VSMT value for better migration compatibilityDavid Gibson1-3/+8
2018-01-17spapr: Allow some cases where we can't set VSMT mode in the kernelDavid Gibson1-7/+19
2018-01-17target/ppc: Clarify compat mode max_threads valueDavid Gibson1-2/+2
2018-01-17spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfoDavid Gibson1-5/+1
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2-166/+201
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2-3/+22
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2-9/+36
2018-01-17spapr: Validate capabilities on migrationDavid Gibson2-3/+99
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2-6/+38
2018-01-17spapr: Capabilities infrastructureDavid Gibson3-1/+189
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell34-58/+108
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake27-28/+28
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake1-10/+10
2018-01-16scsi-disk: release AioContext in unaligned WRITE SAME caseStefan Hajnoczi1-0/+1