summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* s390x: Limit s390-ccw machines to 248 CPUsChristian Borntraeger2016-06-141-1/+1
* virtio-ccw: Provide traces for indicator changesChristian Borntraeger2016-06-141-0/+1
* s390x/css: introduce property type for device idsCornelia Huck2016-06-143-48/+114
* s390x/css: clear IO irqs when generating IPI CRWHalil Pasic2016-06-141-3/+40
* s390x/kvm: add interface for clearing IO irqsHalil Pasic2016-06-142-0/+34
* spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2016-06-141-20/+37
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-141-20/+26
* ppc: Add PowerISA 2.07 compatibility modeThomas Huth2016-06-141-2/+4
* ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth2016-06-141-2/+2
* ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth2016-06-141-25/+36
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-137-7/+7
* pxa2xx: Unconditionally enable USB controllerEduardo Habkost2016-06-131-8/+4Star
* hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-131-33/+30Star
* usb-host: add special case for bus+addrGerd Hoffmann2016-06-131-4/+52
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* hw/arm: virt uart fixxiaoqiang zhao2016-06-081-4/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-086-39/+59
|\
| * scsi-disk: add missing breakPaolo Bonzini2016-06-071-0/+1
| * scsi: megasas: null terminate bios version bufferPrasad J Pandit2016-06-071-0/+1
| * scsi: mark TYPE_SCSI_DISK_BASE as abstractPaolo Bonzini2016-06-061-0/+1
| * scsi: esp: check TI buffer index before read/writePrasad J Pandit2016-06-061-11/+9Star
| * hw/char: QOM'ify escc.c (fix)xiaoqiang zhao2016-06-061-5/+7
| * pc: allow raising low memory via max-ram-below-4g optionGerd Hoffmann2016-06-062-23/+40
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell2016-06-0722-56/+53Star
|\ \
| * | usb: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+3
| * | rocker: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+2Star
| * | audio: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
| * | xen: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+2
| * | block: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
| * | all: Remove unnecessary glib.h includesPeter Maydell2016-06-073-3/+0Star
| * | pc: cleanup unused struct PcRomPciInfoIgor Mammedov2016-06-071-8/+0Star
| * | e1000: Removing unnecessary if statementSameeh Jubran2016-06-071-5/+3Star
| * | hw: Clean up includesPeter Maydell2016-06-072-2/+0Star
| * | fw_cfg: follow CODING_STYLECao jin2016-06-071-6/+11
| * | qdev: Clean up around propertiesCao jin2016-06-071-11/+19
| * | ICH9: fix typoCao jin2016-06-071-2/+2
| * | ppc: Remove a potential overflow in muldiv64()Laurent Vivier2016-06-071-1/+1
| * | replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier2016-06-072-3/+3
| * | remove useless muldiv64()Laurent Vivier2016-06-071-1/+1
| * | The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2016-06-072-3/+3
| * | hw/ipmi: fix spellingMichael Tokarev2016-06-071-1/+1
| * | s390x/virtio-ccw: fix spellingMichael Tokarev2016-06-071-1/+1
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-06-073-133/+1Star
|\ \ \ | |/ / |/| |
| * | virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi2016-06-072-8/+1Star
| * | virtio-scsi: Remove op blocker for dataplaneFam Zheng2016-06-071-62/+0Star
| * | virtio-blk: Remove op blocker for dataplaneFam Zheng2016-06-071-63/+0Star
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-06-0721-597/+620
|\ \
| * | virtio: move bi-endian target support to a single locationGreg Kurz2016-06-071-4/+0Star
| * | pc-dimm: introduce realize callbackXiao Guangrong2016-06-071-0/+5
| * | pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2016-06-071-1/+2