summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-02-26Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into s...Peter Maydell1-10/+23
2017-02-26niagara: check if a serial port is availableArtyom Tarasenko1-3/+4
2017-02-26niagara: fail if a firmware file is missingArtyom Tarasenko1-7/+19
2017-02-25Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170224-2' into stagingPeter Maydell2-0/+578
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell6-12/+73
2017-02-25Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into stagingPeter Maydell7-29/+161
2017-02-24Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...Peter Maydell1-4/+5
2017-02-24Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170223.0' ...Peter Maydell2-38/+64
2017-02-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into ...Peter Maydell1-1/+1
2017-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2017-2620-20170224...Peter Maydell1-0/+8
2017-02-24cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann1-0/+8
2017-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...Peter Maydell13-28/+52
2017-02-24hw/mips: MIPS Boston board supportPaul Burton2-0/+578
2017-02-24hw/misc/imx6_src: defer clearing of SRC_SCR reset bitsAlex Bennée1-9/+49
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka5-3/+24
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell13-300/+351
2017-02-24s390x/css: handle format-0 TIC CCW correctlyDong Jia Shi1-6/+9
2017-02-24virtio-ccw: support VIRTIO_QUEUE_MAX virtqueuesHalil Pasic2-9/+9
2017-02-24s390x: bump ADAPTER_ROUTES_MAX_GSIHalil Pasic1-1/+6
2017-02-24virtio-ccw: check flic->adapter_routes_max_batchHalil Pasic1-0/+7
2017-02-24s390x: add property adapter_routes_max_batchHalil Pasic1-0/+28
2017-02-24virtio-ccw: Check the number of vqs in CCW_CMD_SET_INDHalil Pasic1-0/+7
2017-02-24virtio-ccw: add virtio-crypto-ccw deviceHalil Pasic2-0/+73
2017-02-24virtio-ccw: handle virtio 1 only devicesHalil Pasic2-1/+18
2017-02-24s390x/flic: fail migration on source alreadyCornelia Huck1-2/+4
2017-02-24s390x/s390-virtio: get rid of DPRINTFCornelia Huck1-10/+0
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-1/+1
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-2/+5
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-4/+2
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-23Revert "hw/mips: MIPS Boston board support"Peter Maydell2-578/+0
2017-02-23xhci: properties cleanupGerd Hoffmann1-3/+26
2017-02-23usb: ohci: fix error return code in servicing tdLi Qiang1-1/+1
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau11-24/+25
2017-02-22vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang1-27/+38
2017-02-22vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson1-10/+21
2017-02-22vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson1-1/+5
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster1-1/+1
2017-02-22hw/ppc/ppc405_uc.c: Avoid integer overflowsPeter Maydell1-3/+3
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth1-0/+8
2017-02-22hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff1-6/+12
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov2-12/+12
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov3-66/+35
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov1-39/+90
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov2-5/+5
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov1-7/+9
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov1-12/+12
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov1-11/+24
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov1-28/+29
2017-02-22hw/pci-host/prep: Do not use hw_error() in realize functionThomas Huth1-5/+6