summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell27-134/+164
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-279/+242
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-105/+360
2017-06-20pnv-core: use get_uint() for "core-pir" propertyMarc-André Lureau1-1/+1
2017-06-20pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau1-1/+1
2017-06-20auxbus: use get_uint() for "addr" propertyMarc-André Lureau1-1/+1
2017-06-20arm: use get_uint() for "mp-affinity" propertyMarc-André Lureau1-1/+1
2017-06-20xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau1-3/+3
2017-06-20pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "apic-id" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "iobase" propertyMarc-André Lureau1-1/+1
2017-06-20acpi: use get_uint() for "pci-hole*" propertiesMarc-André Lureau1-12/+12
2017-06-20acpi: use get_uint() for various acpi propertiesMarc-André Lureau1-13/+14
2017-06-20acpi: use get_uint() for "acpi-pcihp-io*" propertiesMarc-André Lureau1-2/+2
2017-06-20platform-bus: use get_uint() for "addr" propertyMarc-André Lureau1-1/+1
2017-06-20bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau2-7/+6
2017-06-20aspeed: use {set, get}_uint() for "ram-size" propertyMarc-André Lureau1-4/+4
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau1-3/+3
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau3-15/+16
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau4-13/+16
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau4-9/+9
2017-06-20apic-common: make "id" property a uint32Marc-André Lureau1-5/+5
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau1-8/+13
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau1-3/+3
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau2-12/+12
2017-06-20object: use more specific property type namesMarc-André Lureau3-10/+10
2017-06-20q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau1-2/+1
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau1-1/+1
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau3-10/+8
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...Peter Maydell3-2/+12
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2-12/+36
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi1-6/+8
2017-06-16intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu1-7/+5
2017-06-16intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu3-24/+44
2017-06-16intel_iommu: switching the rest DPRINTF to tracePeter Xu2-245/+153
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek1-3/+38
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi5-1/+275
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini1-15/+16
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini1-34/+26
2017-06-15megasas: do not read command more than once from framePaolo Bonzini1-35/+25
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini1-14/+11
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini1-4/+5
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini1-2/+4
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau1-8/+6
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger3-13/+14
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger1-0/+34
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2-0/+115
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger3-12/+13
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater1-8/+29
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater1-0/+9