summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-11typofixes - v4Veres Lajos
2015-09-11qapi-schema: remove legacy<> from docMarc-André Lureau
2015-09-11disas/microblaze: Remove unused codeStefan Weil
2015-09-11help: dd missing newlineLaurent Vivier
2015-09-11Target-ppc: Remove unnecessary variableShraddha Barke
2015-09-11baum: Fix build with debugging enabledSamuel Thibault
2015-09-11linux-user: Fix warnings caused by missing 'static' attributeStefan Weil
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán
2015-09-11docs: fix a qga/qapi-schema.json commentMarc-André Lureau
2015-09-11trivial: remove trailing newline from error_reportJohn Snow
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-11i6300esb: fix timer overflowLaurent Vivier
2015-09-11Trivial: fix commandline help messageAndrey Korolyov
2015-09-11Update language files for QEMU 2.4.0Stefan Weil
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell
2015-09-10xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk
2015-09-10xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk
2015-09-10xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk
2015-09-10xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk
2015-09-10xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk
2015-09-10Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-10' into...Peter Maydell
2015-09-10xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk
2015-09-10xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk
2015-09-10xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk
2015-09-10xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk
2015-09-10xen/HVM: atomically access pointers in bufioreq handlingJan Beulich
2015-09-10xen-hvm: When using xc_domain_add_to_physmap also include errno when reportingKonrad Rzeszutek Wilk
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen
2015-09-10xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen
2015-09-10igd gfx passthrough: create a isa bridgeTiejun Chen
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen
2015-09-10piix: create host bridge to passthroughTiejun Chen
2015-09-10error: On abort, report where the error was createdMarkus Armbruster