aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell2-2/+2
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz4-16/+18
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell10-157/+168
2016-01-21Xen PCI passthru: convert to realize()Cao jin1-25/+28
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin3-28/+33
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin3-8/+13
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin3-52/+68
2016-01-21Xen: use qemu_strtoul instead of strtolCao jin1-8/+4
2016-01-21Change xen_host_pci_sysfs_path() to return voidCao jin1-24/+11
2016-01-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-0/+5
2016-01-21xen-pvdevice: convert to realize()Cao jin1-6/+6
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang3-0/+5
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis1-5/+30
2016-01-21hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall1-0/+1
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell1-7/+48
2016-01-21hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell1-0/+3
2016-01-21misc: zynq-xadc: Fix off-by-onePeter Crosthwaite1-1/+1
2016-01-21xlnx-ep108: Connect the SPI FlashAlistair Francis1-0/+16
2016-01-21xlnx-zynqmp: Connect the SPI devicesAlistair Francis1-0/+31
2016-01-21xilinx_spips: Separate the state struct into a headerAlistair Francis1-42/+4
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis17-17/+17
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis1-0/+1
2016-01-21qdev: get_child_bus(): Use QOM lookup if availablePeter Crosthwaite1-0/+6
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell14-11/+14
2016-01-20block: Clean up includesPeter Maydell14-11/+14
2016-01-19vfio/pci: Lazy PBA emulationAlex Williamson2-0/+40
2016-01-19vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson1-3/+3
2016-01-18Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2-5/+6
2016-01-18qdev: Free QemuOpts when the QOM path goes awayPaolo Bonzini1-1/+3
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-18hw/arm: Clean up includesPeter Maydell42-1/+42
2016-01-18Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell1-24/+0
2016-01-16target-sparc: Convert to VMStateDescriptionJuan Quintela1-24/+0
2016-01-15SCSI device: fix to incomplete QOMifyCao jin3-9/+9
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange1-2/+27
2016-01-15scsi: initialise info object with appropriate sizeP J P1-1/+1
2016-01-15i386: avoid null pointer dereferenceP J P1-5/+10
2016-01-15scsi: revert change to scsi_req_cancel_async and add assertionsPaolo Bonzini1-0/+11
2016-01-15ARM: virt: Don't generate RTC ACPI device when using UEFIShannon Zhao1-19/+5
2016-01-15xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2-19/+58
2016-01-14xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster2-6/+4
2016-01-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini1-2/+3
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell64-359/+269
2016-01-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into stagingPeter Maydell9-1126/+45
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster1-5/+5
2016-01-13s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster1-6/+3
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2-13/+13
2016-01-13error: Clean up errors with embedded newlines (again)Markus Armbruster1-2/+2
2016-01-13pci-assign: Clean up "Failed to assign" error messagesMarkus Armbruster1-8/+8
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster6-16/+17