aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau
2017-06-20apic-common: make "id" property a uint32Marc-André Lureau
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-06-20q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...Peter Maydell
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi
2017-06-16intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu
2017-06-16intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu
2017-06-16intel_iommu: switching the rest DPRINTF to tracePeter Xu
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini
2017-06-15megasas: do not read command more than once from framePaolo Bonzini
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater
2017-06-13hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater
2017-06-13hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski
2017-06-13hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski
2017-06-13hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski
2017-06-13hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell
2017-06-13Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann
2017-06-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela
2017-06-13migration: create global_state.cJuan Quintela
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela