summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-096-7/+36
|\
| * ioapic: QOM'ify ioapicxiaoqiang zhao2013-12-241-1/+2
| * icc_bus: QOM'ify ICCxiaoqiang zhao2013-12-241-1/+1
| * apic: QOM'ify APICxiaoqiang zhao2013-12-241-1/+1
| * qdev: Drop misleading qbus_free() functionStefan Hajnoczi2013-12-241-2/+0Star
| * qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini2013-12-241-0/+1
| * qom: Split out object and class cachesPeter Crosthwaite2013-12-241-1/+2
| * qdev: Document that pointer properties kill device_addMarkus Armbruster2013-12-241-0/+17
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+12
* | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2014-01-091-4/+4
|\ \
| * | pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2014-01-011-2/+2
| * | pxa27x: Reduce size of keyboard matrix mappingStefan Weil2014-01-011-2/+2
| |/
* | softfloat: Add support for ties-away roundingPeter Maydell2014-01-081-1/+2
* | softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2014-01-081-0/+2
* | softfloat: Provide complete set of accessors for fp statePeter Maydell2014-01-081-3/+36
* | softfloat: Add float32_to_uint64()Tom Musta2014-01-081-0/+1
* | softfloat: Make the int-to-float functions take exact-width typesPeter Maydell2014-01-081-13/+13
* | softfloat: Add 16 bit integer to float conversionsPeter Maydell2014-01-081-0/+21
* | softfloat: Add float to 16bit integer conversions.Will Newton2014-01-081-0/+4
* | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall2014-01-081-1/+1
|/
* device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite2013-12-201-1/+1
* device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite2013-12-201-40/+40
* roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-201-0/+1
* spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy2013-12-201-0/+2
* spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy2013-12-201-0/+7
* hw/arm: add allwinner a10 SoC supportliguang2013-12-171-0/+35
* hw/intc: add allwinner A10 interrupt controllerliguang2013-12-171-0/+40
* hw/timer: add allwinner a10 timerliguang2013-12-171-0/+58
* vmstate: Add support for an array of ptimer_state *Peter Maydell2013-12-172-0/+14
* hw/arm/digic: add UART supportAntony Pavlov2013-12-172-0/+49
* hw/arm/digic: add timer supportAntony Pavlov2013-12-172-0/+52
* hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov2013-12-171-0/+35
* host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana2013-12-171-0/+32
* char: add qemu_chr_fe_event()Marc-André Lureau2013-12-161-0/+10
* include: add missing config-host.h includeMarc-André Lureau2013-12-161-0/+2
* qmp_change_blockdev() remove unused has_formatMarc-André Lureau2013-12-161-1/+1
* Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori2013-12-134-11/+25
|\
| * virtio: Convert exit to unrealizeAndreas Färber2013-12-092-2/+2
| * virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber2013-12-091-2/+3
| * virtio-scsi: Convert to QOM realizeAndreas Färber2013-12-091-1/+1
| * virtio-rng: Convert to QOM realizeAndreas Färber2013-12-091-0/+2
| * virtio: Start converting VirtioDevice to QOM realizeAndreas Färber2013-12-091-1/+3
| * virtio-scsi: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-1/+1
| * virtio-bus: cleanup plug/unplug interfacePaolo Bonzini2013-12-092-3/+4
| * virtio-bus: remove vdev fieldPaolo Bonzini2013-12-091-4/+12
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-12-136-38/+46
|\ \
| * | hpet: fix build with CONFIG_HPET offMichael S. Tsirkin2013-12-111-1/+9
| * | hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-111-1/+23
| * | smbios: Set system manufacturer, product & version by defaultMarkus Armbruster2013-12-101-0/+2
| * | qtest: split configuration of qtest accelerator and chardevPaolo Bonzini2013-12-101-20/+5Star