summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori6-7/+36
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+4
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell1-1/+2
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell1-0/+2
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell1-3/+36
2014-01-08softfloat: Add float32_to_uint64()Tom Musta1-0/+1
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell1-13/+13
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell1-0/+21
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton1-0/+4
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall1-1/+1
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil1-2/+2
2014-01-01pxa27x: Reduce size of keyboard matrix mappingStefan Weil1-2/+2
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-1/+2
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao1-1/+1
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-1/+1
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi1-2/+0
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-0/+1
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-1/+2
2013-12-24qdev: Document that pointer properties kill device_addMarkus Armbruster1-0/+17
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+12
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite1-1/+1
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite1-40/+40
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf1-0/+1
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy1-0/+2
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-0/+7
2013-12-17hw/arm: add allwinner a10 SoC supportliguang1-0/+35
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang1-0/+40
2013-12-17hw/timer: add allwinner a10 timerliguang1-0/+58
2013-12-17vmstate: Add support for an array of ptimer_state *Peter Maydell2-0/+14
2013-12-17hw/arm/digic: add UART supportAntony Pavlov2-0/+49
2013-12-17hw/arm/digic: add timer supportAntony Pavlov2-0/+52
2013-12-17hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov1-0/+35
2013-12-17host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana1-0/+32
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