summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-26hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell1-3/+7
2013-03-26hw/qdev-properties.c: Improve diagnostic for setting property after realizePeter Maydell5-17/+43
2013-03-26virtio-scsi: cleanup: remove qdev field.KONRAD Frederic2-3/+0
2013-03-26virtio-scsi: cleanup: init and exit functions.KONRAD Frederic1-50/+10
2013-03-26virtio-scsi: cleanup: use QOM casts.KONRAD Frederic2-21/+27
2013-03-26virtio-scsi-ccw: switch to new APIKONRAD Frederic2-13/+26
2013-03-26virtio-scsi-s390: switch to the new API.KONRAD Frederic2-9/+27
2013-03-26virtio-scsi-pci: switch to new API.KONRAD Frederic2-60/+71
2013-03-26virtio-scsi: add the virtio-scsi device.KONRAD Frederic2-5/+85
2013-03-26virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic4-10/+17
2013-03-26virtio-scsi: allocate cmd_vqs array separately.KONRAD Frederic2-4/+5
2013-03-26virtio-scsi: don't use pointer for configuration.KONRAD Frederic2-8/+8
2013-03-25VMXNET3 device implementationDmitry Fleytman4-0/+3223
2013-03-25Packet abstraction for VMWARE network devicesDmitry Fleytman5-0/+1077
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman2-0/+258
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green1-1/+0
2013-03-23Add sample moxie systemAnthony Green2-0/+180
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl4-3/+5
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno6-118/+94
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-7/+6
2013-03-22qdev: remove redundant abort()liguang1-2/+1
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson1-19/+19
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson1-51/+19
2013-03-22pseries: Move XICS initialization before cpu initializationDavid Gibson3-38/+34
2013-03-22pseries: Remove "busname" property for PCI host bridgeDavid Gibson3-12/+24
2013-03-22pseries: Fix breakage in CPU QOM conversionDavid Gibson1-1/+1
2013-03-22serial: Fix debug format stringsKevin Wolf1-2/+2
2013-03-22Fix typos and misspellingsPeter Maydell3-3/+3
2013-03-20virtio-ccw, s390-virtio: Use generic virtio-blk macro.Cornelia Huck2-14/+2
2013-03-20s390-virtio, virtio-ccw: Add config_wce for virtio-blk.Cornelia Huck2-0/+2
2013-03-20virtio-ccw: Add missing blk chs properties.Cornelia Huck1-0/+1
2013-03-19Merge remote-tracking branch 'kraxel/ipxe.2' into stagingAnthony Liguori6-7/+27
2013-03-19virtio-blk: Do not segfault fault if failed to initialize dataplaneDunrong Huang1-1/+1
2013-03-18configure: rename OpenGL feature to GLXMichael Walle2-3/+3
2013-03-18lm32_uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18milkymist-uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18virtio-blk: cleanup: remove qdev field.KONRAD Frederic2-3/+1
2013-03-18virtio-blk: cleanup: QOM castKONRAD Frederic2-20/+15
2013-03-18virtio-blk: cleanup: init and exit functions.KONRAD Frederic2-66/+21
2013-03-18virtio-blk-ccw switch to new API.KONRAD Frederic2-16/+31
2013-03-18virtio-blk-s390: switch to the new API.KONRAD Frederic2-12/+31
2013-03-18virtio-blk-pci: switch to new API.KONRAD Frederic2-65/+71
2013-03-18virtio-blk: add the virtio-blk device.KONRAD Frederic3-12/+115
2013-03-18virtio-blk: don't use pointer for configuration.KONRAD Frederic2-5/+5
2013-03-18virtio-pci: fix hot unplug.KONRAD Frederic1-12/+1
2013-03-18virtio-x-bus: fix allow_hotplug assertion.KONRAD Frederic3-3/+3
2013-03-18virtio: make virtio device's structures public.KONRAD Frederic12-160/+159
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann27-367/+452
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-4/+1
2013-03-18spice: stop using DisplayStateGerd Hoffmann2-2/+3