aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-16pc-bios/keymaps: keymaps updateGerd Hoffmann
2017-10-16Add pc-bios/keymaps/MakefileGerd Hoffmann
2017-10-16tools: add qemu-keymapGerd Hoffmann
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange
2017-10-16ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange
2017-10-16ui: add keycodemapdb repository as a GIT submoduleDaniel P. Berrange
2017-10-16docker: don't rely on submodules existing in the main checkoutDaniel P. Berrange
2017-10-16build: automatically handle GIT submodule checkout for dtcDaniel P. Berrange
2017-10-169pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit
2017-10-16Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3...Peter Maydell
2017-10-16default-configs: Enable CONFIG_VMXNET3_PCI only on x86Thomas Huth
2017-10-16tests/prom-env: Bump the timeout, and test pseries only in slow modeThomas Huth
2017-10-16tests: use g_new() family of functionsMarc-André Lureau
2017-10-16M68K: use g_new() family of functionsMarc-André Lureau
2017-10-16hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-16Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into stagingPeter Maydell
2017-10-15tests/pxe: Test more NICs when running in SPEED=slow modeThomas Huth
2017-10-15pc: remove useless hot_add_cpu initialisationLaurent Vivier
2017-10-15isapc: Remove unnecessary migration compatibility codeEduardo Habkost
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller
2017-10-15hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert
2017-10-15hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi
2017-10-15MAINTAINERS: add Dump maintainersMarc-André Lureau
2017-10-15scripts/dump-guest-memory.py: add vmcoreinfoMarc-André Lureau
2017-10-15kdump: set vmcoreinfo locationMarc-André Lureau
2017-10-15dump: update phys_base header field based on VMCOREINFO contentMarc-André Lureau
2017-10-15dump: add guest ELF noteMarc-André Lureau
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy
2017-10-13nbd/server: simplify reply transmissionVladimir Sementsov-Ogievskiy
2017-10-13nbd/server: refactor nbd_co_send_simple_reply parametersVladimir Sementsov-Ogievskiy
2017-10-13nbd/server: do not use NBDReply structureVladimir Sementsov-Ogievskiy
2017-10-13block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis