summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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-28usb: add vendor request definesGerd Hoffmann1-4/+13
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede1-0/+12
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede1-0/+3
2013-11-26scsi: Add 2 new sense codes needed by uasHans de Goede1-0/+4
2013-11-21atomic.h: Fix build with clangPeter Maydell1-3/+3
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini1-1/+0
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong2-0/+3
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-2/+18
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum1-1/+0
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin1-1/+1
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson2-0/+17
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok1-3/+3
2013-11-05bswap.h: Remove cpu_to_32wu()Peter Maydell1-7/+0
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell2-6/+1
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell2-6/+1
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell2-6/+1
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell2-6/+1
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber1-13/+33
2013-11-05pxa: Fix typo "dettach"Andreas Färber1-1/+1
2013-11-05qom: Fix pointer to int property helpers' documentationMichael S. Tsirkin1-21/+52
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+0
2013-11-05arm11mpcore: Prepare for QOM embeddingAndreas Färber1-0/+35
2013-11-05realview_gic: Prepare for QOM embeddingAndreas Färber1-0/+28
2013-11-05arm11mpcore: Split off SCU deviceAndreas Färber1-0/+29
2013-11-05a15mpcore: Prepare for QOM embeddingAndreas Färber1-0/+44
2013-11-05a9mpcore: Prepare for QOM embeddingAndreas Färber1-0/+37
2013-11-05a9mpcore: Embed ARMMPTimerStateAndreas Färber1-0/+54
2013-11-05a9mpcore: Embed A9SCUStateAndreas Färber1-0/+31
2013-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber2-0/+134
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2-0/+12
2013-10-31Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori3-3/+68
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori17-54/+162
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée1-0/+18
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka1-0/+9
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-0/+3