summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-12-16char: add qemu_chr_fe_event()Marc-André Lureau1-0/+10
2013-12-16include: add missing config-host.h includeMarc-André Lureau1-0/+2
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau1-1/+1
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori4-11/+25
2013-12-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-38/+46
2013-12-11hpet: fix build with CONFIG_HPET offMichael S. Tsirkin1-1/+9
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan1-1/+23
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton1-0/+4
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby1-0/+7
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL1-0/+2
2013-12-10hw/timer: Introduce ARM A9 Global Timer.Peter Crosthwaite1-0/+97
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite1-1/+1
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster1-0/+2
2013-12-10qtest: split configuration of qtest accelerator and chardevPaolo Bonzini1-20/+5
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2-14/+2
2013-12-10hw: Pass QEMUMachine to its init() methodMarkus Armbruster1-2/+5
2013-12-09virtio: Convert exit to unrealizeAndreas Färber2-2/+2
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber1-2/+3
2013-12-09virtio-scsi: Convert to QOM realizeAndreas Färber1-1/+1
2013-12-09virtio-rng: Convert to QOM realizeAndreas Färber1-0/+2
2013-12-09virtio: Start converting VirtioDevice to QOM realizeAndreas Färber1-1/+3
2013-12-09virtio-scsi: switch exit callback to VirtioDeviceClassPaolo Bonzini1-1/+1
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini2-3/+4
2013-12-09virtio-bus: remove vdev fieldPaolo Bonzini1-4/+12
2013-12-07Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori4-9/+24
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2-8/+64
2013-12-06Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into stagingAnthony Liguori1-1/+0
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori3-2/+100
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori2-4/+32
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven1-0/+3
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia1-0/+8
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia2-2/+9
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini1-0/+3
2013-12-03block: add flags to BlockRequestPaolo Bonzini1-0/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2-4/+4
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-1/+0
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau1-1/+0
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau1-6/+0
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant1-1/+0
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-2/+2
2013-11-30tcg-s390: Use qemu_getauxval in query_facilitiesRichard Henderson1-0/+14
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson1-0/+25
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson1-0/+34
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson1-0/+25
2013-11-29blkdebug: add "remove_break" commandFam Zheng2-0/+3
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan1-0/+1
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+1
2013-11-29block: per caller dirty bitmapFam Zheng2-5/+8
2013-11-28usb: add vendor request definesGerd Hoffmann1-4/+13
2013-11-28block: introduce bdrv_make_zeroPeter Lieven1-0/+1