aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-16gitignore: ignore check-qlit testCarlo Marcelo Arenas Belón
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16qemu-doc.texi: remove trailing whitespaceMichael Tokarev
2017-10-16Merge remote-tracking branch 'remotes/huth/tags/pull-request-2017-10-16' into...Peter Maydell
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-10-16io: fix mem leak in websock error pathDaniel P. Berrange
2017-10-16io: add trace points for websocket HTTP protocol headersDaniel P. Berrange
2017-10-16io: cope with websock 'Connection' header having multiple valuesDaniel P. Berrange
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange
2017-10-16io: pass a struct iovec into qio_channel_websock_encodeDaniel P. Berrange
2017-10-16io: get rid of qio_channel_websock_encode helper methodDaniel P. Berrange
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange
2017-10-16io: monitor encoutput buffer size from websocket GSourceDaniel P. Berrange
2017-10-16sockets: Handle race condition between binds to the same portKnut Omang
2017-10-16sockets: factor out create_fast_reuse_socketKnut Omang
2017-10-16sockets: factor out a new try_bind() functionKnut Omang
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell
2017-10-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-10-16gtk: fix wrong id between texture and framebufferAnthoine Bourgeois
2017-10-16ui/gtk: Fix deprecation of vte_terminal_copy_clipboardAnthony PERARD
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