messages from 2018-11-16 16:51:51 to 2018-11-19 10:36:56 UTC [more...]
[Qemu-devel] [PATCH 0/6] Misc fixes to NBD
2018-11-19 10:36 UTC (25+ messages)
` [Qemu-devel] [PATCH 2/6 for-3.1] nbd: stop waiting for a NBD response with NBD_CMD_DISC
` [Qemu-devel] [PATCH 3/6] tests: pull qemu-nbd iotest helpers into common.nbd file
` [Qemu-devel] [PATCH 4/6] tests: check if qemu-nbd is still alive before waiting
` [Qemu-devel] [PATCH 5/6] tests: add iotests helpers for dealing with TLS certificates
` [Qemu-devel] [PATCH 6/6] tests: exercise NBD server in TLS mode
` [Qemu-devel] [PATCH 1.5/6] nbd/server: Ignore write errors when replying to NBD_OPT_ABORT
` [Qemu-devel] [PATCH 7/6] iotests: Also test I/O over NBD TLS
[Qemu-devel] [RFC PATCH 0/2] docker: Add gentoo-mipsr5900el-cross image
2018-11-19 10:25 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH 1/2] "
` [Qemu-devel] [RFC PATCH 2/2] shippable: Add the mipsr5900el linux-user target
[Qemu-devel] [PULL] RISC-V Patches for 3.1-rc2
2018-11-19 10:23 UTC (6+ messages)
` [Qemu-devel] [PULL 1/4] hw/riscv/virt: Free the test device tree node name
` [Qemu-devel] [PULL 2/4] target/riscv: Fix FCLASS_D being treated as RV64 only
` [Qemu-devel] [PULL 3/4] target/riscv: Fix sfence.vm/a both available in any priv version
` [Qemu-devel] [PULL 4/4] RISC-V: Respect fences for user-only emulators
[Qemu-devel] [PATCH for-3.1? v2 0/3] block: Fix two minor reopen issues
2018-11-19 10:10 UTC (7+ messages)
` [Qemu-devel] [PATCH for-3.1? v2 1/3] block: Always abort reopen after prepare succeeded
` [Qemu-devel] [PATCH for-3.1? v2 2/3] file-posix: Fix shared locks on reopen commit
` [Qemu-devel] [PATCH for-3.1? v2 3/3] iotests: Test file-posix locking and reopen
[Qemu-devel] [PATCH v6 00/16] gdbstub: support for the multiprocess extension
2018-11-19 10:12 UTC (19+ messages)
` [Qemu-devel] [PATCH v6 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets
` [Qemu-devel] [PATCH v6 05/16] gdbstub: add multiprocess support to vCont packets
` [Qemu-devel] [PATCH v6 07/16] gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
` [Qemu-devel] [PATCH v6 08/16] gdbstub: add multiprocess support to Xfer:features:read:
` [Qemu-devel] [PATCH v6 09/16] gdbstub: add multiprocess support to gdb_vm_state_change()
` [Qemu-devel] [PATCH v6 10/16] gdbstub: add multiprocess support to 'D' packets
` [Qemu-devel] [PATCH v6 11/16] gdbstub: add support for extended mode packet
` [Qemu-devel] [PATCH v6 12/16] gdbstub: add support for vAttach packets
[Qemu-devel] [PATCH for-next? 0/2] qemu-img: Minor fixes to an amend error path
2018-11-19 10:19 UTC (3+ messages)
` [Qemu-devel] [PATCH for-next? 1/2] qemu-img: Fix typo
` [Qemu-devel] [PATCH for-next? 2/2] qemu-img: Fix leak
[Qemu-devel] SeaBIOS booting time optimization
2018-11-19 10:01 UTC (6+ messages)
[Qemu-devel] [PATCH 0/2] refactor fw_cfg_bootsplash() and fw_cfg_reboot()
2018-11-19 7:19 UTC (9+ messages)
` [Qemu-devel] [PATCH 1/2] hw: fw_cfg: refactor fw_cfg_bootsplash()
` [Qemu-devel] [PATCH 2/2] hw: fw_cfg: refactor fw_cfg_reboot()
[Qemu-devel] [PATCH v4 00/23] Add support for RDMA MAD
2018-11-19 7:16 UTC (25+ messages)
` [Qemu-devel] [PATCH v4 01/23] contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
` [Qemu-devel] [PATCH v4 02/23] hw/rdma: Add ability to force notification without re-arm
` [Qemu-devel] [PATCH v4 03/23] hw/rdma: Return qpn 1 if ibqp is NULL
` [Qemu-devel] [PATCH v4 04/23] hw/rdma: Abort send-op if fail to create addr handler
` [Qemu-devel] [PATCH v4 05/23] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v4 06/23] hw/pvrdma: Make function reset_device return void
` [Qemu-devel] [PATCH v4 07/23] hw/pvrdma: Make default pkey 0xFFFF
` [Qemu-devel] [PATCH v4 08/23] hw/pvrdma: Set the correct opcode for recv completion
` [Qemu-devel] [PATCH v4 09/23] hw/pvrdma: Set the correct opcode for send completion
` [Qemu-devel] [PATCH v4 10/23] json: Define new QMP message for pvrdma
` [Qemu-devel] [PATCH v4 11/23] hw/pvrdma: Add support to allow guest to configure GID table
` [Qemu-devel] [PATCH v4 12/23] vmxnet3: Move some definitions to header file
` [Qemu-devel] [PATCH v4 13/23] hw/pvrdma: Make sure PCI function 0 is vmxnet3
` [Qemu-devel] [PATCH v4 14/23] hw/rdma: Initialize node_guid from vmxnet3 mac address
` [Qemu-devel] [PATCH v4 15/23] hw/pvrdma: Make device state depend on Ethernet function state
` [Qemu-devel] [PATCH v4 16/23] hw/pvrdma: Fill all CQE fields
` [Qemu-devel] [PATCH v4 17/23] hw/pvrdma: Fill error code in command's response
` [Qemu-devel] [PATCH v4 18/23] hw/rdma: Remove unneeded code that handles more that one port
` [Qemu-devel] [PATCH v4 19/23] vl: Introduce shutdown_notifiers
` [Qemu-devel] [PATCH v4 20/23] hw/pvrdma: Clean device's resource when system is shutdown
` [Qemu-devel] [PATCH v4 21/23] hw/rdma: Do not use bitmap_zero_extend to free bitmap
` [Qemu-devel] [PATCH v4 22/23] hw/rdma: Do not call rdma_backend_del_gid on an empty gid
` [Qemu-devel] [PATCH v4 23/23] docs: Update pvrdma device documentation
[Qemu-devel] [PULL 0/8] Monitor patches for 2018-10-30
2018-11-19 7:05 UTC (8+ messages)
[Qemu-devel] [PATCH qemu RFC 0/7] spapr_pci, vfio: NVIDIA V100 + P9 passthrough
2018-11-19 5:51 UTC (15+ messages)
` [Qemu-devel] [PATCH qemu RFC 1/7] vfio/spapr: Fix indirect levels calculation
` [Qemu-devel] [PATCH qemu RFC 3/7] pci: Move NVIDIA vendor id to the rest of ids
` [Qemu-devel] [PATCH qemu RFC 4/7] vfio/nvidia-v100: Disable VBIOS update
` [Qemu-devel] [PATCH qemu RFC 5/7] spapr-iommu: Always advertise the maximum possible DMA window size
` [Qemu-devel] [PATCH qemu RFC 7/7] spapr: Add NVLink2 pass through support
[Qemu-devel] [PATCH] Corrected memory regions
2018-11-19 3:15 UTC (3+ messages)
` [Qemu-devel] [PATCH] hw/arm/stm32f205: Fix the UART and Timer region size
[Qemu-devel] [PATCH v5 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
2018-11-19 2:30 UTC (9+ messages)
[Qemu-devel] [PATCH] docker: dockerfile for openSUSE Leap
2018-11-19 0:02 UTC (4+ messages)
[Qemu-devel] 3.1.0-rc{0,1} doesn't start
2018-11-18 16:40 UTC
[Qemu-devel] [PATCH 0/2] scsi-disk: fix bugs in rerror/werror
2018-11-18 15:26 UTC (3+ messages)
` [Qemu-devel] [PATCH 2/2] scsi-disk: fix rerror/werror=ignore
[Qemu-devel] [Bug 1803872] [NEW] gcc 8.2 reports stringop-truncation when building qemu
2018-11-18 14:52 UTC (2+ messages)
` [Qemu-devel] [Bug 1803872] "
[Qemu-devel] [PATCH for-3.1] fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
2018-11-18 12:32 UTC (5+ messages)
[Qemu-devel] [PATCH v3 00/23] Add support for RDMA MAD
2018-11-18 10:17 UTC (35+ messages)
` [Qemu-devel] [PATCH v3 03/23] hw/rdma: Return qpn 1 if ibqp is NULL
` [Qemu-devel] [PATCH v3 05/23] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v3 09/23] hw/pvrdma: Set the correct opcode for send completion
` [Qemu-devel] [PATCH v3 11/23] hw/pvrdma: Add support to allow guest to configure GID table
` [Qemu-devel] [PATCH v3 14/23] hw/rdma: Initialize node_guid from vmxnet3 mac address
` [Qemu-devel] [PATCH v3 15/23] hw/pvrdma: Make device state depend on Ethernet function state
` [Qemu-devel] [PATCH v3 16/23] hw/pvrdma: Fill all CQE fields
` [Qemu-devel] [PATCH v3 17/23] hw/pvrdma: Fill error code in command's response
` [Qemu-devel] [PATCH v3 18/23] hw/rdma: Remove unneeded code that handles more that one port
` [Qemu-devel] [PATCH v3 20/23] hw/pvrdma: Clean device's resource when system is shutdown
` [Qemu-devel] [PATCH v3 21/23] hw/rdma: Do not use bitmap_zero_extend to free bitmap
` [Qemu-devel] [PATCH v3 22/23] hw/rdma: Do not call rdma_backend_del_gid on an empty gid
` [Qemu-devel] [PATCH v3 23/23] docs: Update pvrdma device documentation
` [Qemu-devel] [PATCH v3 01/23] contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
[Qemu-devel] [PATCH] ps2kbd: default to scan enabled after reset
2018-11-18 10:09 UTC (3+ messages)
` [Qemu-devel] [PATCH-for-3.1] "
[Qemu-devel] [PATCH v2 00/22] Add support for RDMA MAD
2018-11-18 9:16 UTC (10+ messages)
` [Qemu-devel] [PATCH v2 05/22] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v2 13/22] hw/pvrdma: Make sure PCI function 0 is vmxnet3
[Qemu-devel] Change in qemu 2.12 causes qemu-img convert to NBD to write more data
2018-11-18 7:24 UTC (11+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PULL v2 00/11] MIPS queue for November 2018 (for QEMU 3.1-rc2) - v2
2018-11-17 18:38 UTC (12+ messages)
` [Qemu-devel] [PULL v2 01/11] linux-user: Update MIPS specific prctl() implementation
` [Qemu-devel] [PULL v2 02/11] target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1
` [Qemu-devel] [PULL v2 03/11] target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1
` [Qemu-devel] [PULL v2 04/11] target/mips: Fix decoding mechanism of special R5900 opcodes
` [Qemu-devel] [PULL v2 05/11] target/mips: Guard check_insn_opc_user_only with INSN_R5900 check
` [Qemu-devel] [PULL v2 06/11] target/mips: Guard check_insn "
` [Qemu-devel] [PULL v2 07/11] target/mips: Rename MMI-related masks
` [Qemu-devel] [PULL v2 08/11] target/mips: Rename MMI-related opcodes
` [Qemu-devel] [PULL v2 09/11] target/mips: Rename MMI-related functions
` [Qemu-devel] [PULL v2 10/11] target/mips: Disable R5900 support
` [Qemu-devel] [PULL v2 11/11] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer
[Qemu-devel] [PULL 00/11] MIPS queue for November 2018 (for QEMU 3.1-rc2)
2018-11-17 18:36 UTC (15+ messages)
` [Qemu-devel] [PULL 01/11] linux-user: Update MIPS specific prctl() implementation
` [Qemu-devel] [PULL 02/11] target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1
` [Qemu-devel] [PULL 03/11] target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1
` [Qemu-devel] [PULL 04/11] target/mips: Fix decoding mechanism of special R5900 opcodes
` [Qemu-devel] [PULL 05/11] target/mips: Guard check_insn_opc_user_only with INSN_R5900 check
` [Qemu-devel] [PULL 06/11] target/mips: Guard check_insn "
` [Qemu-devel] [PULL 07/11] target/mips: Rename MMI-related masks
` [Qemu-devel] [PULL 08/11] target/mips: Rename MMI-related opcodes
` [Qemu-devel] [PULL 09/11] target/mips: Rename MMI-related functions
` [Qemu-devel] [PULL 10/11] target/mips: Disable R5900 support
` [Qemu-devel] [PULL 11/11] MAINTAINERS: Add Stefan Markovic as a MIPS reviewer
[Qemu-devel] [ANNOUNCE] SeaBIOS 1.12.0
2018-11-17 17:56 UTC
[Qemu-devel] [PATCH] hw/arm/sysbus-fdt: fix assert in match function
2018-11-17 19:22 UTC (2+ messages)
[Qemu-devel] [PATCH] target/arm: fix smc incorrectly trapping to EL3 when secure is off
2018-11-17 16:02 UTC
[Qemu-devel] [PATCH v2 0/6] Fix decoding mechanisms of the R5900
2018-11-17 15:28 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 1/6] target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1
` [Qemu-devel] [PATCH v2 4/6] target/mips: Fix decoding mechanism of special R5900 opcodes
` [Qemu-devel] [PATCH v2 5/6] target/mips: Guard check_insn_opc_user_only with INSN_R5900 check
` [Qemu-devel] [PATCH v2 6/6] target/mips: Guard check_insn "
[Qemu-devel] [PATCH V2] migration/colo.c: Fix compilation issue when disable replication
2018-11-17 14:29 UTC (7+ messages)
[Qemu-devel] [Bug 1502095] [NEW] Sporadic input / output error — x86-64 linux guest
2018-11-17 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1502095] "
[Qemu-devel] [PATCH] target/i386: kvm: add VMX and SVM migration blockers
2018-11-17 2:15 UTC (5+ messages)
` [Qemu-devel] [PATCH] migration: savevm: consult "
[Qemu-devel] [PATCH] hw/i2c/smbus_eeprom: Create at most SMBUS_EEPROM_MAX EEPROMs on a SMBus
2018-11-16 23:48 UTC (2+ messages)
[Qemu-devel] [PATCH v4] Add arm SBSA reference machine
2018-11-16 22:04 UTC (6+ messages)
` [Qemu-devel] [PATCH v4] hw/arm: "
[Qemu-devel] [PATCH] iotests: Drop use of bash keyword 'function'
2018-11-16 21:50 UTC
[Qemu-devel] [PATCH v7 00/12] More fully implement ARM PMUv3
2018-11-16 21:22 UTC (11+ messages)
` [Qemu-devel] [PATCH v7 03/12] target/arm: Swap PMU values before/after migrations
` [Qemu-devel] [PATCH v7 07/12] target/arm: Add array for supported PMU events, generate PMCEID[01]
` [Qemu-devel] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow
[Qemu-devel] [PATCH v2 0/3] Do some cleaning work in qemu-iotests
2018-11-16 20:46 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/3] qemu-iotests: convert `pwd` and $(pwd) to $PWD
` [Qemu-devel] [PATCH v2 3/3] qemu-iotests: Modern shell scripting (use $() instead of ``)
[Qemu-devel] [PATCH v3] qapi: Reduce Makefile boilerplate
2018-11-16 20:00 UTC
[Qemu-devel] [PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
2018-11-16 19:42 UTC (4+ messages)
` [Qemu-devel] [PATCH v5 19/24] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
[Qemu-devel] [PATCH] aio_poll race condition
2018-11-16 19:02 UTC (4+ messages)
` [Qemu-devel] aio-posix: Fix concurrent aio_poll/set_fd_handler
` [Qemu-devel] util/aio-posix: Use RCU for handler insertion
` [Qemu-devel] aio: Do not use list_lock as a sync mechanism for aio_handlers anymore
[Qemu-devel] [PATCH] tests: add /vmstate/simple/array
2018-11-16 18:59 UTC (2+ messages)
[Qemu-devel] [PATCH] migration/block-dirty-bitmap: Silence coverity CID 1390625
2018-11-16 18:43 UTC
[Qemu-devel] KVM Forum block no[td]es
2018-11-16 18:23 UTC (13+ messages)
[Qemu-devel] [PATCH v5 00/14] arm: nRF51 Devices and Microbit Support
2018-11-16 18:19 UTC (5+ messages)
` [Qemu-devel] [PATCH v5 06/14] arm: Instantiate NRF51 special NVM's and NVMC
` [Qemu-devel] [PATCH v5 13/14] tests/microbit-test: Add Tests for nRF51 Timer
[Qemu-devel] QEMU Summit 2018 minutes
2018-11-16 17:35 UTC (2+ messages)
[Qemu-devel] [RFC v1 00/23] Add RISC-V TCG backend support
2018-11-16 17:30 UTC (18+ messages)
` [Qemu-devel] [RFC v1 05/23] riscv: Add the tcg-target header file
` [Qemu-devel] [RFC v1 17/23] riscv: tcg-target: Add direct load and store instructions
` [Qemu-devel] [RFC v1 18/23] riscv: tcg-target: Add the out op decoder
` [Qemu-devel] [RFC v1 19/23] riscv: tcg-target: Add the prologue generation
` [Qemu-devel] [RFC v1 20/23] riscv: tcg-target: Add the target init code
` [Qemu-devel] [RFC v1 21/23] tcg: Add RISC-V cpu signal handler
` [Qemu-devel] [RFC v1 22/23] dias: Add RISC-V support
` [Qemu-devel] [RFC v1 23/23] configure: Add support for building RISC-V host
[Qemu-devel] [PATCH] Support u-boot noload images for arm as used by NetBSD/evbarm GENERIC kernel
2018-11-16 16:51 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).