aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Chen2-0/+113
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen3-0/+94
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen10-1/+165
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen4-75/+126
2015-09-10piix: create host bridge to passthroughTiejun Chen2-0/+87
2015-09-10error: On abort, report where the error was createdMarkus Armbruster5-30/+81
2015-09-10error: Revamp interface documentationMarkus Armbruster1-47/+124
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster2-8/+4
2015-09-10qga/vss-win32: Document the DLL requires non-null errpMarkus Armbruster3-2/+4
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster5-19/+13
2015-09-10error: Make error_setg() a functionMarkus Armbruster2-2/+11
2015-09-10error: De-duplicate code creating Error objectsMarkus Armbruster1-43/+25
2015-09-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell21-82/+86
2015-09-10hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek2-4/+4
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov4-2/+11
2015-09-10pc: memhotplug: fix incorrectly set reserved-memory-endIgor Mammedov1-1/+3
2015-09-10acpi: Remove unused definition.Richard W.M. Jones1-1/+0
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck11-45/+48
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost5-23/+17
2015-09-10pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt1-8/+5
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini2-46/+35
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini2-22/+55
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini4-9/+6
2015-09-09tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini1-7/+22
2015-09-09tcg: add memory barriers in page_find_alloc accessesPaolo Bonzini1-4/+4
2015-09-09remove unused spinlock.KONRAD Frederic1-49/+0
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic8-19/+73
2015-09-09cpus: remove tcg_halt_cond and tcg_cpu_thread globalsKONRAD Frederic1-9/+6
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini3-5/+24
2015-09-09scripts/dump-guest-memory.py: fix after RAMBlock changeMichael S. Tsirkin1-1/+1