summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-04-24sm501: QOMifyBALATON Zoltan2-48/+133
2017-04-24sm501: Add missing arbitration control registerBALATON Zoltan1-0/+8
2017-04-24sm501: Use defined constants instead of literal values where availableBALATON Zoltan2-11/+20
2017-04-24sm501: Fixed code style and a few typos in commentsBALATON Zoltan2-590/+594
2017-04-24Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell3-247/+65
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann1-2/+4
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann2-10/+26
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann1-18/+3
2017-04-24g364fb: make display updates thread safeGerd Hoffmann1-23/+5
2017-04-24exynos: make display updates thread safeGerd Hoffmann1-5/+6
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann1-6/+5
2017-04-24vga: make display updates thread safe.Gerd Hoffmann1-19/+17
2017-04-24vga: add vga_scanline_invalidated helperGerd Hoffmann1-3/+11
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier1-27/+8
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng3-9/+3
2017-04-24scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2-6/+11
2017-04-24fdc: Make errp the last parameter of fdctrl_connect_drivesFam Zheng1-3/+3
2017-04-24net: add FTGMAC100 supportCédric Le Goater2-0/+1004
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell3-43/+29
2017-04-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170421' into stagingPeter Maydell10-84/+189
2017-04-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell8-62/+12
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier2-6/+26
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela1-34/+0
2017-04-21qdev: Export qdev_hot_removedJuan Quintela1-1/+1
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela1-2/+2
2017-04-21tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland2-4/+1
2017-04-21tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland1-5/+5
2017-04-21tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland1-118/+8
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland1-40/+6
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland1-32/+4
2017-04-21tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland1-5/+2
2017-04-21tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland1-20/+11
2017-04-21tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland1-11/+14
2017-04-21tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland1-0/+7
2017-04-21tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland1-6/+6
2017-04-21cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2-4/+1
2017-04-21s390x: register I/O adapters per ISC during initFei Li5-45/+69
2017-04-21s390x/flic: cache flic in s390_get_flicFei Li1-3/+6
2017-04-21s390x: initialize flic before I/O subsystemsFei Li1-1/+2
2017-04-21s390x: use enum for adapter type and standardize its namingFei Li3-3/+2
2017-04-21s390x/css: consolidate the devno property for ccw devicesDong Jia Shi3-13/+4
2017-04-21s390x/css: provide introspection for virtual subchannel and device busidDong Jia Shi3-6/+67
2017-04-21s390x/css: introduce read-only property type for device idsDong Jia Shi1-0/+7
2017-04-21s390x/pci: make printf always compile in debug outputDanil Antonov2-14/+18
2017-04-21s390x: introduce 2.10 compat machineCornelia Huck1-1/+16
2017-04-21cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland1-1/+1
2017-04-21cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland1-4/+2
2017-04-21versatile: remove cannot_destroy_with_object_finalize_yetLaurent Vivier1-23/+12
2017-04-20qdev: Constify local variable returned by blk_bsKrzysztof Kozlowski1-1/+1
2017-04-20qdev: Constify value passed to qdev_prop_set_macaddrKrzysztof Kozlowski1-1/+2