aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-22spapr: replace debug printf with trace pointsLaurent Vivier2-14/+7
2017-02-22ppc4xx: replace debug printf with trace pointsLaurent Vivier2-10/+7
2017-02-22mac99: replace debug printf with trace pointsLaurent Vivier2-12/+7
2017-02-22spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff1-1/+1
2017-02-22hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth1-3/+3
2017-02-22spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov1-4/+14
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2-138/+138
2017-02-22spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov1-5/+10
2017-02-21hw/mips: MIPS Boston board supportPaul Burton2-0/+578
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton2-0/+329
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton3-6/+327
2017-02-21hw/mips_gic: Update pin state on mask changesPaul Burton1-25/+31