summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | spapr: replace debug printf with trace pointsLaurent Vivier2017-02-222-14/+7Star
| * | | | ppc4xx: replace debug printf with trace pointsLaurent Vivier2017-02-222-10/+7Star
| * | | | mac99: replace debug printf with trace pointsLaurent Vivier2017-02-222-12/+7Star
| * | | | spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff2017-02-221-1/+1
| * | | | hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth2017-02-221-3/+3
| * | | | spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov2017-02-221-4/+14
| * | | | spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-222-138/+138
| * | | | spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov2017-02-221-5/+10
| |/ / /
* | / / Revert "hw/mips: MIPS Boston board support"Peter Maydell2017-02-232-578/+0Star
| |/ / |/| |
* | | hw/mips: MIPS Boston board supportPaul Burton2017-02-222-0/+578
* | | hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton2017-02-222-0/+329
* | | loader: Support Flattened Image Trees (FIT images)Paul Burton2017-02-223-6/+327