aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-11scripts/qemu-gdb: Split CoroutineCommand into its own filePeter Maydell2-76/+93
2015-09-11scripts/qemu-gdb: Split MtreeCommand into its own modulePeter Maydell3-62/+118
2015-09-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-09-1...Peter Maydell165-649/+472
2015-09-11virtio-vga: enable for i386Gerd Hoffmann1-0/+1
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 Lajos35-48/+47
2015-09-11qapi-schema: remove legacy<> from docMarc-André Lureau1-9/+6
2015-09-11disas/microblaze: Remove unused codeStefan Weil1-150/+0
2015-09-11help: dd missing newlineLaurent Vivier1-1/+1
2015-09-11Target-ppc: Remove unnecessary variableShraddha Barke1-7/+2
2015-09-11baum: Fix build with debugging enabledSamuel Thibault1-1/+1
2015-09-11linux-user: Fix warnings caused by missing 'static' attributeStefan Weil1-4/+4
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán34-100/+123
2015-09-11docs: fix a qga/qapi-schema.json commentMarc-André Lureau1-1/+2
2015-09-11trivial: remove trailing newline from error_reportJohn Snow3-4/+4
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster9-40/+20
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange20-93/+39
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange4-4/+0
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange10-10/+0
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange5-6/+0
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange8-9/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange23-26/+26
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange5-6/+6
2015-09-11i6300esb: fix timer overflowLaurent Vivier1-1/+1
2015-09-11Trivial: fix commandline help messageAndrey Korolyov1-1/+1
2015-09-11Update language files for QEMU 2.4.0Stefan Weil7-108/+188
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell23-230/+1179
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-10Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-10' into...Peter Maydell5-122/+233
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: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk3-2/+25
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/HVM: atomically access pointers in bufioreq handlingJan Beulich3-9/+56
2015-09-10xen-hvm: When using xc_domain_add_to_physmap also include errno when reportingKonrad Rzeszutek Wilk1-2/+2
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen3-3/+136