summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2013-12-23qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini1-4/+9
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini1-1/+0
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov1-0/+8
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+12
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini2-60/+1
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini1-4/+3
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 Maydell1-0/+4
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-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori4-11/+25
2013-12-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-18/+41
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-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-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-06Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into stagingAnthony Liguori1-1/+0
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-01xen-pvdevice: make device-id property compulsoryPaul Durrant1-1/+0
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-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini1-1/+0
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-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell1-1/+1