summary refs log tree commit diff stats
path: root/hw/misc/mst_fpga.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-05a9scu: QOM cleanupsAndreas Färber1-6/+9
2013-11-05a9mpcore: Embed GICStateAndreas Färber1-9/+16
2013-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber4-87/+145
2013-11-05a9mpcore: Split off instance_initAndreas Färber1-3/+9
2013-11-05milkymist-uart: Use Device::realize instead of SysBusDevice::initAntony Pavlov1-10/+14
2013-11-05qtest: Prepare QOM machine testsAndreas Färber2-0/+279
2013-11-05leon3: Don't enforce use of -bios with qtestAndreas Färber1-1/+2
2013-11-05shix: Don't require firmware presence for qtestAndreas Färber2-8/+11
2013-11-05shix: Drop debug outputAndreas Färber1-7/+0
2013-11-05milkymist: Suppress -kernel/-bios/-drive error for qtestAndreas Färber1-1/+2
2013-11-05an5206: Don't enforce use of kernel for qtestAndreas Färber1-0/+4
2013-11-05mcf5208: Don't enforce use of kernel for qtestAndreas Färber1-0/+4
2013-11-05axis_dev88: Don't enforce use of kernel for qtestAndreas Färber1-5/+6
2013-11-05armv7m: Don't enforce use of kernel for qtestAndreas Färber1-11/+14
2013-11-05exynos4_boards: Silence lack of -smp 2 warning for qtestAndreas Färber1-1/+2
2013-11-05omap_sx1: Don't enforce use of kernel or flash for qtestAndreas Färber1-1/+2
2013-11-05palm: Don't enforce loading ROM or kernel for qtestAndreas Färber1-1/+2
2013-11-05z2: Don't enforce use of -pflash for qtestAndreas Färber1-2/+3
2013-11-05gumstix: Don't enforce use of -pflash for qtestAndreas Färber1-4/+7
2013-11-05mainstone: Don't enforce use of -pflash for qtestAndreas Färber1-1/+4
2013-11-05puv3: Turn puv3_load_kernel() into a no-op for qtest without -kernelAndreas Färber1-0/+4
2013-11-05mips_mipssim: Silence BIOS loading warning for qtestAndreas Färber1-1/+3
2013-11-04vl: allow "cont" from panicked statePaolo Bonzini2-7/+2
2013-11-04exec: limit system memory sizeMichael S. Tsirkin1-1/+6
2013-11-04pc: disable acpi info for isapc and old pc machineMichael S. Tsirkin1-0/+2
2013-10-31vmdk: Implment bdrv_get_specific_infoFam Zheng4-6/+93
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée5-0/+121
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo1-1/+7
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo1-3/+9
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi2-0/+22
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell3-19/+13
2013-10-31hw/arm/boot: Make user not specifying a kernel not an errorPeter Maydell1-2/+4
2013-10-30qapi: Add optional field 'compressed' to ImageInfoFam Zheng1-1/+3
2013-10-30qemu-iotests: prefill some data to test imageFam Zheng1-0/+4
2013-10-30sheepdog: check simultaneous create in resend_aioreqMORITA Kazutaka1-32/+32
2013-10-30sheepdog: cancel aio requests if possibleMORITA Kazutaka1-11/+59
2013-10-30sheepdog: make add_aio_request and send_aioreq void functionsMORITA Kazutaka1-49/+17
2013-10-30sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka1-14/+66
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka2-0/+23
2013-10-30sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka1-14/+19
2013-10-30sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka1-5/+16
2013-10-30sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka1-8/+8
2013-10-30qemu-iotests: Test case for backing file deletionMax Reitz3-0/+68
2013-10-30qemu-iotests: drop duplicated "create_image"Fam Zheng1-12/+2
2013-10-29qemu-iotests: Fix 051 reference outputKevin Wolf1-1/+1
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf5-7/+17
2013-10-29block: Disable BDRV_O_COPY_ON_READ for the backing fileThibaut LAURENT1-1/+2
2013-10-29ahci: fix win7 hang on bootAlexander Graf1-1/+2
2013-10-28sheepdog: pass copy_policy in the requestLiu Yuan1-7/+13
2013-10-28sheepdog: explicitly set copies as type uint8_tLiu Yuan1-7/+9