summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini1-4/+0
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell14-89/+30
2015-09-14hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2-2/+2
2015-09-14i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois1-0/+29
2015-09-14i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-14i.MX: Add GPIO deviceJean-Christophe Dubois2-0/+341
2015-09-14xlnx-zynqmp: Remove unnecessary brackets around error messagesAlistair Francis1-5/+5
2015-09-14Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into...Peter Maydell1-3/+3
2015-09-13sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck1-3/+3
2015-09-11hw/arm/spitz: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/gpio/zaurus: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11hw/s390x/s390-virtio-bus: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-11typofixes - v4Veres Lajos11-11/+11
2015-09-11trivial: remove trailing newline from error_reportJohn Snow2-2/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster5-24/+12
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange13-43/+16
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange3-3/+0
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange3-4/+0
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange1-2/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange3-3/+3
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange2-3/+3
2015-09-11i6300esb: fix timer overflowLaurent Vivier1-1/+1
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell14-216/+1019
2015-09-10xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk1-6/+1
2015-09-10xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk1-8/+16
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk1-58/+63
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk4-6/+22
2015-09-10xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk1-4/+14
2015-09-10xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk1-0/+9
2015-09-10xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2-30/+49
2015-09-10xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk1-2/+8
2015-09-10xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk1-1/+58
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2-28/+73
2015-09-10xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk1-3/+3
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2-2/+1
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk1-2/+2
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen3-3/+136
2015-09-10xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen1-2/+13
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen1-0/+22
2015-09-10igd gfx passthrough: create a isa bridgeTiejun Chen1-0/+112
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen3-0/+94
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen7-1/+151
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen3-75/+99
2015-09-10piix: create host bridge to passthroughTiejun Chen1-0/+85
2015-09-10hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek1-2/+2
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov3-2/+10