summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into stagingPeter Maydell5-137/+411
2018-01-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180122' into stagingPeter Maydell3-7/+8
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell59-297/+295
2018-01-22target/xtensa: allow different default CPU for MMU/noMMUMax Filippov1-8/+8
2018-01-22Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell7-82/+49
2018-01-22s390x: fix storage attributes migration for non-small guestsClaudio Imbrenda1-2/+2
2018-01-22hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis1-2/+3
2018-01-22s390x/sclp: fix missing be conversionDavid Hildenbrand1-2/+2
2018-01-22s390x/sclp: fixup highest CPU addressChristian Borntraeger1-1/+1
2018-01-22hw/isa: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+4
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-22hw/bt: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis6-67/+65
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis2-6/+4
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis57-255/+255
2018-01-20target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstateSuraj Jitindar Singh1-54/+24
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan1-5/+5
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz3-18/+16
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-20hw/ppc/Makefile: Add a way to disable the PPC4xx boardsThomas Huth1-2/+2
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