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