aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia1-0/+3
2018-02-16cuda.h: Fix multiple typedefDr. David Alan Gilbert1-2/+2
2018-02-16ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan1-1/+1
2018-02-16spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz1-1/+1
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz1-0/+1
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier1-5/+49
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland1-0/+107
2018-02-15bcm2836: Make CPU type configurablePekka Enberg1-0/+1
2018-02-15hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.ioPhilippe Mathieu-Daudé1-1/+0
2018-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+25
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-8/+14
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-2/+2
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé1-0/+4
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2-0/+17
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé1-0/+1
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé1-1/+1
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé1-0/+2
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland1-0/+152
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell16-15/+5
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell8-0/+287
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster3-3/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster3-1/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov1-0/+16
2018-02-09i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov1-0/+28
2018-02-09i.MX: Add i.MX7 GPT variantAndrey Smirnov1-0/+1
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov1-0/+22
2018-02-09i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov1-0/+35
2018-02-09i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov1-0/+33
2018-02-09i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov1-0/+139
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov1-0/+13
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand1-0/+1
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand1-0/+1
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-0/+41
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand1-0/+5
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand1-9/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-09Clean up includesMarkus Armbruster5-6/+0
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster3-3/+3
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-3/+0
2018-02-08virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu1-0/+8
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert1-3/+0
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert1-0/+2
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+12
2018-02-06qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson1-0/+4
2018-02-05qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé1-0/+10
2018-02-05qdev: rename typedef qdev_resetfn() -> DeviceReset()Philippe Mathieu-Daudé1-2/+2
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2-9/+30
2018-01-29tpm: add CRB deviceMarc-André Lureau1-0/+51