summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh2017-04-261-0/+31
* spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff2017-04-261-0/+13
* target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-261-3/+5
* hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devicesThomas Huth2017-04-261-0/+1
* ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-263-43/+16Star
* pseries: Add pseries-2.10 machine typeDavid Gibson2017-04-261-2/+21
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-04-253-0/+1038
|\
| * aspeed: add a FTGMAC100 nicCédric Le Goater2017-04-251-0/+21
| * net/ftgmac100: add a 'aspeed' propertyCédric Le Goater2017-04-251-2/+15
| * net: add FTGMAC100 supportCédric Le Goater2017-04-242-0/+1004
* | hw/arm/exynos: Add generic SDHCI devicesKrzysztof Kozlowski2017-04-251-0/+29
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell2017-04-248-113/+85Star
|\ \
| * | virtio-gpu: add xres and yres propertiesGerd Hoffmann2017-04-241-2/+4
| * | qxl: add xres and yres propertiesGerd Hoffmann2017-04-242-10/+26
| * | vmsvga: fix vmsvga_update_displayGerd Hoffmann2017-04-241-18/+3Star
| * | g364fb: make display updates thread safeGerd Hoffmann2017-04-241-23/+5Star
| * | exynos: make display updates thread safeGerd Hoffmann2017-04-241-5/+6
| * | framebuffer: make display updates thread safeGerd Hoffmann2017-04-241-6/+5Star
| * | vga: make display updates thread safe.Gerd Hoffmann2017-04-241-19/+17Star
| * | vga: add vga_scanline_invalidated helperGerd Hoffmann2017-04-241-3/+11
| * | virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier2017-04-241-27/+8Star
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-04-24' into...Peter Maydell2017-04-246-18/+17Star
|\ \
| * | error: Apply error_propagate_null.cocci againFam Zheng2017-04-243-9/+3Star
| * | scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2017-04-242-6/+11
| * | fdc: Make errp the last parameter of fdctrl_connect_drivesFam Zheng2017-04-241-3/+3
| |/
* | sm501: Add vmstate descriptorBALATON Zoltan2017-04-241-1/+99
* | sm501: Add some more missing registersBALATON Zoltan2017-04-241-1/+125
* | sm501: Add support for panel layerBALATON Zoltan2017-04-241-31/+32
* | sm501: Misc clean upsBALATON Zoltan2017-04-242-11/+9Star
* | sm501: Fix hardware cursorBALATON Zoltan2017-04-242-87/+107
* | sm501: Fix device endiannessBALATON Zoltan2017-04-242-17/+10Star
* | sm501: Add emulation of chip connected via PCIBALATON Zoltan2017-04-241-0/+65
* | sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan2017-04-242-8/+6Star
* | sm501: QOMifyBALATON Zoltan2017-04-242-48/+133
* | sm501: Add missing arbitration control registerBALATON Zoltan2017-04-241-0/+8
* | sm501: Use defined constants instead of literal values where availableBALATON Zoltan2017-04-242-11/+20
* | sm501: Fixed code style and a few typos in commentsBALATON Zoltan2017-04-242-590/+594
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2017-04-243-247/+65Star
|\ \ | |/ |/|
| * tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland2017-04-212-4/+1Star
| * tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland2017-04-211-5/+5
| * tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland2017-04-211-118/+8Star
| * tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland2017-04-211-40/+6Star
| * tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland2017-04-211-32/+4Star
| * tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland2017-04-211-5/+2Star
| * tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-20/+11Star
| * tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-11/+14
| * tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland2017-04-211-0/+7
| * tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-6/+6
| * cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2017-04-212-4/+1Star
| * cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland2017-04-211-1/+1