aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2014-12-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'...Peter Maydell
2014-12-23Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20141222.0' i...Peter Maydell
2014-12-22hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek
2014-12-22hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows
2014-12-22hw/vfio: create common moduleEric Auger
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini
2014-12-10virtio: remove useless declaration of virtio_net_init()Gonglei
2014-11-27hmp: fix regression of HMP device_del auto-completionMarcel Apfelbaum
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov
2014-11-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-11-12virtio-scsi: Fix comment for VirtIOSCSIReqFam Zheng
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11sysbus: Correct SYSTEM_BUS(obj) definesGonglei
2014-11-04sysbus: Add new platform bus helper deviceAlexander Graf
2014-11-04sysbus: Expose MMIO enumeration helperAlexander Graf
2014-11-04sysbus: Expose IRQ enumeration helpersAlexander Graf
2014-11-04sysbus: Make devices spawnable via -deviceAlexander Graf
2014-11-04sysbus: Add dynamic sysbus device searchAlexander Graf
2014-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-11-03Merge remote-tracking branch 'remotes/xtensa/tags/20141103-xtensa' into stagingPeter Maydell
2014-11-03vga: add default display to machine classGerd Hoffmann
2014-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-11-02smbios: Encode UUID according to SMBIOS specificationEduardo Habkost
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng
2014-11-02pc: Update rtc_cmos in pc_cpu_plugGu Zheng
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-11-02acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-11-02acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng
2014-11-02intel_iommu: fix VTD_SID_TO_BUSMichael S. Tsirkin
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-11-02well-defined listing order for machine typesLaszlo Ersek
2014-10-31scsi: devirtualize unrealize of SCSI devicesPaolo Bonzini
2014-10-31-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke
2014-10-31megasas: add MegaRAID SAS 2108 emulationHannes Reinecke
2014-10-31scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()Hannes Reinecke